summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChih-Hsuan Yen2018-09-29 20:44:53 +0800
committerChih-Hsuan Yen2018-09-29 20:44:53 +0800
commit6a37a4643f172f3a653e39686be8832940bf2a1d (patch)
tree0c188f13da6b10fdaf83ad7816ad4602217b3597 /PKGBUILD
parentb100c04610dd11f4d97b9e941f552a904bd7cbac (diff)
downloadaur-6a37a4643f172f3a653e39686be8832940bf2a1d.tar.gz
strip 'v' from $pkgver
And cleanup contributors
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c139e8b7b3db..1e02ab3e56ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,9 @@
# Contributor: Chih-Hsuan Yen <yan12125@gmail.com>
# Contributor: Jonas Heinrich <onny@project-insanity.org>
-# Contributor: Jonas Heinrich <onny@project-insanity.org>
# Contributor: Sergej Pupykin <arch+pub@sergej.pp.ru>
pkgname=nextcloud-app-tasks-git
-pkgver=v0.9.5.r241.gaa07132
+pkgver=0.9.5.r258.g983d725
pkgrel=1
pkgdesc="Enhanced task app for NextCloud"
arch=('any')
@@ -21,7 +20,7 @@ sha512sums=('SKIP')
pkgver() {
cd tasks
- git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//'
}
build() {