Date: Monday, June 27, 2016 @ 19:31:29 Author: arojas Revision: 270720
Update to 2.5.1 Modified: moc/trunk/PKGBUILD ----------+ PKGBUILD | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-27 19:28:51 UTC (rev 270719) +++ PKGBUILD 2016-06-27 19:31:29 UTC (rev 270720) @@ -2,8 +2,8 @@ # Maintainer: Eric Bélanger <[email protected]> pkgname=moc -pkgver=2.5.0 -pkgrel=5 +pkgver=2.5.1 +pkgrel=1 epoch=1 pkgdesc="An ncurses console audio player designed to be powerful and easy to use" arch=('i686' 'x86_64') @@ -18,18 +18,11 @@ 'wavpack: for using the wavpack plugin' 'faad2: for using the aac plugin' 'libmodplug: for using the modplug plugin') -source=(http://ftp.daper.net/pub/soft/moc/stable/${pkgname}-${pkgver}.tar.bz2{,.sig} moc-ffmpeg3.patch) -sha1sums=('a02c10075541995771dbdccb7f2d0ecd19d70b81' - 'SKIP' - '7d997ac25041010837d5f3ec79920b8afeec87f7') +source=(http://ftp.daper.net/pub/soft/moc/stable/${pkgname}-${pkgver}.tar.bz2{,.sig}) +sha1sums=('9e9a9bf0260cd7d7c170e4ef957041cf2275de32' + 'SKIP') validpgpkeys=('59359B80406D9E73E80599BEF3121E4F2885A7AA') -prepare() { - cd $pkgname-$pkgver -# Fix build with ffmpeg 3.0 (Debian) - patch -p1 -i ../moc-ffmpeg3.patch -} - build() { cd ${pkgname}-${pkgver} ./configure --prefix=/usr --without-rcc \
