[arch-commits] Commit in moc/trunk (PKGBUILD)

Daniel Griffiths dgriffiths at archlinux.org
Mon May 10 19:53:54 UTC 2010


    Date: Monday, May 10, 2010 @ 15:53:54
  Author: dgriffiths
Revision: 80059

FS#19142

Modified:
  moc/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-10 19:28:30 UTC (rev 80058)
+++ PKGBUILD	2010-05-10 19:53:54 UTC (rev 80059)
@@ -4,13 +4,13 @@
 # Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=moc
-pkgver=2.5.0_alpha4
-pkgrel=2
+pkgver=2.4.4
+pkgrel=1
 pkgdesc="An ncurses console audio player with support for the mp3, ogg, and wave formats"
 arch=('i686' 'x86_64')
 url="http://moc.daper.net/"
 license=('GPL')
-depends=('libmad' 'libid3tag' 'jack-audio-connection-kit' 'curl' 'libsamplerate' 'libtool')
+depends=('libmad' 'libid3tag' 'jack' 'curl' 'libsamplerate' 'libtool')
 makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug')
 optdepends=('speex: for using the speex plugin' 
 	    'ffmpeg: for using the ffmpeg plugin'
@@ -18,13 +18,13 @@
 	    'libmpcdec: for using the musepack plugin' 
             'wavpack: for using the wavpack plugin' 
 	    'libmodplug: for using the modplug plugin')
-options=('!libtool')
-source=(ftp://ftp.daper.net/pub/soft/moc/unstable/${pkgname}-${pkgver/_/-}.tar.bz2)
-md5sums=('2dd0cb6481d77fda09c58ec3154a21c0')
-sha1sums=('ca55b3bed0f3f3f352ca43078208ab63e20f40fc')
+options=('!libtool' 'force')
+source=(ftp://ftp.daper.net/pub/soft/moc/stable/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('647c770a5542a4ae5437386807a89796')
+sha1sums=('e56ee13aa17c177f0afc42efe3804ebbbf46d4db')
 
 build() {
-	cd ${srcdir}/${pkgname}-${pkgver/_/-}
+	cd ${srcdir}/${pkgname}-${pkgver}
 
 	sed -i 's|ffmpeg/avformat.h|libavformat/avformat.h|' decoder_plugins/ffmpeg/ffmpeg.c || return 1
 	# Disabling aac to use the external ffmpeg to play them (FS#13164)
@@ -37,7 +37,7 @@
 }
 
 package() {
-	cd ${srcdir}/${pkgname}-${pkgver/_/-}
+	cd ${srcdir}/${pkgname}-${pkgver}
 
 	make DESTDIR=${pkgdir} install || return 1
 }




More information about the arch-commits mailing list