diff --git a/AUR/PKGBUILD b/AUR/PKGBUILD index 1fcd25f..459792f 100644 --- a/AUR/PKGBUILD +++ b/AUR/PKGBUILD @@ -7,8 +7,8 @@ pkgdesc="Tool for patching CRC checksums of sections into ELF binaries" arch=('i686' 'x86_64') url="https://git.shimatta.de/mhu/patchelfcrc" licence=('GPLv2') -depends=('libelf') -makedepends=('cmake' 'pandoc' 'git') +depends=('libelf' 'libxml2') +makedepends=('cmake' 'pandoc' 'git' 'gvim') provides=('patchelfcrc') source=("${pkgname}-git"::"git+https://git.shimatta.de/mhu/patchelfcrc" "git+https://git.shimatta.de/3rd-party/libfort.git" "git+https://git.shimatta.de/mhu/linklist-lib") sha1sums=('SKIP' 'SKIP' 'SKIP')