summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlibrewish2020-01-26 00:12:14 +0530
committerlibrewish2020-01-26 00:12:14 +0530
commitc974e7c48d5f7ecb12cd6736a34f1e720d246370 (patch)
tree644efc051ca417e9004b18f209094e1d44293667 /PKGBUILD
parent164127f05d40faf76c428121652dc8a06f4c6282 (diff)
downloadaur-libcsys-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 0c5be0483c16..cb14095152d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
_pkgname=libcsys
pkgname=${_pkgname}-git
-pkgver=v2.8.0.r0.feb9591
+pkgver=2.8.0.r0.feb9591
pkgrel=1
pkgdesc="Library for managing drive and getting system resource information in real time."
-arch=('i686' 'x86_64')
+arch=('any')
url="https://gitlab.com/cubocore/libcsys"
license=('GPL')
depends=('qt5-base' )
@@ -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() {