Date: Wednesday, June 10, 2015 @ 09:18:48 Author: arojas Revision: 135116
Update to 2.1.5, enable clarity display, enable musicbrainz and discid support Modified: gtkpod/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-06-10 05:34:06 UTC (rev 135115) +++ PKGBUILD 2015-06-10 07:18:48 UTC (rev 135116) @@ -4,13 +4,13 @@ # Contributor: Aaron Griffin <[email protected]> pkgname=gtkpod -pkgver=2.1.4 -pkgrel=4 +pkgver=2.1.5 +pkgrel=1 pkgdesc="A platform independent GUI for Apple's iPod using GTK3" arch=('i686' 'x86_64') url="http://gtkpod.sourceforge.net" license=('GPL') -depends=('libanjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk' 'hicolor-icon-theme' 'webkitgtk') +depends=('libanjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk' 'hicolor-icon-theme' 'webkitgtk' 'libmusicbrainz5' 'libdiscid' 'clutter-gtk') makedepends=('flex' 'intltool' 'faad2' 'libvorbis') optdepends=('libmp4v2: MP4/h264 support' 'vorbis-tools: OGG support' @@ -19,7 +19,7 @@ 'faad2: m4a conversion support') install=gtkpod.install source=("http://downloads.sourceforge.net/gtkpod/$pkgname-$pkgver.tar.gz") -md5sums=('66c12ccb529c0f7de9a48a7f0d277c80') +md5sums=('f011d6bc403f06d8bb13829c1c3d25fe') prepare() { cd "$srcdir/$pkgname-$pkgver"
