summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4769a8561d6..045453d78d23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nextcloud-app-tasks-git
pkgdesc = Enhanced task app for NextCloud
- pkgver = v0.9.5.r241.gaa07132
+ pkgver = 0.9.5.r258.g983d725
pkgrel = 1
url = https://github.com/nextcloud/tasks
arch = any
@@ -11,7 +11,7 @@ pkgbase = nextcloud-app-tasks-git
makedepends = phantomjs
makedepends = rsync
depends = nextcloud
- provides = nextcloud-app-tasks=v0.9.5.r241.gaa07132
+ provides = nextcloud-app-tasks=0.9.5.r258.g983d725
conflicts = nextcloud-app-tasks
options = !strip
source = git+https://github.com/nextcloud/tasks.git
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() {