From 5d86a261d42c596ac547c01c7dcaa580390d81ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Wed, 4 Jan 2023 15:56:49 +0100 Subject: [PATCH] Add dependencies to PKGBUILD --- AUR/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')