summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsatcom8862020-07-01 11:20:33 +0200
committersatcom8862020-07-01 11:20:33 +0200
commitb3ca7f27fd090d37eca3a735d50a38bdaa80529a (patch)
treed42d76ecb94a418127dcb706cca6b795b9aa31bb /PKGBUILD
parent78899a8a83cbb8e409ab11837058dd30f717ebad (diff)
downloadaur-b3ca7f27fd090d37eca3a735d50a38bdaa80529a.tar.gz
Fixed wrong directory name in pkgver()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 406bdbfe9508..6c92a40c69fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=vc4cl-git
pkgver=r170.eec7e57
-pkgrel=1
+pkgrel=2
pkgdesc="VC4CL is an implementation of the OpenCL 1.2 standard for the VideoCore IV GPU."
arch=('any')
url="https://github.com/doe300/VC4CL"
@@ -16,7 +16,7 @@ source=("VC4CL::git+https://github.com/doe300/VC4CL" "VC4CL.icd")
md5sums=('SKIP' 'SKIP')
pkgver() {
- cd "$srcdir/VC4CLStdLib"
+ cd "$srcdir/VC4CL"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}