summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2020-12-02 20:08:09 +0100
committerKr1ss2020-12-02 20:08:09 +0100
commite606f5642c9b28cbfd0a2fc997ec62fd31969826 (patch)
tree0fb2fc90777d31b17e779f5c803c6428211ff170
parent47187e1b0fb5b4e90697b5fe5d32010f8205d141 (diff)
downloadaur-e606f5642c9b28cbfd0a2fc997ec62fd31969826.tar.gz
rebuild against 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 71fd633048b1..7374605189e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dupliseek-git
pkgdesc = Duplicate image finder written in Python/Qt5
pkgver = 0.0.3.r36.6c5cc90
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://gitlab.com/dupliseek-group/dupliseek
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index ffadeba8a9bc..45a39987c62e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=dupliseek-git
epoch=1
pkgver() { git -C "${pkgname%-git}" describe --long | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g'; }
pkgver=0.0.3.r36.6c5cc90
-pkgrel=1
+pkgrel=2
pkgdesc='Duplicate image finder written in Python/Qt5'
arch=('x86_64')