summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrealgagu2020-06-26 12:57:50 -0500
committerfrealgagu2020-06-26 12:57:50 -0500
commita1e3a0b72205b4a224cb2065ffbfc282dac1d1fc (patch)
tree1ed4c0de0cf0a9a0be0cff75e00e6c1c6f600118
parent28033d9392c3527ea6842b76631946e2cfa0304d (diff)
downloadaur-a1e3a0b72205b4a224cb2065ffbfc282dac1d1fc.tar.gz
Upgrading to version 2.0.6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65a587b7f6a6..6d6e8eb009e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = micro
pkgdesc = A modern and intuitive terminal-based text editor
- pkgver = 2.0.5
+ pkgver = 2.0.6
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.5::git+https://github.com/zyedidia/micro.git#tag=v2.0.5
+ source = micro-2.0.6::git+https://github.com/zyedidia/micro.git#tag=v2.0.6
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 bfb6fc7f8c04..e47080ee9ced 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: mar77i <mar77i at protonmail dot ch>
pkgname=micro
-pkgver=2.0.5
+pkgver=2.0.6
pkgrel=1
pkgdesc="A modern and intuitive terminal-based text editor"
arch=("armv6h" "armv7h" "i686" "x86_64")
@@ -12,7 +12,7 @@ url="https://github.com/zyedidia/${pkgname}"
license=("MIT")
depends=("glibc")
makedepends=("git" "go")
-optdepends=('xclip: Required for copying/pasting text')
+optdepends=("xclip: Required for copying/pasting text")
source=(
"${pkgname}-${pkgver}::git+https://github.com/zyedidia/${pkgname}.git#tag=v${pkgver}"
"semver::git+https://github.com/blang/semver"