diff --git a/AUR/PKGBUILD b/AUR/PKGBUILD index 2d28135..2286209 100644 --- a/AUR/PKGBUILD +++ b/AUR/PKGBUILD @@ -3,15 +3,15 @@ pkgname=patchelfcrc pkgver=v1.2_10_g00d02b8 pkgrel=1 -pkgdesc="Conversion tool for converting GDS layout files into TikZ Code and PDF" +pkgdesc="Tool for patching CRC checksums of sections into ELF binaries" arch=('i686' 'x86_64') -url="https://git.shimatta.de/mhu/gds-render" +url="https://git.shimatta.de/mhu/patchelfcrc" licence=('GPLv2') -depends=('glib2' 'gtk3' 'cairo') +depends=('libelf') makedepends=('cmake' 'git') -privides=('gds-render') +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') +sha1sums=('SKIP' 'SKIP' 'SKIP') pkgver () { _date=`date +"%Y%m%d"`