summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Hebb2015-01-25 12:08:55 -0500
committerThomas Hebb2015-01-25 12:08:55 -0500
commitb1d525e6f9e5cee7110f4343e2c1c783d3d95a70 (patch)
tree4b767770d2e98715a0b09c85cc1aa673312bca1a /PKGBUILD
parenta4b29e43fa4bd52973b8d428d10ced50005ac1ab (diff)
downloadaur-b1d525e6f9e5cee7110f4343e2c1c783d3d95a70.tar.gz
Update dependency name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9418daa87b9d..57dbdbb808cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=revelation
pkgver=0.4.14
-pkgrel=2
+pkgrel=3
pkgdesc="A password manager for the GNOME desktop"
arch=('i686' 'x86_64')
license=('GPL')
-depends=('gnome-python>=2.10' 'pycrypto>=1.9' 'python2-crack' 'desktop-file-utils' 'python2' 'hicolor-icon-theme' 'pkg-config' 'dbus-python')
+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/"