Fix errors in PKGBUILD
This commit is contained in:
parent
c0178ebc4a
commit
ecd3b97ffa
10
AUR/PKGBUILD
10
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"`
|
||||
|
Loading…
Reference in New Issue
Block a user