summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlibrewish2020-01-26 00:07:14 +0530
committerlibrewish2020-01-26 00:07:14 +0530
commitd60fedf25f9cd1538a4ce4462ff4fb6b1f04eee5 (patch)
tree0aaa697e283894990afd19526ff1ae109e115b64 /PKGBUILD
parent760c436359015f40716f20c04b385dc9111eb6a2 (diff)
downloadaur-corepins-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 e1452e6bda91..a1d65f931b74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
_pkgname=corepins
pkgname=${_pkgname}-git
-pkgver=v2.8.0.r1.b32c665
+pkgver=2.8.0.r2.8970679
pkgrel=1
pkgdesc="A bookmarking app from the CoreApps family."
-arch=('i686' 'x86_64')
+arch=('any')
url="https://gitlab.com/cubocore"
license=('GPL3')
depends=('libcprime-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() {