Add dependencies to PKGBUILD
This commit is contained in:
parent
598394cc2d
commit
5d86a261d4
@ -7,8 +7,8 @@ pkgdesc="Tool for patching CRC checksums of sections into ELF binaries"
|
|||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://git.shimatta.de/mhu/patchelfcrc"
|
url="https://git.shimatta.de/mhu/patchelfcrc"
|
||||||
licence=('GPLv2')
|
licence=('GPLv2')
|
||||||
depends=('libelf')
|
depends=('libelf' 'libxml2')
|
||||||
makedepends=('cmake' 'pandoc' 'git')
|
makedepends=('cmake' 'pandoc' 'git' 'gvim')
|
||||||
provides=('patchelfcrc')
|
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")
|
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')
|
sha1sums=('SKIP' 'SKIP' 'SKIP')
|
||||||
|
Loading…
Reference in New Issue
Block a user