summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-09-18 23:35:29 +0200
committerhaawda2018-09-18 23:35:29 +0200
commitf7b14793bc68d8114c358845f427f0f4531ee3c9 (patch)
tree9e26cdbe05e068b87691ee19489f8ba2dbfd160f
parent1eb9293350ef85c80c256705b5860075974a2a6f (diff)
downloadaur-f7b14793bc68d8114c358845f427f0f4531ee3c9.tar.gz
update
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5982b11e4974..ee21fafcbb0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# 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 = 7
+ pkgver = 8
pkgrel = 1
url = https://github.com/gokcehan/lf
arch = i686
@@ -13,12 +11,12 @@ pkgbase = lf-bin
conflicts = lf
options = !strip
options = !emptydirs
- 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
+ source_i686 = https://github.com/gokcehan/lf/releases/download/r8/lf-linux-386.tar.gz
+ sha256sums_i686 = f794d5267843237d2bd491ca2f8bed9a956bb4084ada63e5c86a76fbbecc51c7
+ source_x86_64 = https://github.com/gokcehan/lf/releases/download/r8/lf-linux-amd64.tar.gz
+ sha256sums_x86_64 = 532f1a579dac76ce89ff5176f057a8a32f6d882ccb0b0bd7e40a8abbb0506d21
+ source_armv7h = https://github.com/gokcehan/lf/releases/download/r8/lf-linux-arm.tar.gz
+ sha256sums_armv7h = f939522d86a543ac9ddad5ae6e7571b5ed990ad4c56adbb8612bc64e58d163b3
pkgname = lf-bin
diff --git a/PKGBUILD b/PKGBUILD
index 480f7b855ba0..5f4dedd5aa05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Dany Marcoux <danymarcoux+archlinux@gmail.com>
pkgname=lf-bin
-pkgver=7
+pkgver=8
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,9 @@ 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")
-sha256sums_i686=('9e9e4624b7d038cc8e56c995c31947454635eff2490f035a2069dd8d6afbc54d')
-sha256sums_x86_64=('2d5b5bb6e6b446a547c7111933fba0bf0caa29a50099fa43d5b5d1a62f89b020')
-sha256sums_armv7h=('06367074dcfb8f5bd392c005dc6593308cb281a4159059d4f7e3296e793a38f5')
+sha256sums_i686=('f794d5267843237d2bd491ca2f8bed9a956bb4084ada63e5c86a76fbbecc51c7')
+sha256sums_x86_64=('532f1a579dac76ce89ff5176f057a8a32f6d882ccb0b0bd7e40a8abbb0506d21')
+sha256sums_armv7h=('f939522d86a543ac9ddad5ae6e7571b5ed990ad4c56adbb8612bc64e58d163b3')
provides=('lf')
conflicts=('lf')