summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornycko1232017-08-13 12:06:21 +0200
committernycko1232017-08-13 12:06:21 +0200
commit2b79c40c4c0697c5602699ffb6426df946ae2785 (patch)
treecad7f1089c95ae1ff32d70c74022580fa7093ba5 /PKGBUILD
parent48cd75f610965410e2cfdd677bf1ff35e4767d87 (diff)
downloadaur-2b79c40c4c0697c5602699ffb6426df946ae2785.tar.gz
micro 1.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")