summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlibrewish2020-01-25 23:57:03 +0530
committerlibrewish2020-01-25 23:57:03 +0530
commit06705d6f7456d711a7e8b25c97cad87550e022f4 (patch)
treeb48041850d94401c7a0781f6732af1934cd3ad42 /PKGBUILD
parent7b5ce0d8b0f2e6e403e9e374bfb6a17ea6680a27 (diff)
downloadaur-corekeyboard-git.tar.gz
changes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ecd7e2e5ffc5..6ca5766298a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
_pkgname=corekeyboard
pkgname=${_pkgname}-git
-pkgver=v2.8.0.r10.53990f9
+pkgver=2.8.0.r11.47dec4f
pkgrel=1
pkgdesc="A x11 based virtual keyboard from the CoreApps family."
-arch=('i686' 'x86_64')
+arch=('any')
url="https://gitlab.com/cubocore"
license=('GPL3')
depends=('libcprime-git' 'qt5-x11extras' 'libxtst')
@@ -16,7 +16,7 @@ md5sums=('SKIP')
pkgver() {
cd "$srcdir/${_pkgname}"
- printf "%s" "$(git describe --long --tags | sed 's/\([^-]*-\)g/r\1/;s/-/./g')"
+ printf "%s" "$(git describe --long --tags | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g')"
}
build() {