summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4075a839470..e18d87fba25b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = micro
pkgdesc = A modern and intuitive terminal-based text editor
pkgver = 2.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/zyedidia/micro
arch = armv6h
arch = armv7h
@@ -12,7 +12,7 @@ pkgbase = micro
makedepends = go
depends = glibc
optdepends = xclip: Required for copying/pasting text
- source = micro-2.0.1::git+https://github.com/zyedidia/micro.git#tag=v1.4.1
+ source = micro-2.0.1::git+https://github.com/zyedidia/micro.git#tag=v2.0.1
source = semver::git+https://github.com/blang/semver
source = go-humanize::git+https://github.com/dustin/go-humanize
source = errors::git+https://github.com/go-errors/errors
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"