summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c150c6695b6..933e2ff7271e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = keyplusd-git
pkgdesc = keyboard remapping tool that emulates keyplus firmware
- pkgver = v0.2.0.beta.r407.g37c9804
- pkgrel = 3
+ pkgver = 0.3.3.r77.gb9cc778
+ pkgrel = 1
url = https://github.com/ahtn/keyplus/tree/master/ports/linux
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 228d882d766f..c97a4cfcd4dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: jem <jem ΑΤ seethis DΟΤ link>
pkgname=keyplusd-git
_gitname=keyplus
-pkgver=v0.2.0.beta.r407.g37c9804
-pkgrel=3
+pkgver=0.3.3.r77.gb9cc778
+pkgrel=1
epoch=
pkgdesc="keyboard remapping tool that emulates keyplus firmware"
arch=('i686' 'x86_64')
@@ -31,7 +31,7 @@ validpgpkeys=()
pkgver() {
cd $_gitname
- git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags --match "*.*.*" | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {