summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHurricanePootis2021-06-14 23:02:22 -0500
committerHurricanePootis2021-06-14 23:02:22 -0500
commit7b0daf4ba956f73ea321a336db0fb111814a5360 (patch)
tree3a7b5f41de1d50763a5a8f88432ea21910e1bbfc /PKGBUILD
parent773c139dd7e9a5f7ed920fd94e6aacecd01dc8cb (diff)
downloadaur-7b0daf4ba956f73ea321a336db0fb111814a5360.tar.gz
Fixed some stuff
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8668d295f36f..a18cade154ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: HurricanePootis <hurricanepootis@protonmail.com>
pkgname=betterww-git
pkgver=1.4.r16.g640a2a4
-pkgrel=3
+pkgrel=4
pkgdesc="Modding tool for Wind Waker For Gamecube"
arch=('any')
url="https://github.com/WideBoner/betterww"
@@ -14,7 +14,7 @@ source=("git+https://github.com/WideBoner/betterww.git"
md5sums=('SKIP'
'da327ef65dbc01172d1c62812ce117d1')
pkgver() {
- cd betterww
+ cd "$srcdir/betterww"
git describe --long --tags | sed -r "s/([^-]*-g)/r\1/;s/-/./g"
}