summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2021-07-09 12:40:32 +0800
committerlilac2021-07-09 12:40:32 +0800
commit5e54ee48c8d944b91d431c3186e52839a6b946d5 (patch)
treeff53322ba787389ac43086948e975c9a9097ec90 /PKGBUILD
parentd3f164bab475e3c355e029d78fabdbf3bffc71d5 (diff)
downloadaur-nextcloud-app-tasks-git.tar.gz
[lilac] updated to 0.13.6.r612.g977efa0b-1
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() {