summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrealgagu2020-05-24 22:22:58 -0500
committerfrealgagu2020-05-24 22:22:58 -0500
commit7b7957cc2379dab15e12d135498cfe20efc49623 (patch)
treef1de0b815a90c7444e5c776578f9b9ed4189b220
parente675e36bec412afee5313bd4711485f8f0d1868b (diff)
downloadaur-7b7957cc2379dab15e12d135498cfe20efc49623.tar.gz
Upgrading to version 2.0.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbd494bb096a..c9f3bac2a07d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = micro
pkgdesc = A modern and intuitive terminal-based text editor
- pkgver = 2.0.3
+ pkgver = 2.0.4
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.3::git+https://github.com/zyedidia/micro.git#tag=v2.0.3
+ source = micro-2.0.4::git+https://github.com/zyedidia/micro.git#tag=v2.0.4
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 f535b8677b0d..550b27651372 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: mar77i <mar77i at protonmail dot ch>
pkgname=micro
-pkgver=2.0.3
+pkgver=2.0.4
pkgrel=1
pkgdesc="A modern and intuitive terminal-based text editor"
arch=("armv6h" "armv7h" "i686" "x86_64")