summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bcb27e3f0642..c9ffffa22bcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Sergej Pupykin <arch+pub@sergej.pp.ru>
pkgname=nextcloud-app-tasks-git
-pkgver=0.9.5.r3303.gbb3e9181
-pkgrel=2
+pkgver=0.13.6.r612.g977efa0b
+pkgrel=1
pkgdesc="Enhanced task app for NextCloud"
arch=('any')
url="https://github.com/nextcloud/tasks"
@@ -20,7 +20,7 @@ sha512sums=('SKIP')
pkgver() {
cd "${srcdir}/tasks"
- git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//'
+ git describe --tags --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//'
}
build() {