summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibrewish2020-01-26 00:11:45 +0530
committerlibrewish2020-01-26 00:11:45 +0530
commit1487277e68c5daf9b9fa9b73badd8e9f21395130 (patch)
tree86aca4c1baacbaa777a8228dc0c6b10ac244f324
parent48d6096a866388307fee0bc4c7097a6ee94ca2a9 (diff)
downloadaur-1487277e68c5daf9b9fa9b73badd8e9f21395130.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 e302696989c6..4581c0edd2a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = libcprime-git
pkgdesc = A library for bookmarking, saving recent activites, managing settings of CoreApps.
- pkgver = v2.8.0.r2.e52fb37
+ pkgver = 2.8.0.r2.e52fb37
pkgrel = 1
url = https://gitlab.com/cubocore/libcprime
- arch = i686
- arch = x86_64
+ arch = any
groups = coreapps-git
license = GPL3
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 59e10fe87bdf..c47c79817aba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
_pkgname=libcprime
pkgname=${_pkgname}-git
-pkgver=v2.8.0.r2.e52fb37
+pkgver=2.8.0.r2.e52fb37
pkgrel=1
pkgdesc="A library for bookmarking, saving recent activites, managing settings of CoreApps."
-arch=('i686' 'x86_64')
+arch=('any')
url="https://gitlab.com/cubocore/libcprime"
license=('GPL3')
depends=('qt5-base' 'qt5-connectivity' 'libnotify')
@@ -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() {