summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Fink2020-12-04 11:03:03 +0200
committerChristoph Fink2020-12-04 11:03:03 +0200
commit2a2b1ef20f7013041d36325cf8c79e94fbaab870 (patch)
treebe70abc636f5441b1e59a81b346aba73b7f23128
parent811d30bd9be504d96eee84559fc432d46bd9ea09 (diff)
downloadaur-2a2b1ef20f7013041d36325cf8c79e94fbaab870.tar.gz
upgpkg: python-dhash 1.3-5
bump version to force rebuild due to interpreter update (python-3.9)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7086f6f4ced..bb0dcc2b608c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-dhash
pkgdesc = Python library to calculate the difference hash (perceptual hash) for a given image, useful for detecting duplicates
pkgver = 1.3
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/Jetsetter/dhash
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 9a6a4d96e48d..6ac1ba8132c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dhash
pkgver=1.3
-pkgrel=4
+pkgrel=5
pkgdesc="Python library to calculate the difference hash (perceptual hash) for a given image, useful for detecting duplicates"
url="https://github.com/Jetsetter/dhash"