summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGianluca Boiano2018-08-28 14:56:39 +0200
committerGianluca Boiano2018-08-28 14:56:39 +0200
commitd20104791e3e423df26eb2f4b7ee5b25a98596b6 (patch)
tree8ad5eb3cd76eb6ae8bb11d14dc36ff3667b76357
parent2cf61f3b68e9976b9aaaa15a3ac6bc287ed4b95c (diff)
downloadaur-d20104791e3e423df26eb2f4b7ee5b25a98596b6.tar.gz
idjc: dbus-python replace by python2-dbus
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 982a4f527e57..1f83241b48b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = idjc
pkgdesc = Powerful client for individuals interested in streaming live radio shows
pkgver = 0.8.17
- pkgrel = 2
+ pkgrel = 3
url = http://idjc.sourceforge.net/
install = idjc.install
arch = i686
arch = x86_64
license = GPL2
- depends = dbus-python
+ depends = python2-dbus
depends = desktop-file-utils
depends = ffmpeg
depends = flac
diff --git a/PKGBUILD b/PKGBUILD
index 4bc940beb33e..89e8f35e6d4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=idjc
pkgver=0.8.17
-pkgrel=2
+pkgrel=3
pkgdesc='Powerful client for individuals interested in streaming live radio shows'
url='http://idjc.sourceforge.net/'
license=('GPL2')
arch=('i686' 'x86_64')
-depends=('dbus-python'
+depends=('python2-dbus'
'desktop-file-utils'
'ffmpeg'
'flac'