summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornycko1232020-09-16 22:50:32 +0200
committernycko1232020-09-16 22:50:32 +0200
commit813672d5b92636090772b187e6a0d9f9bb55d1db (patch)
tree06537480f846e048dcfccc0ce08457f4b08252dc /PKGBUILD
parent8cc185de92b4e1c9738780fa5701a4f26d63be3a (diff)
downloadaur-813672d5b92636090772b187e6a0d9f9bb55d1db.tar.gz
added CHANGELOG file => pacman -Qc micro-bin
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9be8df8269f3..daf192edf640 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Previous Contributor: blainester <theblainestory at gmail com>
pkgname=micro-bin
pkgver=2.0.7
-pkgrel=1
+pkgrel=2
pkgdesc="A modern and intuitive terminal-based text editor"
arch=('x86_64' 'i686')
url="https://github.com/zyedidia/micro"
@@ -13,6 +13,7 @@ license=('MIT')
optdepends=('xclip: Required for copying/pasting text')
conflicts=('micro-git' 'micro' 'micro-nightly-bin')
provides=('micro')
+changelog="CHANGELOG"
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")