summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrealgagu2020-04-10 20:29:49 -0500
committerfrealgagu2020-04-10 20:29:49 -0500
commite675e36bec412afee5313bd4711485f8f0d1868b (patch)
tree4517225d57eded658ec6a994f03a642c7098c783
parentb7804d64f960756edbe4a7cdbd115d4caac4b2ea (diff)
downloadaur-e675e36bec412afee5313bd4711485f8f0d1868b.tar.gz
Upgrading to version 2.0.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3af18d4fa112..dbd494bb096a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = micro
pkgdesc = A modern and intuitive terminal-based text editor
- pkgver = 2.0.2
+ pkgver = 2.0.3
pkgrel = 1
url = https://github.com/zyedidia/micro
arch = armv6h
@@ -12,7 +12,7 @@ pkgbase = micro
makedepends = go
depends = glibc
optdepends = xclip: Required for copying/pasting text
- source = micro-2.0.2::git+https://github.com/zyedidia/micro.git#tag=v2.0.2
+ source = micro-2.0.3::git+https://github.com/zyedidia/micro.git#tag=v2.0.3
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 e4d606efaebf..f535b8677b0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: mar77i <mar77i at protonmail dot ch>
pkgname=micro
-pkgver=2.0.2
+pkgver=2.0.3
pkgrel=1
pkgdesc="A modern and intuitive terminal-based text editor"
arch=("armv6h" "armv7h" "i686" "x86_64")
@@ -87,6 +87,9 @@ prepare() {
build() {
cd "${srcdir}/gopath/src/github.com/zyedidia/${pkgname}"
GOPATH="${srcdir}/gopath" PATH="${PATH}:${GOPATH}/bin" make build-quick
+
+ # To avoid issues deleting directories next time
+ GOPATH="${srcdir}/gopath" go clean --modcache
}
package() {