From ecd3b97ffab4d063bf020490d7b1b4305f3b08fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Sun, 23 Oct 2022 16:02:15 +0200 Subject: [PATCH] Fix errors in PKGBUILD --- AUR/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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"`