summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlibrewish2020-01-25 23:53:10 +0530
committerlibrewish2020-01-25 23:53:10 +0530
commit60d61ab68ffb9e030f7ea46cd9e975e5a8f81efd (patch)
tree1f7d9c72d8b0d7093106bf71589af1b785d42002 /PKGBUILD
parent6a3c10edbb96f517290c30ecde04282911cfad5d (diff)
downloadaur-coreaction-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 f62b65b81778..1cdfeef5a1dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
_pkgname=coreaction
pkgname=${_pkgname}-git
-pkgver=v2.8.0.r1.a796070
+pkgver=2.8.0.r1.a796070
pkgrel=1
pkgdesc="A side bar for showing widgets from the CoreApps family."
-arch=('i686' 'x86_64')
+arch=('any')
url="https://gitlab.com/cubocore"
license=('GPL3')
depends=('libcprime-git' 'libcsys-git' 'qt5-svg' )
@@ -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() {