summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrealgagu2020-02-26 13:08:50 -0500
committerfrealgagu2020-02-26 13:08:50 -0500
commitb7804d64f960756edbe4a7cdbd115d4caac4b2ea (patch)
tree09880c6457f6393493586cec20f3cf095942bb3f
parentd677f6e64d3ac8b3073fbd9d61c67b198af21607 (diff)
downloadaur-b7804d64f960756edbe4a7cdbd115d4caac4b2ea.tar.gz
Upgrading to version 2.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e18d87fba25b..3af18d4fa112 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 = 2
+ pkgver = 2.0.2
+ pkgrel = 1
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=v2.0.1
+ source = micro-2.0.2::git+https://github.com/zyedidia/micro.git#tag=v2.0.2
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 13c23c1336eb..e4d606efaebf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: mar77i <mar77i at protonmail dot ch>
pkgname=micro
-pkgver=2.0.1
-pkgrel=2
+pkgver=2.0.2
+pkgrel=1
pkgdesc="A modern and intuitive terminal-based text editor"
arch=("armv6h" "armv7h" "i686" "x86_64")
url="https://github.com/zyedidia/${pkgname}"