summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Hebb2017-02-13 18:08:44 +0000
committerThomas Hebb2017-02-13 18:08:44 +0000
commit6676630937298506df7a98ae8ac8f0753fecf3ba (patch)
treef1772305e36a1c02531b68ce0ee6c42dc82f3578 /PKGBUILD
parent0561b615669549a349401e9bd31252de453d2760 (diff)
downloadaur-6676630937298506df7a98ae8ac8f0753fecf3ba.tar.gz
Re-add mistakenly removed gnome-python dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f05c638fcda0..5a48c195f161 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=revelation
pkgver=0.4.14
-pkgrel=5
+pkgrel=6
pkgdesc="A password manager for the GNOME desktop"
arch=('i686' 'x86_64')
license=('GPL')
-depends=('pycrypto>=1.9' 'python2-crack' 'desktop-file-utils' 'python2' 'hicolor-icon-theme' 'pkg-config' 'python2-dbus')
+depends=('gnome-python>=2.10' 'pycrypto>=1.9' 'python2-crack' 'desktop-file-utils' 'python2' 'hicolor-icon-theme' 'pkg-config' 'python2-dbus')
makedepends=('intltool')
install=revelation.install
url="http://revelation.olasagasti.info/"