summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSeva2021-03-18 15:01:28 -0400
committerSeva2021-03-18 15:01:28 -0400
commit58ab18191b2a0c8049ba1a5cc53d7eee7756b976 (patch)
tree7093d035b837f29b2d90ebce00a81a20621bce17 /PKGBUILD
parenteb2c4a51c7b468819c06d53f58712b1974d7dfe0 (diff)
downloadaur-irssi-libnotify-git.tar.gz
Update dependency python2-dbus with dbus-python
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 256d680a3156..41f8fb29fd6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@ _pkgname_base=irssi-libnotify
pkgname=$_pkgname_base-git
pkgver=r59.7ada59a
-pkgrel=3
+pkgrel=4
pkgdesc="libnotify plugin for irssi"
arch=("any")
url="https://github.com/stickster/irssi-libnotify"
license=('GPL')
-depends=('irssi' 'libnotify>=0.7' 'python2-gobject' 'perl-html-parser' 'python2-dbus')
+depends=('irssi' 'libnotify>=0.7' 'python2-gobject' 'perl-html-parser' 'dbus-python')
makedepends=('git')
source=($pkgname::'git+https://github.com/stickster/irssi-libnotify'