summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Waller2016-09-23 17:51:49 -0700
committerEric Waller2016-09-23 17:51:49 -0700
commit26edb4190efca20a65af874daeec8a5a5c266d15 (patch)
tree84403ce0bf32c21d1dbcf1d8ac2fd0e5be2131c4
parentbbff011aedee34ddf922839118c11d59037b6049 (diff)
downloadaur-26edb4190efca20a65af874daeec8a5a5c266d15.tar.gz
Fixed dependencies. argparser-python is mandatory. python-argcomplete is optional
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49eb30bd9d95..4976dd061c9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = dup.py
pkgdesc = Duplicate File manager with multimedia geolocation metadata extensions
pkgver = 1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ewwaller/dup.py
arch = any
license = GPL3
makedepends = git
depends = python
depends = sqlite
- optdepends = argparser-python
+ depends = argparser-python
+ optdepends = python-argcomplete
optdepends = python-gobject
optdepends = libgexiv2
source = git+https://github.com/ewwaller/dup.py.git
diff --git a/PKGBUILD b/PKGBUILD
index e2d886596e4b..a7c17a3762b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=dup.py
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc='Duplicate File manager with multimedia geolocation metadata extensions'
arch=('any')
url='https://github.com/ewwaller/dup.py'
license=('GPL3')
-depends=('python' 'sqlite')
-optdepends=('argparser-python' 'python-gobject' 'libgexiv2')
+depends=('python' 'sqlite' 'argparser-python')
+optdepends=('python-argcomplete' 'python-gobject' 'libgexiv2')
makedepends=('git')
source=("git+https://github.com/ewwaller/dup.py.git")
md5sums=('SKIP')