summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e52ea4b63964..34d0d36b63fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jake Barnes <me@jakebarn.es>
pkgname=input-redirection-client-qt-git
-pkgver=2.1
+pkgver=2.1.r6.g85439b9
pkgrel=1
pkgdesc="Input redirection client for the 3DS using QtGamepad"
arch=('x86_64')
@@ -14,6 +14,7 @@ md5sums=('SKIP'
'a2ca494c5c1b38ac77ee9f44d586c89a')
pkgver() {
+ cd "$srcdir/InputRedirectionClient-Qt"
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//g'
}