summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 4 insertions, 2 deletions
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)