summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfrealgagu2020-02-17 16:21:55 -0500
committerfrealgagu2020-02-17 16:21:55 -0500
commitd677f6e64d3ac8b3073fbd9d61c67b198af21607 (patch)
treead0bb666433d09ccefc6d587f57b0bf294313028 /PKGBUILD
parentf2a47b143817f523986a9d7eaea6ad574a25d3ae (diff)
downloadaur-d677f6e64d3ac8b3073fbd9d61c67b198af21607.tar.gz
Using pkgver to download current version number.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b54228edc650..13c23c1336eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=micro
pkgver=2.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="A modern and intuitive terminal-based text editor"
arch=("armv6h" "armv7h" "i686" "x86_64")
url="https://github.com/zyedidia/${pkgname}"
@@ -14,7 +14,7 @@ depends=("glibc")
makedepends=("git" "go")
optdepends=('xclip: Required for copying/pasting text')
source=(
- "${pkgname}-${pkgver}::git+https://github.com/zyedidia/${pkgname}.git#tag=v1.4.1"
+ "${pkgname}-${pkgver}::git+https://github.com/zyedidia/${pkgname}.git#tag=v${pkgver}"
"semver::git+https://github.com/blang/semver"
"go-humanize::git+https://github.com/dustin/go-humanize"
"errors::git+https://github.com/go-errors/errors"