summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordonGR2018-06-07 19:26:29 +0300
committerGordonGR2018-06-07 19:26:29 +0300
commit28b6b4dcc0549c16f06add45d9f6b8d47b0d75fe (patch)
tree9dd71e1eac597c1f5761555f37bff2829103f861 /PKGBUILD
parent8569442bbc253855e9639dc88fd947ef4cf1643e (diff)
downloadaur-dexter.tar.gz
0.18-4: Added python2-dbus dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8097b32276c0..9f407e52d688 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
+# Maintainer: GordonGR <ntheo1979@gmail.com>
# Contributor: Kosava <kosava@archlinux.us>
pkgname=dexter
pkgver=0.18
-pkgrel=3
+pkgrel=4
pkgdesc="Address Book that goes hand in hand with Postler"
arch=('i686' 'x86_64')
url="https://launchpad.net/dexter-rolodex"
license=('GPL')
-depends=('python2-distutils-extra' 'python2-vobject' 'python2-storm' 'python2-pyenchant' 'python2-xdg')
+depends=('python2-distutils-extra' 'python2-vobject' 'python2-storm' 'python2-pyenchant' 'python2-xdg' 'python2-dbus')
makedepends=('python2')
provides=('dexter')
conflicts=('dexter-bzr')