summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2020-03-06 16:27:41 +0100
committerKr1ss2020-03-06 16:27:41 +0100
commit16db3d9922e06c2ddc2aa9e8702a0aac57b9ee5d (patch)
tree7f092d581a7c91e3bd9043c49ba2e1ab33dc3d4c
parentcdadf2f240c9bd2e4324d23107b7a95192bbe0ca (diff)
downloadaur-16db3d9922e06c2ddc2aa9e8702a0aac57b9ee5d.tar.gz
update: dupliseek-git 1:0.0.3.r3.340563c-1
Removes obsolete `pip install` to `$pkgdir`.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b9c262018f2..8fa249294f29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dupliseek-git
pkgdesc = Duplicate image finder written in Python/Qt5
- pkgver = 0.0.3.r2.6cc6923
+ pkgver = 0.0.3.r3.340563c
pkgrel = 1
epoch = 1
url = https://gitlab.com/dupliseek-group/dupliseek
diff --git a/PKGBUILD b/PKGBUILD
index 2c41c3c79aee..7b296828ac8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=dupliseek-git
pkgver() { git -C "${pkgname%-git}" describe --long | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g'; }
-pkgver=0.0.3.r2.6cc6923
+pkgver=0.0.3.r3.340563c
pkgrel=1
epoch=1
@@ -34,8 +34,6 @@ build() {
package() {
cd "${pkgname%-git}"
- pip install --root="$pkgdir" --prefix=/usr --compile --no-deps \
- --no-warn-script-location opencv-python
python setup.py install --skip-build --optimize=1 --root="$pkgdir"
install -Dm644 dupliseek_pkg/icons/compare.png "$pkgdir/usr/share/pixmaps/${pkgname%-git}.png"
install -Dm644 "${pkgname%-git}.desktop" -t"$pkgdir/usr/share/applications/"