summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hebb2015-01-25 12:08:55 -0500
committerThomas Hebb2015-01-25 12:08:55 -0500
commitb1d525e6f9e5cee7110f4343e2c1c783d3d95a70 (patch)
tree4b767770d2e98715a0b09c85cc1aa673312bca1a
parenta4b29e43fa4bd52973b8d428d10ced50005ac1ab (diff)
downloadaur-b1d525e6f9e5cee7110f4343e2c1c783d3d95a70.tar.gz
Update dependency name
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d4140daa1ad..873f066d4870 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = revelation
pkgdesc = A password manager for the GNOME desktop
pkgver = 0.4.14
- pkgrel = 2
+ pkgrel = 3
url = http://revelation.olasagasti.info/
install = revelation.install
arch = i686
@@ -15,7 +15,7 @@ pkgbase = revelation
depends = python2
depends = hicolor-icon-theme
depends = pkg-config
- depends = dbus-python
+ depends = python2-dbus
source = https://bitbucket.org/erikg/revelation/downloads/revelation-0.4.14.tar.bz2
source = cracklib.patch
md5sums = d1c054b0a5678f884a2365ac54c03b6a
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/"