summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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'