summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leontiev2016-10-16 10:22:26 +0300
committerAnton Leontiev2016-10-16 10:22:26 +0300
commit1e8f5171e95bc84ac5c378beb1f9b7884cdac71b (patch)
treea45ad9ea927cbd9d5a899941dba95f19c0967054
parent09a049c2b6456cdbdf0670aaf67f3b30ca29d3bb (diff)
downloadaur-1e8f5171e95bc84ac5c378beb1f9b7884cdac71b.tar.gz
Update source URL
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD16
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 116b84e5bf83..3be4a6f65b8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
+# 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 = 3
+ pkgrel = 4
url = http://www.jhnc.org/findimagedupes/
- arch = i686
- arch = x86_64
+ arch = any
license = GPL3
makedepends = perl
makedepends = sed
- depends = perl
depends = perl-file-mimeinfo
depends = perl-inline-c
depends = graphicsmagick
options = zipman
- source = http://www.jhnc.org/findimagedupes/findimagedupes-2.18.tar.gz
+ 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
diff --git a/PKGBUILD b/PKGBUILD
index 7d1638d7600e..28c48ec8af6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,29 +1,29 @@
# Contributor: Stefano Tortarolo <stefano@inventati.org>
-# Contributor: Anton Leontiev <bunder /at/ t-25.ru>
+# Contributor: Anton Leontiev <scileont /at/ gmail.com>
pkgname=findimagedupes
pkgver=2.18
-pkgrel=3
-pkgdesc="Tool to find visually similar or duplicate images"
-arch=('i686' 'x86_64')
+pkgrel=4
+pkgdesc='Tool to find visually similar or duplicate images'
+arch=('any')
url="http://www.jhnc.org/findimagedupes/"
license=('GPL3')
-depends=('perl' 'perl-file-mimeinfo' 'perl-inline-c' 'graphicsmagick')
+depends=('perl-file-mimeinfo' 'perl-inline-c' 'graphicsmagick')
makedepends=('perl' 'sed')
-source=(http://www.jhnc.org/$pkgname/$pkgname-$pkgver.tar.gz
+source=(http://http.debian.net/debian/pool/main/f/$pkgname/${pkgname}_$pkgver.orig.tar.gz
findimagedupes-2.18.patch)
md5sums=('5c353c6e4611e194114d4192c32c6adb'
'7a75e6e1f0520bd1d02c3862417f3829')
options=('zipman')
build() {
- cd $srcdir/$pkgname-$pkgver
+ 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 $srcdir/$pkgname-$pkgver
+ 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
}