summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornycko1232020-06-19 12:34:22 +0200
committernycko1232020-06-19 12:34:22 +0200
commitbe7dbba47dac10541732afbb47f0dee7827897fd (patch)
tree442b9aa76313deb1871cf21236177bcb002e0889 /PKGBUILD
parent83e2abe7e340e0d898269dede4b6747ddf84a2ec (diff)
downloadaur-be7dbba47dac10541732afbb47f0dee7827897fd.tar.gz
2.0.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca23bedcc196..a6b5b417d197 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Previous Maintainer (27.04.2016 - 15.10.2017): Youngbin Han <sukso96100 at gmail com>
# Previous Contributor: blainester <theblainestory at gmail com>
pkgname=micro-bin
-pkgver=2.0.4
+pkgver=2.0.5
pkgrel=1
pkgdesc="A modern and intuitive terminal-based text editor"
arch=('x86_64' 'i686')
@@ -17,8 +17,8 @@ provides=('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")
-sha256sums_x86_64=('3a70702dc7c1d96e41196ff09dfdd446bcbe803255fa95a05c96b2e141a358a8')
-sha256sums_i686=('b2ad766c0341a29f7d6fc6e98ae25dcbab95dfce7d34f2b557561d677611e474')
+sha256sums_x86_64=('4f159a4b8a08c48559bd94b3aacdca9a6188af0f9919fec61e01dde44f0f4fa0')
+sha256sums_i686=('6b60ca069e9b28d1d8ddb3d70a191bab8a588b5eb8903b1fab794789521bf37d')
package(){
install -Dm755 "${srcdir}/${pkgname%-*}-${pkgver}/${pkgname%-*}" "${pkgdir}/usr/bin/${pkgname%-*}"