summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 001b7adfafa0..b5e5d97281d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = corestats-git
pkgdesc = A system resource viewer from the CoreApps family.
- pkgver = v2.8.0.r2.bbc1c66
+ pkgver = 2.8.0.r4.c50ee2e
pkgrel = 1
url = https://gitlab.com/cubocore
- arch = i686
- arch = x86_64
+ arch = any
groups = coreapps-git
license = GPL3
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 6b66b03084ae..253bb26f4f5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
_pkgname=corestats
pkgname=${_pkgname}-git
-pkgver=v2.8.0.r2.bbc1c66
+pkgver=2.8.0.r4.c50ee2e
pkgrel=1
pkgdesc="A system resource viewer from the CoreApps family."
-arch=('i686' 'x86_64')
+arch=('any')
url="https://gitlab.com/cubocore"
license=('GPL3')
depends=('libcprime-git' 'libcsys-git')
@@ -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() {