diff --git a/flac-32/.md5sum b/flac-32/.md5sum index b070d16c..2ffcf984 100644 --- a/flac-32/.md5sum +++ b/flac-32/.md5sum @@ -1 +1 @@ -b9922c9a0378c88d3e901b234f852698 flac-1.3.1.tar.xz +7c4f5cc85f953313a9134197b0db14ec flac-1.3.2.tar.xz diff --git a/flac-32/Pkgfile b/flac-32/Pkgfile index b0023222..0f5668f4 100644 --- a/flac-32/Pkgfile +++ b/flac-32/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libogg-32 name=flac-32 -version=1.3.1 +version=1.3.2 release=1 source=(http://downloads.xiph.org/releases/flac/flac-$version.tar.xz) @@ -14,13 +14,12 @@ build() { ./configure \ --prefix=/usr \ --libdir=/usr/lib32 \ - --mandir=/usr/man \ --host=i686-pc-linux-gnu \ --with-ogg-libraries=/usr/lib32 make make DESTDIR=$PKG install - rm -r $PKG/usr/{bin,man,include,share/{doc,aclocal}} + rm -r $PKG/usr/{bin,include,share/{aclocal,doc,man}} rmdir $PKG/usr/share }