summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302023-09-08 15:34:07 +0200
committerM0Rf302023-09-08 15:34:07 +0200
commit3d83b2f1ff6ec875a9b8608a1b08b6889da39553 (patch)
treeb665db23cdb9ca05d8f4c1e18616b76a39c72150
parent7ff41994802c1af9c29f85f0b1d4227d949fa346 (diff)
downloadaur-3d83b2f1ff6ec875a9b8608a1b08b6889da39553.tar.gz
idjc: use optional python-mysqlclient
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c3faf2bdf13..751c6f11499e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = idjc
pkgdesc = Powerful client for individuals interested in streaming live radio shows
pkgver = 0.9.5
- pkgrel = 1
+ pkgrel = 2
url = http://idjc.sourceforge.net/
arch = i686
arch = x86_64
@@ -23,7 +23,7 @@ pkgbase = idjc
depends = speex
depends = twolame
depends = vorbis-tools
- optdepends = mysql-python: Ampache and Prokyon 3 support
+ optdepends = python-mysqlclient: Ampache and Prokyon 3 support
optdepends = python-irc: IRC notification support
conflicts = idjc-git
source = http://downloads.sourceforge.net/idjc/idjc-0.9.5.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 6454ce0eb004..80dfa5d407b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=idjc
pkgver=0.9.5
-pkgrel=1
+pkgrel=2
pkgdesc='Powerful client for individuals interested in streaming live radio shows'
url='http://idjc.sourceforge.net/'
license=('GPL2')
@@ -29,7 +29,7 @@ depends=(
'twolame'
'vorbis-tools'
)
-optdepends=('mysql-python: Ampache and Prokyon 3 support'
+optdepends=('python-mysqlclient: Ampache and Prokyon 3 support'
'python-irc: IRC notification support')
conflicts=('idjc-git')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz"