summaryrefslogtreecommitdiff
path: root/wavpack/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2020-07-21 22:34:00 +1000
committerDanny Rawlins <monster.romster@gmail.com>2020-07-21 22:34:00 +1000
commit56d151e689c5934cfefa00023ea0ef19bbbf4e17 (patch)
tree0bf58fb1c8347c04881e06edbbaed3b124184761 /wavpack/Pkgfile
parent71b913671c762eb6f56800df886a4ca384c7327e (diff)
downloadcontrib-56d151e689c5934cfefa00023ea0ef19bbbf4e17.tar.gz
contrib-56d151e689c5934cfefa00023ea0ef19bbbf4e17.tar.xz
wavpack: 5.3.0 -> 5.3.2
Diffstat (limited to 'wavpack/Pkgfile')
-rw-r--r--wavpack/Pkgfile15
1 files changed, 11 insertions, 4 deletions
diff --git a/wavpack/Pkgfile b/wavpack/Pkgfile
index 700025762..cd72a60dd 100644
--- a/wavpack/Pkgfile
+++ b/wavpack/Pkgfile
@@ -1,15 +1,22 @@
# Description: Audio compression format with lossless, lossy and hybrid compression modes
-# URL: http://www.wavpack.com/
+# URL: https://www.wavpack.com/
# Maintainer: Danny Rawlins, crux at romster dot me
name=wavpack
-version=5.3.0
+version=5.3.2
+# Need to fetch a commit because upstream didn't tag the minor release
+commit=e4e8d191e8dd74cbdbeaef3232c16a7ef517e68d
release=1
-source=(https://github.com/dbry/WavPack/releases/download/$version/$name-$version.tar.xz)
+source=(
+ #https://github.com/dbry/WavPack/releases/download/$version/$name-$version.tar.xz
+ https://github.com/dbry/WavPack/archive/$commit.zip
+)
build() {
- cd $name-$version
+# cd $name-$version
+ cd WavPack-$commit
+ autoreconf -fi
./configure --prefix=/usr
make

Generated by cgit