summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornycko1232017-08-13 12:06:21 +0200
committernycko1232017-08-13 12:06:21 +0200
commit2b79c40c4c0697c5602699ffb6426df946ae2785 (patch)
treecad7f1089c95ae1ff32d70c74022580fa7093ba5
parent48cd75f610965410e2cfdd677bf1ff35e4767d87 (diff)
downloadaur-2b79c40c4c0697c5602699ffb6426df946ae2785.tar.gz
micro 1.3.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d24ae8f1d026..56438a34252b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = micro
+pkgbase = micro-bin
pkgdesc = A modern and intuitive terminal-based text editor
pkgver = 1.3.1
pkgrel = 1
@@ -7,10 +7,11 @@ pkgbase = micro
arch = i686
license = MIT
optdepends = xclip: Required for copying/pasting text
- conflicts = micro-git
+ conflicts = micro-git micro
source_x86_64 = https://github.com/zyedidia/micro/releases/download/v1.3.1/micro-1.3.1-linux64.tar.gz
sha256sums_x86_64 = 4c55d43eb6f0277a07d075d29cdd468c7bc932b4864eacc673e141eba578b53c
source_i686 = https://github.com/zyedidia/micro/releases/download/v1.3.1/micro-1.3.1-linux32.tar.gz
sha256sums_i686 = 8e3cb24715fecf35a4e3e51fa0b083576d10e1483b3e651bde4d37831984e576
-pkgname = micro
+pkgname = micro-bin
+
diff --git a/PKGBUILD b/PKGBUILD
index a9f255b37b2d..bde25928d860 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: nycko123 <nycko123 at gmail com>
# Original Maintainer: Youngbin Han <sukso96100 at gmail com>
# Contributor: blainester <theblainestory at gmail com>
-pkgname=micro
+pkgname=micro-bin
pkgver=1.3.1
pkgrel=1
pkgdesc="A modern and intuitive terminal-based text editor"
@@ -9,7 +9,7 @@ arch=('x86_64' 'i686')
url="https://github.com/zyedidia/micro"
license=('MIT')
optdepends=('xclip: Required for copying/pasting text')
-conflicts=("micro-git")
+conflicts=("micro-git micro")
source_x86_64=("https://github.com/zyedidia/micro/releases/download/v${pkgver}/micro-${pkgver}-linux64.tar.gz")
source_i686=("https://github.com/zyedidia/micro/releases/download/v${pkgver}/micro-${pkgver}-linux32.tar.gz")