summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2020-02-26 19:57:50 +0100
committerKr1ss2020-02-26 19:57:50 +0100
commitd196906a573d1c33feaa433a6b511a2df69e19ff (patch)
tree92c094fcee48a73910786b126e304a4febcecc82
parentb683a72ddfc974c36472e7d9688b2282dba1c262 (diff)
downloadaur-d196906a573d1c33feaa433a6b511a2df69e19ff.tar.gz
restore last working status
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9be1c3e7feab..0e279c8ca761 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = dupliseek-git
pkgdesc = Duplicate image finder written in Python/Qt5
pkgver = 0.0.2alpha.r57.3bac8b6
- pkgrel = 2
+ pkgrel = 1
+ epoch = 1
url = https://gitlab.com/dupliseek-group/dupliseek
arch = x86_64
license = MIT
@@ -12,7 +13,7 @@ pkgbase = dupliseek-git
depends = python-imutils
provides = dupliseek
conflicts = dupliseek
- source = git+https://gitlab.com/dupliseek-group/dupliseek.git
+ source = git+https://gitlab.com/dupliseek-group/dupliseek.git#commit=3bac8b69585cb9f0d1cced6cf6f7324bc2426120
source = setup.patch
sha256sums = SKIP
sha256sums = ba6a53fe0cc67d4a2c3b64836b59d853b34713a566945e79af376a92d5f2a86f
diff --git a/PKGBUILD b/PKGBUILD
index 1847dcd9a993..6607ace44332 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,8 @@
pkgname=dupliseek-git
pkgver() { git -C "${pkgname%-git}" describe | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g'; }
pkgver=0.0.2alpha.r57.3bac8b6
-pkgrel=2
+pkgrel=1
+epoch=1
pkgdesc='Duplicate image finder written in Python/Qt5'
arch=('x86_64')
@@ -17,7 +18,7 @@ conflicts=("${pkgname%-git}")
depends=('python-pyqt5' 'python-numpy' 'python-imutils')
makedepends=('git' 'python-setuptools')
-source=("git+$url.git"
+source=("git+$url.git#commit=3bac8b69585cb9f0d1cced6cf6f7324bc2426120"
'setup.patch')
sha256sums=('SKIP'
'ba6a53fe0cc67d4a2c3b64836b59d853b34713a566945e79af376a92d5f2a86f')