summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrealgagu2020-02-15 22:59:38 -0500
committerfrealgagu2020-02-15 22:59:38 -0500
commitf2a47b143817f523986a9d7eaea6ad574a25d3ae (patch)
treeca0099700ff13be139af880b103cf703c44e3864
parentc4e7392902e8b51c739f6693a212f70845cbeb21 (diff)
downloadaur-f2a47b143817f523986a9d7eaea6ad574a25d3ae.tar.gz
Upgrading to version 2.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e6e54ef5669..e4075a839470 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = micro
pkgdesc = A modern and intuitive terminal-based text editor
- pkgver = 1.4.1
- pkgrel = 2
+ pkgver = 2.0.1
+ 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-1.4.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=v1.4.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/.gitignore b/.gitignore
index c2d74b6feb44..d80c59f85877 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+micro-*.pkg.tar.zst
micro-*.pkg.tar.xz
micro-*.log
PKGBUILD-namcap.log
diff --git a/PKGBUILD b/PKGBUILD
index e5db96f7b59f..b54228edc650 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: mar77i <mar77i at protonmail dot ch>
pkgname=micro
-pkgver=1.4.1
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
pkgdesc="A modern and intuitive terminal-based text editor"
arch=("armv6h" "armv7h" "i686" "x86_64")
url="https://github.com/zyedidia/${pkgname}"