summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Waller2016-09-23 16:37:25 -0700
committerEric Waller2016-09-23 16:37:25 -0700
commitbbff011aedee34ddf922839118c11d59037b6049 (patch)
treee71cd51d4073925b217575d49c0978dd5f3d7713
parentce90197c084abda5c5ffb3af80d5fd8866053c7c (diff)
downloadaur-bbff011aedee34ddf922839118c11d59037b6049.tar.gz
Added git as build dependency. argparser is now split, so optionally require argparser-python
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c78a961bc0b0..49eb30bd9d95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = dup.py
pkgdesc = Duplicate File manager with multimedia geolocation metadata extensions
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ewwaller/dup.py
arch = any
license = GPL3
+ makedepends = git
depends = python
depends = sqlite
- optdepends = argparser
+ optdepends = argparser-python
optdepends = python-gobject
optdepends = libgexiv2
source = git+https://github.com/ewwaller/dup.py.git
diff --git a/PKGBUILD b/PKGBUILD
index 898c2f6d42d2..e2d886596e4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=dup.py
pkgver=1.0
-pkgrel=1
+pkgrel=2
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-gobject' 'libgexiv2')
+optdepends=('argparser-python' 'python-gobject' 'libgexiv2')
+makedepends=('git')
source=("git+https://github.com/ewwaller/dup.py.git")
md5sums=('SKIP')