summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leontiev2019-07-20 12:42:18 +0300
committerAnton Leontiev2019-07-20 12:42:18 +0300
commitfdf7e30e27dbc8df37e180488ccfa1111ca80429 (patch)
tree80fb7693179eef096458b2ed0071d06f727c2ec4
parent1e8f5171e95bc84ac5c378beb1f9b7884cdac71b (diff)
downloadaur-fdf7e30e27dbc8df37e180488ccfa1111ca80429.tar.gz
Update to v2.19
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD13
-rw-r--r--findimagedupes-2.18.patch36
3 files changed, 8 insertions, 53 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3be4a6f65b8b..da3553da0646 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Sun Oct 16 07:21:06 UTC 2016
pkgbase = findimagedupes
pkgdesc = Tool to find visually similar or duplicate images
- pkgver = 2.18
- pkgrel = 4
+ pkgver = 2.19
+ pkgrel = 1
url = http://www.jhnc.org/findimagedupes/
arch = any
license = GPL3
@@ -13,10 +11,8 @@ pkgbase = findimagedupes
depends = perl-inline-c
depends = graphicsmagick
options = zipman
- source = http://http.debian.net/debian/pool/main/f/findimagedupes/findimagedupes_2.18.orig.tar.gz
- source = findimagedupes-2.18.patch
- md5sums = 5c353c6e4611e194114d4192c32c6adb
- md5sums = 7a75e6e1f0520bd1d02c3862417f3829
+ source = http://www.jhnc.org/findimagedupes/findimagedupes-2.19.tar.gz
+ md5sums = 24886738644e77cb20d78f56f7178ef8
pkgname = findimagedupes
diff --git a/PKGBUILD b/PKGBUILD
index 28c48ec8af6f..229b8c94913e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,29 +1,24 @@
# Contributor: Stefano Tortarolo <stefano@inventati.org>
# Contributor: Anton Leontiev <scileont /at/ gmail.com>
pkgname=findimagedupes
-pkgver=2.18
-pkgrel=4
+pkgver=2.19
+pkgrel=1
pkgdesc='Tool to find visually similar or duplicate images'
arch=('any')
url="http://www.jhnc.org/findimagedupes/"
license=('GPL3')
depends=('perl-file-mimeinfo' 'perl-inline-c' 'graphicsmagick')
makedepends=('perl' 'sed')
-source=(http://http.debian.net/debian/pool/main/f/$pkgname/${pkgname}_$pkgver.orig.tar.gz
- findimagedupes-2.18.patch)
-md5sums=('5c353c6e4611e194114d4192c32c6adb'
- '7a75e6e1f0520bd1d02c3862417f3829')
+source=(http://www.jhnc.org/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('24886738644e77cb20d78f56f7178ef8')
options=('zipman')
build() {
- cd $pkgname-$pkgver
sed -i -e "s:DIRECTORY => '/usr/local/lib/$pkgname':DIRECTORY => '/tmp':" $pkgname
- patch -i $srcdir/findimagedupes-2.18.patch -p0
pod2man findimagedupes > findimagedupes.1
}
package() {
- cd $pkgname-$pkgver
install -D -m 755 findimagedupes $pkgdir/usr/bin/findimagedupes
install -D -m 644 findimagedupes.1 $pkgdir/usr/share/man/man1/findimagedupes.1
}
diff --git a/findimagedupes-2.18.patch b/findimagedupes-2.18.patch
deleted file mode 100644
index 5d4af864e9e8..000000000000
--- a/findimagedupes-2.18.patch
+++ /dev/null
@@ -1,36 +0,0 @@
---- findimagedupes 2013-07-31 17:29:22.616148571 +0000
-+++ findimagedupes.new 2013-07-31 18:16:43.073637364 +0000
-@@ -444,7 +444,7 @@
-
- sub try {
- my ($err) = @_;
-- if ($err and $err !~ /Warning (315|330):/) {
-+ if ($err ne '' and $err !~ /Warning (315|330):/) {
- die("imagemagick problem: $err\n");
- }
- }
-@@ -882,20 +882,20 @@
-
- =over 4
-
--=item 0
-+=item S<0>
-
- Success.
-
--=item 1
-+=item S<1>
-
- Usage information was requested (B<--help> or B<--man>), or there
- were warnings.
-
--=item 2
-+=item S<2>
-
- Invalid options or arguments were provided.
-
--=item 3
-+=item S<3>
-
- Runtime error.
-