summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2017-03-26 17:26:26 +0100
committerHans-Nikolai Viessmann2017-03-26 17:26:26 +0100
commitb1dd4cdc2670a281ff743c755dad7a50ac7d035e (patch)
treec9d20cd182fdb4950c95932313a3fbfc3c98a0aa
parent46067d1519e18f8d98d9ef436bcf9ad358cdbeb1 (diff)
downloadaur-b1dd4cdc2670a281ff743c755dad7a50ac7d035e.tar.gz
Updated to 2.5.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1a3c4537930..f70fabb88cac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = moc-pulse
pkgdesc = An ncurses console audio player with support for pulseaudio
- pkgver = 2.5.1
+ pkgver = 2.5.2
pkgrel = 1
url = http://moc.daper.net/
arch = i686
@@ -29,11 +29,11 @@ pkgbase = moc-pulse
optdepends = libmodplug: for using the modplug plugin
provides = moc
conflicts = moc
- source = http://ftp.daper.net/pub/soft/moc/stable/moc-2.5.1.tar.bz2
- source = http://ftp.daper.net/pub/soft/moc/stable/moc-2.5.1.tar.bz2.sig
+ source = http://ftp.daper.net/pub/soft/moc/stable/moc-2.5.2.tar.bz2
+ source = http://ftp.daper.net/pub/soft/moc/stable/moc-2.5.2.tar.bz2.sig
source = pulseaudio.patch
validpgpkeys = 59359B80406D9E73E80599BEF3121E4F2885A7AA
- sha1sums = 9e9a9bf0260cd7d7c170e4ef957041cf2275de32
+ sha1sums = 9d27a929b63099416263471c16367997c0ae6dba
sha1sums = SKIP
sha1sums = 5c6385760ba40ee8a330d28d520c44eac2cbbae1
diff --git a/PKGBUILD b/PKGBUILD
index 4f2a7e90f591..bc3ede299b18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname='moc-pulse'
_pkgname='moc'
-pkgver=2.5.1
+pkgver=2.5.2
pkgrel=1
pkgdesc='An ncurses console audio player with support for pulseaudio'
arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@ provides=('moc')
conflicts=('moc')
source=(http://ftp.daper.net/pub/soft/moc/stable/${_pkgname}-${pkgver}.tar.bz2{,.sig}
'pulseaudio.patch')
-sha1sums=('9e9a9bf0260cd7d7c170e4ef957041cf2275de32'
+sha1sums=('9d27a929b63099416263471c16367997c0ae6dba'
'SKIP'
'5c6385760ba40ee8a330d28d520c44eac2cbbae1')
validpgpkeys=('59359B80406D9E73E80599BEF3121E4F2885A7AA')
@@ -37,12 +37,12 @@ prepare() {
build() {
cd "${_pkgname}-${pkgver}"
-
+
msg "Re-creating ./configure script"
aclocal
automake --add-missing
autoreconf
-
+
msg "Begin configuring"
./configure --prefix=/usr --without-rcc \
--with-pulse --with-oss --with-alsa --with-jack --with-aac \