summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leontiev2023-01-17 23:53:54 +0300
committerAnton Leontiev2023-01-17 23:53:54 +0300
commit035425e43d6e60e2949f09d4dfe70900f4ee624e (patch)
tree4ee6179684fc3db6d491436e7d49087b4d25bf31
parent13a7b83407b2e82e343f8d46e03aab6af7256857 (diff)
downloadaur-findimagedupes.tar.gz
findimagedupes: Update to v2.20.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ee156a740e3..80d8e3e03ad8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = findimagedupes
pkgdesc = Tool to find visually similar or duplicate images
- pkgver = 2.19.1
+ pkgver = 2.20.1
pkgrel = 1
url = http://www.jhnc.org/findimagedupes/
arch = any
@@ -11,8 +11,7 @@ pkgbase = findimagedupes
depends = perl-inline-c
depends = graphicsmagick
options = zipman
- source = http://www.jhnc.org/findimagedupes/findimagedupes-2.19.1.tar.gz
- md5sums = 86be2910f2b5af31b5015e8db2d51a4a
+ source = http://www.jhnc.org/findimagedupes/findimagedupes-2.20.1.tar.gz
+ md5sums = 8f2b0a2f7936d2db50d1d7fee22a76e2
pkgname = findimagedupes
-
diff --git a/PKGBUILD b/PKGBUILD
index 4c2eb69137b4..e78ff4940eb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Stefano Tortarolo <stefano@inventati.org>
# Contributor: Anton Leontiev <scileont /at/ gmail.com>
pkgname=findimagedupes
-pkgver=2.19.1
+pkgver=2.20.1
pkgrel=1
pkgdesc='Tool to find visually similar or duplicate images'
arch=('any')
@@ -10,11 +10,14 @@ license=('GPL3')
depends=('perl-file-mimeinfo' 'perl-inline-c' 'graphicsmagick')
makedepends=('perl' 'sed')
source=(http://www.jhnc.org/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('86be2910f2b5af31b5015e8db2d51a4a')
+md5sums=('8f2b0a2f7936d2db50d1d7fee22a76e2')
options=('zipman')
-build() {
+prepare() {
sed -i -e "s:DIRECTORY => '/usr/local/lib/$pkgname':DIRECTORY => '/tmp':" $pkgname
+}
+
+build() {
pod2man findimagedupes > findimagedupes.1
}