summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEgor Kovetskiy2020-07-13 11:51:12 +0300
committerEgor Kovetskiy2020-07-13 11:51:12 +0300
commit9a970153e6c847be8d7e1043817be5098f63f639 (patch)
tree7edbeb732f5c07822f908525b12d2c11ec428422 /PKGBUILD
parent4bab93adea7d0bd599a13787466eca98ea95b052 (diff)
downloadaur-9a970153e6c847be8d7e1043817be5098f63f639.tar.gz
taskfile-git: add zsh completion
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1ed893f4e1a..bfe5127c7688 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Egor Kovetskiy <e.kovetskiy@gmail.com>
pkgname=taskfile-git
_pkgname=task
-pkgver=${PKGVER:-autogenerated}
-pkgrel=${PKGREL:-1}
+pkgver=2.8.1
+pkgrel=1
pkgdesc="A task runner / simpler Make alternative written in Go"
arch=('i686' 'x86_64')
license=('GPL')
depends=(
)
+url="https://github.com/go-task/task"
makedepends=(
'go'
'git'