summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOrhun Parmaksız2023-10-29 23:00:04 +0100
committerOrhun Parmaksız2023-10-29 23:00:04 +0100
commitc337ec45c77a1bebeb1991ec7db67896120b1900 (patch)
tree79666e85495ea54eab9bf27a249fb8307a64dcf5 /PKGBUILD
parent34f4a64bf1ee2ba36cdd5074b25c46574c64a856 (diff)
downloadaur-fclones-bin.tar.gz
upgpkg: fclones-bin 0.34.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb6f80bca682..f74bb731a8c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://github.com/orhun/pkgbuilds
pkgname=fclones-bin
-pkgver=0.33.1
+pkgver=0.34.0
pkgrel=1
pkgdesc="Efficient Duplicate File Finder"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('gcc-libs')
conflicts=("${pkgname%-bin}")
provides=("${pkgname%-bin}")
source_x86_64=("$pkgname-$pkgver.tgz::$url/releases/download/v$pkgver/${pkgname%-bin}-${pkgver}-linux-glibc-x86_64.tar.gz")
-sha512sums_x86_64=('10519dad0aba80ba4155268551db6bbe27d7520e7a015a9419cbb2dbf5d5462603dc12a718f7109203243fe4e7e60be5e2f8eed9bb9d3cf7c756de75ae3ea383')
+sha512sums_x86_64=('4e4b92c611432ac2f79f07dad5bb8636ba265133d4bbe957d2c59bc194a67fdba3c3a17609e7d54ce36a911569e74d5ce553ec77023b06072897402032d01c83')
package() {
install -Dm 755 "usr/bin/${pkgname%-bin}" -t "${pkgdir}/usr/bin"