summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Lenaerts2020-02-26 10:04:19 +0100
committerPieter Lenaerts2020-02-26 10:04:19 +0100
commit9dc33216a594194c345663d11f88380102941547 (patch)
tree399ef4e279285b93f113ebe88e3914a9bd0fc675
parent31b4a2de7af3ea5c111a7f59294609b55717f6ee (diff)
downloadaur-9dc33216a594194c345663d11f88380102941547.tar.gz
add optdepends jpeginfo
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e19c3cefb0b..3c3974061386 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Sun Aug 26 18:53:33 UTC 2018
pkgbase = jpegdupes
pkgdesc = Image duplicate finder that ignores JPEG metadata
pkgver = 2.0.13
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jesjimher/imgdupes
arch = any
license = GPL3
@@ -12,6 +10,7 @@ pkgbase = jpegdupes
depends = python-jpegtran-cffi
depends = python-pillow
depends = python-gobject
+ optdepends = jpeginfo: smarter JPEG file integrity detection
conflicts = jpegdupes-git
conflicts = imgdupes
conflicts = imgdupes-git
diff --git a/PKGBUILD b/PKGBUILD
index 195b2c64afd6..6771e928ce3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=jpegdupes
pkgver=2.0.13
-pkgrel=1
+pkgrel=2
pkgdesc='Image duplicate finder that ignores JPEG metadata'
arch=('any')
url='https://github.com/jesjimher/imgdupes'
depends=('libgexiv2' 'python-texttable' 'python-jpegtran-cffi' 'python-pillow' 'python-gobject')
+optdepends=('jpeginfo: smarter JPEG file integrity detection')
conflicts=('jpegdupes-git' 'imgdupes' 'imgdupes-git')
license=('GPL3')
source=("https://files.pythonhosted.org/packages/d7/bc/a80d5f90fa1ca5b2188b90f3addcf853c420897f8b8db854addace7e34ee/$pkgname-$pkgver.tar.gz")