summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-08-27 19:06:35 +0200
committerhaawda2018-08-27 19:06:35 +0200
commit1eb9293350ef85c80c256705b5860075974a2a6f (patch)
tree6f411f65cbc33a901cf5b45bd96e9fcfaaa707ed
parentf64c8a049633079edab96ab7d1b2814525809c81 (diff)
downloadaur-1eb9293350ef85c80c256705b5860075974a2a6f.tar.gz
initial upload
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD12
2 files changed, 20 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97f12bb59b50..5982b11e4974 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,24 @@
-pkgbase = lf
+# Generated by mksrcinfo v8
+# Mon Aug 27 17:05:54 UTC 2018
+pkgbase = lf-bin
pkgdesc = lf: A terminal file manager, heavily inspired by ranger (Precompiled binary from official repository)
- pkgver = 4
+ pkgver = 7
pkgrel = 1
url = https://github.com/gokcehan/lf
arch = i686
arch = x86_64
arch = armv7h
license = MIT
+ provides = lf
+ conflicts = lf
options = !strip
options = !emptydirs
- source_i686 = https://github.com/gokcehan/lf/releases/download/r4/lf-linux-386.tar.gz
- md5sums_i686 = 208d736544a2eadb3ceaad6000932dce
- source_x86_64 = https://github.com/gokcehan/lf/releases/download/r4/lf-linux-amd64.tar.gz
- md5sums_x86_64 = e8c9fe971c41a428bf302e00f077fe26
- source_armv7h = https://github.com/gokcehan/lf/releases/download/r4/lf-linux-arm.tar.gz
- md5sums_armv7h = 0a6a42df17202bbee767cbbace27726f
+ source_i686 = https://github.com/gokcehan/lf/releases/download/r7/lf-linux-386.tar.gz
+ sha256sums_i686 = 9e9e4624b7d038cc8e56c995c31947454635eff2490f035a2069dd8d6afbc54d
+ source_x86_64 = https://github.com/gokcehan/lf/releases/download/r7/lf-linux-amd64.tar.gz
+ sha256sums_x86_64 = 2d5b5bb6e6b446a547c7111933fba0bf0caa29a50099fa43d5b5d1a62f89b020
+ source_armv7h = https://github.com/gokcehan/lf/releases/download/r7/lf-linux-arm.tar.gz
+ sha256sums_armv7h = 06367074dcfb8f5bd392c005dc6593308cb281a4159059d4f7e3296e793a38f5
-pkgname = lf
+pkgname = lf-bin
diff --git a/PKGBUILD b/PKGBUILD
index 25622f48f0a7..480f7b855ba0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Dany Marcoux <danymarcoux+archlinux@gmail.com>
-pkgname=lf
-pkgver=4
+pkgname=lf-bin
+pkgver=7
pkgrel=1
pkgdesc='lf: A terminal file manager, heavily inspired by ranger (Precompiled binary from official repository)'
arch=('i686' 'x86_64' 'armv7h')
@@ -11,9 +11,11 @@ options=('!strip' '!emptydirs')
source_i686=("${url}/releases/download/r${pkgver}/lf-linux-386.tar.gz")
source_x86_64=("${url}/releases/download/r${pkgver}/lf-linux-amd64.tar.gz")
source_armv7h=("${url}/releases/download/r${pkgver}/lf-linux-arm.tar.gz")
-md5sums_i686=('208d736544a2eadb3ceaad6000932dce')
-md5sums_x86_64=('e8c9fe971c41a428bf302e00f077fe26')
-md5sums_armv7h=('0a6a42df17202bbee767cbbace27726f')
+sha256sums_i686=('9e9e4624b7d038cc8e56c995c31947454635eff2490f035a2069dd8d6afbc54d')
+sha256sums_x86_64=('2d5b5bb6e6b446a547c7111933fba0bf0caa29a50099fa43d5b5d1a62f89b020')
+sha256sums_armv7h=('06367074dcfb8f5bd392c005dc6593308cb281a4159059d4f7e3296e793a38f5')
+provides=('lf')
+conflicts=('lf')
package() {
install -Dm755 "lf" "$pkgdir/usr/bin/lf"