summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0617e2b292b4..fde90573bb00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Feb 6 21:50:17 UTC 2017
+# Mon Feb 13 18:08:22 UTC 2017
pkgbase = revelation
pkgdesc = A password manager for the GNOME desktop
pkgver = 0.4.14
- pkgrel = 5
+ pkgrel = 6
url = http://revelation.olasagasti.info/
install = revelation.install
arch = i686
arch = x86_64
license = GPL
makedepends = intltool
+ depends = gnome-python>=2.10
depends = pycrypto>=1.9
depends = python2-crack
depends = desktop-file-utils
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/"