summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDany Marcoux2017-04-11 21:01:27 +0200
committerDany Marcoux2017-04-11 21:03:21 +0200
commitc6aadcefba45cb092a91c750f7abe325a6bac0ea (patch)
treee44fb74afde348bb120fba23142b042c2b8afebf /PKGBUILD
parent8f35267a7f946f5941f97bb335420158103ce411 (diff)
downloadaur-c6aadcefba45cb092a91c750f7abe325a6bac0ea.tar.gz
Update checksums
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67f1d83562bb..8d59a1556f1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lf
pkgver=nightly
-pkgrel=3
+pkgrel=4
pkgdesc='lf: A terminal file manager, heavily inspired by ranger (Precompiled binary from official repository)'
arch=('i686' 'x86_64')
url='https://github.com/gokcehan/lf'
@@ -11,8 +11,8 @@ options=('!strip' '!emptydirs')
provides=('lf')
source_i686=("https://github.com/gokcehan/lf/releases/download/$pkgver/lf-linux-386.tar.gz")
source_x86_64=("https://github.com/gokcehan/lf/releases/download/$pkgver/lf-linux-amd64.tar.gz")
-md5sums_i686=('2e273d3005e371a889ec034d81eff9a0')
-md5sums_x86_64=('8856a5cc36043ceeaed822f9c3fc775a')
+md5sums_i686=('e5d8a5b95d8f10020e7cfb8031ad08ce')
+md5sums_x86_64=('570984e7368fe2c551fa7a0d926e863f')
package() {
install -Dm755 "lf" "$pkgdir/usr/bin/lf"