summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leontiev2020-09-15 21:40:04 +0300
committerAnton Leontiev2020-09-15 21:40:04 +0300
commit394e010cc905ff3dd5dffc3a7a84d5fb42539636 (patch)
tree9b3f2024bb79e4226ab3dd4444d7a2d3ae2eca49
parentfdf7e30e27dbc8df37e180488ccfa1111ca80429 (diff)
downloadaur-394e010cc905ff3dd5dffc3a7a84d5fb42539636.tar.gz
findimagedupes: Update to v2.19.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da3553da0646..2ee156a740e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = findimagedupes
pkgdesc = Tool to find visually similar or duplicate images
- pkgver = 2.19
+ pkgver = 2.19.1
pkgrel = 1
url = http://www.jhnc.org/findimagedupes/
arch = any
@@ -11,8 +11,8 @@ pkgbase = findimagedupes
depends = perl-inline-c
depends = graphicsmagick
options = zipman
- source = http://www.jhnc.org/findimagedupes/findimagedupes-2.19.tar.gz
- md5sums = 24886738644e77cb20d78f56f7178ef8
+ source = http://www.jhnc.org/findimagedupes/findimagedupes-2.19.1.tar.gz
+ md5sums = 86be2910f2b5af31b5015e8db2d51a4a
pkgname = findimagedupes
diff --git a/PKGBUILD b/PKGBUILD
index 229b8c94913e..4c2eb69137b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Contributor: Stefano Tortarolo <stefano@inventati.org>
# Contributor: Anton Leontiev <scileont /at/ gmail.com>
pkgname=findimagedupes
-pkgver=2.19
+pkgver=2.19.1
pkgrel=1
pkgdesc='Tool to find visually similar or duplicate images'
arch=('any')
-url="http://www.jhnc.org/findimagedupes/"
+url='http://www.jhnc.org/findimagedupes/'
license=('GPL3')
depends=('perl-file-mimeinfo' 'perl-inline-c' 'graphicsmagick')
makedepends=('perl' 'sed')
source=(http://www.jhnc.org/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('24886738644e77cb20d78f56f7178ef8')
+md5sums=('86be2910f2b5af31b5015e8db2d51a4a')
options=('zipman')
build() {