aboutsummaryrefslogtreecommitdiffstats
path: root/community/fdupes/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/fdupes/APKBUILD')
-rw-r--r--community/fdupes/APKBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/community/fdupes/APKBUILD b/community/fdupes/APKBUILD
index bbaa7fb1fb0..36379935258 100644
--- a/community/fdupes/APKBUILD
+++ b/community/fdupes/APKBUILD
@@ -1,13 +1,13 @@
-# Contributor: Carlo Landmeter <clandmeter@gmail.com>
-# Maintainer:
+# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
+# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=fdupes
-pkgver=2.1.2
+pkgver=2.3.0
pkgrel=0
pkgdesc="identifying or deleting duplicate files residing within specified directories"
url="https://github.com/adrianlopezroche/fdupes"
arch="all"
license="MIT"
-makedepends="ncurses-dev pcre2-dev"
+makedepends="ncurses-dev pcre2-dev sqlite-dev"
subpackages="$pkgname-doc"
source="https://github.com/adrianlopezroche/fdupes/releases/download/v$pkgver/fdupes-$pkgver.tar.gz"
@@ -27,4 +27,6 @@ package() {
make DESTDIR="$pkgdir" PREFIX="/usr" install
}
-sha512sums="9c3761e7ce34f2d9d1b5ee49ebc3bf665e3d45e4146231bc77d7416801fbfa70415e80c81c64962897766ee068d1a103609895d783f20a765c351d4cd433323d fdupes-2.1.2.tar.gz"
+sha512sums="
+7801538b84797af94a5e9300cf5605b775380b7eef05ea1f70a5c6a2521d09c66dc6f310316a062c241fcf2086def52dc24be42a336c4bcc8a450f8578d310fc fdupes-2.3.0.tar.gz
+"