summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibrewish2020-01-26 00:09:21 +0530
committerlibrewish2020-01-26 00:09:21 +0530
commita3c8c27d79a6ced52ad4bdf1e67e85fa1fa6bd9a (patch)
treeed34d38fbbce0c1f97ab8dd5d18df8cc46031fa4
parentbcb26fb6e75933e1d772d5dfee5fcbd5ba30d6a7 (diff)
downloadaur-a3c8c27d79a6ced52ad4bdf1e67e85fa1fa6bd9a.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 baa9cd2be09b..4aa4dd3220c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = corestuff-git
pkgdesc = An activity viewer from the CoreApps family.
- pkgver = v2.8.0.r3.1d9337b
+ pkgver = 2.8.0.r4.fe22446
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 1f08bd9c8b92..67a044606f85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
_pkgname=corestuff
pkgname=${_pkgname}-git
-pkgver=v2.8.0.r3.1d9337b
+pkgver=2.8.0.r4.fe22446
pkgrel=1
pkgdesc="An activity viewer from the CoreApps family."
-arch=('i686' 'x86_64')
+arch=('any')
url="https://gitlab.com/cubocore"
license=('GPL3')
depends=('qt5-x11extras' '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() {