summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Büchau2020-03-13 13:07:46 +0100
committerYann Büchau2020-03-13 13:07:46 +0100
commit59b629b391028dcc34af40cc0e74af8e8fe6c022 (patch)
treef9b5ce10946b1f6d8a1018cb9320afd0726b4baf
parent70df3234efa2569696a14e6e3f64528fb60c1f3c (diff)
downloadaur-59b629b391028dcc34af40cc0e74af8e8fe6c022.tar.gz
Move apg to optdepends
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33f479d41e73..9b798dd1b651 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = pasaffe
pkgdesc = Easy to use password manager for Gnome with a Password Safe 3.0 compatible database.
pkgver = 0.55
- pkgrel = 1
+ pkgrel = 2
url = https://launchpad.net/pasaffe
arch = any
license = GPL3
makedepends = python-distutils-extra
- depends = apg
depends = gtk3
depends = python-gobject
depends = python-unidecode
depends = yelp
+ optdepends = apg: password generation
source = http://launchpad.net/pasaffe/trunk/0.55/+download/pasaffe-0.55.tar.gz
md5sums = e535aafeee6e1684b2a506bd9c463da5
diff --git a/PKGBUILD b/PKGBUILD
index abaa36585d66..7ece917ff2cc 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,20 @@
# Contributor: archtux <antonio dot arias99999 at gmail dot com>
pkgname=pasaffe
pkgver=0.55
-pkgrel=1
+pkgrel=2
pkgdesc="Easy to use password manager for Gnome with a Password Safe 3.0 compatible database."
arch=('any')
url="https://launchpad.net/pasaffe"
license=('GPL3')
depends=(
- 'apg'
'gtk3'
'python-gobject'
'python-unidecode'
'yelp'
)
+optdepends=(
+ 'apg: password generation'
+)
makedepends=('python-distutils-extra')
install=
source=(http://launchpad.net/pasaffe/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz)