summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1727aba54fe..23a3c50bb6db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lf
pkgdesc = lf: A terminal file manager, heavily inspired by ranger (Precompiled binary from official repository)
pkgver = nightly
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/gokcehan/lf
arch = i686
arch = x86_64
@@ -10,9 +10,9 @@ pkgbase = lf
options = !strip
options = !emptydirs
source_i686 = https://github.com/gokcehan/lf/releases/download/nightly/lf-linux-386.tar.gz
- md5sums_i686 = 2e273d3005e371a889ec034d81eff9a0
+ md5sums_i686 = e5d8a5b95d8f10020e7cfb8031ad08ce
source_x86_64 = https://github.com/gokcehan/lf/releases/download/nightly/lf-linux-amd64.tar.gz
- md5sums_x86_64 = 8856a5cc36043ceeaed822f9c3fc775a
+ md5sums_x86_64 = 570984e7368fe2c551fa7a0d926e863f
pkgname = lf
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"