summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHaochen Tong2018-11-06 22:52:24 +0100
committerHaochen Tong2018-11-06 22:52:24 +0100
commitfe8644f0e2d9c505c0144675f89d9876845f6a46 (patch)
tree010c96e955dd611ac4a0c9b5652f593273ed66d6 /PKGBUILD
parentf0bc6ad7c2a25a5b8c0b5cc0f2cfca0745826f84 (diff)
downloadaur-fe8644f0e2d9c505c0144675f89d9876845f6a46.tar.gz
Update tag name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8d55cace70c..bdb23fac111c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=elvish
pkgver=0.12
-pkgrel=1
+pkgrel=2
pkgdesc="A friendly and expressive Unix shell."
arch=('i686' 'x86_64')
url="https://github.com/elves/elvish"
@@ -10,7 +10,7 @@ license=('custom:2-clause BSD')
provides=('elvish')
makedepends=('git' 'go')
depends=('glibc')
-source=("git+https://github.com/elves/elvish.git#tag=$pkgver")
+source=("git+https://github.com/elves/elvish.git#tag=v$pkgver")
md5sums=('SKIP')
install=elvish.install