summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302017-12-28 22:01:00 +0100
committerM0Rf302017-12-28 22:01:00 +0100
commit43d50de74a6ccd5bcd3e7efbecb6258b0732e970 (patch)
tree41c69f58a03a4960f8ebdca251ef6f2b59027259
parent7e2e13713cc2598dd888404dade7dd4f5a37303b (diff)
downloadaur-43d50de74a6ccd5bcd3e7efbecb6258b0732e970.tar.gz
idjc: 0.8.17
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD49
2 files changed, 29 insertions, 30 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56e2d0f775fc..2a8beb0cf286 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon May 29 11:42:54 UTC 2017
+# Thu Dec 28 21:00:34 UTC 2017
pkgbase = idjc
pkgdesc = Powerful client for individuals interested in streaming live radio shows
- pkgver = 0.8.16
- pkgrel = 3
+ pkgver = 0.8.17
+ pkgrel = 1
url = http://idjc.sourceforge.net/
install = idjc.install
arch = i686
@@ -28,8 +28,8 @@ pkgbase = idjc
depends = vorbis-tools
optdepends = mysql-python: Ampache and Prokyon 3 support
conflicts = idjc-git
- source = http://downloads.sourceforge.net/idjc/idjc-0.8.16.tar.gz
- md5sums = 40346a16fca39e4fa306399974e5c2cb
+ source = http://downloads.sourceforge.net/idjc/idjc-0.8.17.tar.gz
+ md5sums = 47f13035d94f5c378bf237c335194a4d
pkgname = idjc
diff --git a/PKGBUILD b/PKGBUILD
index 575e3d555686..4518c1eb6453 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,51 +4,50 @@
# Contributor: Gaetan Bisson <bisson@archlinux.org>
pkgname=idjc
-pkgver=0.8.16
-pkgrel=3
+pkgver=0.8.17
+pkgrel=1
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'
- 'desktop-file-utils'
- 'ffmpeg'
- 'flac'
- 'glib2'
- 'jack'
- 'lame'
- 'libmad'
- 'libsamplerate'
- 'libshout-idjc'
- 'libsndfile'
- 'mutagen'
- 'pygtk'
- 'python2'
- 'speex'
- 'twolame'
- 'vorbis-tools'
+depends=('dbus-python'
+ 'desktop-file-utils'
+ 'ffmpeg'
+ 'flac'
+ 'glib2'
+ 'jack'
+ 'lame'
+ 'libmad'
+ 'libsamplerate'
+ 'libshout-idjc'
+ 'libsndfile'
+ 'mutagen'
+ 'pygtk'
+ 'python2'
+ 'speex'
+ 'twolame'
+ 'vorbis-tools'
)
+
optdepends=('mysql-python: Ampache and Prokyon 3 support')
conflicts=('idjc-git')
install=${pkgname}.install
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "${srcdir}/${pkgname}-${pkgver}"
- export PYTHON=/usr/bin/python2
+ export PYTHON=/usr/bin/python2
./configure \
--prefix=/usr \
--libexecdir=/usr/lib \
--disable-static
-
- make
+ make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
-
make DESTDIR="${pkgdir}" install
}
-md5sums=('40346a16fca39e4fa306399974e5c2cb')
+md5sums=('47f13035d94f5c378bf237c335194a4d')