diff options
-rw-r--r-- | mpg123/.md5sum | 2 | ||||
-rw-r--r-- | mpg123/Pkgfile | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/mpg123/.md5sum b/mpg123/.md5sum index 5e810793e..33a875b3a 100644 --- a/mpg123/.md5sum +++ b/mpg123/.md5sum @@ -1 +1 @@ -13b505ec04e5afb10399c89f24e99f0e mpg123-0.61.tar.bz2 +f7c13eec5c1d2fbc670ce7b19b811253 mpg123-0.62.tar.bz2 diff --git a/mpg123/Pkgfile b/mpg123/Pkgfile index 1c49ad496..7e2ac165b 100644 --- a/mpg123/Pkgfile +++ b/mpg123/Pkgfile @@ -4,13 +4,14 @@ # Depends on: alsa-lib name=mpg123 -version=0.61 +version=0.62 release=1 source=(http://www.mpg123.de/download/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=/usr \ + --mandir=/usr/man \ --with-cpu=i586 \ --with-optimization=2 \ --with-audio=alsa \ |