summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrimož Ajdišek2019-09-01 16:42:01 +0200
committerPrimož Ajdišek2019-09-01 16:42:01 +0200
commit81ca362bbb9f37ef22a49fbc0541986f19a7ba32 (patch)
treecd472504f2ae8f9f331c6077198550eea2d23c85
parentd71f9e790e99e95300f32de3e542ff9c7f6a91de (diff)
downloadaur-81ca362bbb9f37ef22a49fbc0541986f19a7ba32.tar.gz
changes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f01dd79cb2d..1d4b9af11f8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = dupliseek
pkgdesc = Application to find all your duplicate images.
pkgver = 0.0.2
- pkgrel = 3
+ pkgrel = 4
url = https://gitlab.com/magnusmj/dupliseek.git
install = dupliseek.install
arch = any
license = MIT
- depends = python-pip
+ depends = python-pyqt5
+ depends = python-numpy
+ depends = python-imutils
source = dupliseek.0.0.2.tar.xz::https://gitlab.com/magnusmj/dupliseek/uploads/7a6999dd09ba87984e176c893344db9a/dupliseek.0.0.2.tar.xz
md5sums = feaeff56c2ccd5827e2e7efd2315a66b
diff --git a/PKGBUILD b/PKGBUILD
index e83ca30b474e..0c4808eac279 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,14 @@
# Maintainer: bigpod9 <bigpod9@gmail.com>
pkgname=dupliseek
pkgver=0.0.2
-pkgrel=3
+pkgrel=4
pkgdesc="Application to find all your duplicate images."
arch=('any')
url="https://gitlab.com/magnusmj/dupliseek.git"
license=('MIT')
-depends=(python-pip)
+
+depends=('python-pyqt5' 'python-numpy' 'python-imutils')
+
install=dupliseek.install
source=(dupliseek.0.0.2.tar.xz::https://gitlab.com/magnusmj/dupliseek/uploads/7a6999dd09ba87984e176c893344db9a/dupliseek.0.0.2.tar.xz)
md5sums=('feaeff56c2ccd5827e2e7efd2315a66b')