summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibrewish2020-01-26 00:12:14 +0530
committerlibrewish2020-01-26 00:12:14 +0530
commitc974e7c48d5f7ecb12cd6736a34f1e720d246370 (patch)
tree644efc051ca417e9004b18f209094e1d44293667
parent164127f05d40faf76c428121652dc8a06f4c6282 (diff)
downloadaur-libcsys-git.tar.gz
changes
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03d41e741ece..5cf3ad74f1b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = libcsys-git
pkgdesc = Library for managing drive and getting system resource information in real time.
- pkgver = v2.8.0.r0.feb9591
+ pkgver = 2.8.0.r0.feb9591
pkgrel = 1
url = https://gitlab.com/cubocore/libcsys
- arch = i686
- arch = x86_64
+ arch = any
groups = coreapps-git
license = GPL
makedepends = git
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() {