diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2017-01-02 15:56:57 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2017-01-02 15:56:57 +1100 |
commit | 29f474ac53cf83a101e8e3388b1645217c5e3312 (patch) | |
tree | 8a0cd20ebb8b3b06d8bdb8443af0ebd6a81215aa /flac-32 | |
parent | b424fa915c409dc9e9f6df0e3044ed53852a6f0b (diff) | |
download | compat-32-29f474ac53cf83a101e8e3388b1645217c5e3312.tar.gz compat-32-29f474ac53cf83a101e8e3388b1645217c5e3312.tar.xz |
flac-32: 1.3.1 -> 1.3.2
Diffstat (limited to 'flac-32')
-rw-r--r-- | flac-32/.md5sum | 2 | ||||
-rw-r--r-- | flac-32/Pkgfile | 5 |
2 files changed, 3 insertions, 4 deletions
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 } |