summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 926f501c0bf7..ed33c13bdc6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = irssi-libnotify-git
pkgdesc = libnotify plugin for irssi
pkgver = r59.7ada59a
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/stickster/irssi-libnotify
install = irssi-libnotify-git.install
arch = any
@@ -11,7 +11,7 @@ pkgbase = irssi-libnotify-git
depends = libnotify>=0.7
depends = python2-gobject
depends = perl-html-parser
- depends = python2-dbus
+ depends = dbus-python
source = irssi-libnotify-git::git+https://github.com/stickster/irssi-libnotify
source = irssi-libnotify-git.install
md5sums = SKIP
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'