summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordarkelectron2021-10-10 02:40:09 +0000
committerdarkelectron2021-10-10 02:40:09 +0000
commitb7bfa15f7413548b6bee05751c19bc23513f5ff1 (patch)
tree31b901add37c4caa9dc1d43bf568d9975a017d23
parente248066b00128336016b4c14b4be472643fd8568 (diff)
downloadaur-b7bfa15f7413548b6bee05751c19bc23513f5ff1.tar.gz
Update to r25 and new maintainer
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD11
2 files changed, 13 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca7dacc3fead..a879ad0359c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lf-bin
pkgdesc = A terminal file manager inspired by ranger (Precompiled binary from official repository)
- pkgver = 24
+ pkgver = 25
pkgrel = 1
url = https://github.com/gokcehan/lf
arch = i686
@@ -11,11 +11,11 @@ pkgbase = lf-bin
conflicts = lf
options = !strip
options = !emptydirs
- source_i686 = lf-24-linux-386.tar.gz::https://github.com/gokcehan/lf/releases/download/r24/lf-linux-386.tar.gz
- sha256sums_i686 = 4ad7d853d6f0e40fa08aee4c6c4a302ddfb4df44dc06d98f3449330b7ef5dcbb
- source_x86_64 = lf-24-linux-amd64.tar.gz::https://github.com/gokcehan/lf/releases/download/r24/lf-linux-amd64.tar.gz
- sha256sums_x86_64 = c1e4d37064b9d5c5144ab7be005b581d943f3703f380b16b6cf933f511824c31
- source_armv7h = lf-24.linux-arm.tar.gz::https://github.com/gokcehan/lf/releases/download/r24/lf-linux-arm.tar.gz
- sha256sums_armv7h = f27559a19aa2fc29fc302403e1b89beadc1f77f58f3cad9bd64d03544f95ddc3
+ source_i686 = lf-25-linux-386.tar.gz::https://github.com/gokcehan/lf/releases/download/r25/lf-linux-386.tar.gz
+ sha256sums_i686 = 40d089c544c80cd488ddd6793edaadfa7a20fec640a12d00fc8ed77087d1ab42
+ source_x86_64 = lf-25-linux-amd64.tar.gz::https://github.com/gokcehan/lf/releases/download/r25/lf-linux-amd64.tar.gz
+ sha256sums_x86_64 = 1ff1f05ccb05d4afd3d1888d01212eee0e9e3af7c46fd434beea9b30f3c7c1dc
+ source_armv7h = lf-25.linux-arm.tar.gz::https://github.com/gokcehan/lf/releases/download/r25/lf-linux-arm.tar.gz
+ sha256sums_armv7h = a3fa4413ee437f9eb9b9f9a83ef68bf55d58a5cc06b58b8c84e77d1ce9d17e73
pkgname = lf-bin
diff --git a/PKGBUILD b/PKGBUILD
index 81bdcae52b6c..2ca5353bb656 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Aoibhinn Nic Aoidh <oibind@pm.me>
+# Maintainer: darkelectron <darkelectron(dot)aur(at)tutanota.com
+# Contributor: Aoibhinn Nic Aoidh <oibind@pm.me>
# Contributor: Dany Marcoux <danymarcoux+archlinux@gmail.com>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=lf-bin
-pkgver=24
+pkgver=25
pkgrel=1
pkgdesc='A terminal file manager inspired by ranger (Precompiled binary from official repository)'
arch=('i686' 'x86_64' 'armv7h')
@@ -13,9 +14,9 @@ options=('!strip' '!emptydirs')
source_i686=("lf-$pkgver-linux-386.tar.gz::${url}/releases/download/r${pkgver}/lf-linux-386.tar.gz")
source_x86_64=("lf-$pkgver-linux-amd64.tar.gz::${url}/releases/download/r${pkgver}/lf-linux-amd64.tar.gz")
source_armv7h=("lf-$pkgver.linux-arm.tar.gz::${url}/releases/download/r${pkgver}/lf-linux-arm.tar.gz")
-sha256sums_i686=('4ad7d853d6f0e40fa08aee4c6c4a302ddfb4df44dc06d98f3449330b7ef5dcbb')
-sha256sums_x86_64=('c1e4d37064b9d5c5144ab7be005b581d943f3703f380b16b6cf933f511824c31')
-sha256sums_armv7h=('f27559a19aa2fc29fc302403e1b89beadc1f77f58f3cad9bd64d03544f95ddc3')
+sha256sums_i686=('40d089c544c80cd488ddd6793edaadfa7a20fec640a12d00fc8ed77087d1ab42')
+sha256sums_x86_64=('1ff1f05ccb05d4afd3d1888d01212eee0e9e3af7c46fd434beea9b30f3c7c1dc')
+sha256sums_armv7h=('a3fa4413ee437f9eb9b9f9a83ef68bf55d58a5cc06b58b8c84e77d1ce9d17e73')
provides=('lf')
conflicts=('lf')