summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsukso961002016-12-10 22:24:08 +0900
committersukso961002016-12-10 22:24:08 +0900
commit53a6af8014c735fd11c6d885cdbb10d4619f8462 (patch)
treeb6f15d25bee3dda95728e9d0f9e76d163845cf54 /PKGBUILD
parentd7fe30fd78e5714bf21a2dc5db42052823426a92 (diff)
downloadaur-53a6af8014c735fd11c6d885cdbb10d4619f8462.tar.gz
fixed sha256sums
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e80f875e98ac..0b9f450c186c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,8 @@ conflicts=("micro-git")
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=('243886ba707aad421de415f6d7c9a52888e5a7a8420bfd647b4053750a5912cf')
-sha256sums_i686=('80b76c7400970d778fd035201c57c223c212a52c1f85ac90a20c19622ed469f6')
+sha256sums_x86_64=('80b76c7400970d778fd035201c57c223c212a52c1f85ac90a20c19622ed469f6')
+sha256sums_i686=('243886ba707aad421de415f6d7c9a52888e5a7a8420bfd647b4053750a5912cf')
package(){
install -Dm755 "${srcdir}/${pkgname}-${pkgver}/micro" "${pkgdir}/usr/bin/micro"