summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortantalum2024-04-13 00:54:33 +0200
committertantalum2024-04-13 00:54:33 +0200
commit2081aae11f53d4e3c7fdd8175456cba35b33e53b (patch)
treedf7e68cc9ef2c93077b19c03ce524df660698b08
parentdedd7b0d0f91dee35b8afdcd8b9c8c54e239c7b4 (diff)
downloadaur-sdupes.tar.gz
update pkgbuild
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 429ef70e079e..8ff884722fe6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = sdupes
pkgdesc = fast duplicate file detection
- pkgver = 1.3
+ pkgver = 1.4
pkgrel = 1
url = https://github.com/sph-mn/sdupes
arch = x86_64
license = gpl3+
makedepends = gcc
provides = sdupes
- source = https://github.com/sph-mn/sdupes/archive/refs/tags/v1.3.tar.gz
- md5sums = d38708387cf62035cf854293f3e76ccb
+ source = https://github.com/sph-mn/sdupes/archive/refs/tags/v1.4.tar.gz
+ md5sums = 2b4784d876e215f18e629ef326b49ad4
pkgname = sdupes
diff --git a/PKGBUILD b/PKGBUILD
index 94ae5342b7e3..1d90b5c7be64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=sdupes
-pkgver=1.3
+pkgver=1.4
pkgrel=1
pkgdesc="fast duplicate file detection"
arch=(x86_64)
@@ -8,7 +8,7 @@ makedepends=(gcc)
provides=(sdupes)
source=("https://github.com/sph-mn/sdupes/archive/refs/tags/v${pkgver}.tar.gz")
url="https://github.com/sph-mn/sdupes"
-md5sums=(d38708387cf62035cf854293f3e76ccb)
+md5sums=(2b4784d876e215f18e629ef326b49ad4)
package() {
cd "${srcdir}/sdupes-$pkgver"