T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages /
wavpack
Commits:
699bb66c by T.J. Townsend at 2025-01-28T15:18:17-05:00
upgpkg: 5.8.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,12 @@
pkgbase = wavpack
pkgdesc = Audio compression format with lossless, lossy and hybrid
compression modes
- pkgver = 5.8.0
+ pkgver = 5.8.1
pkgrel = 1
url = https://www.wavpack.com/
arch = x86_64
license = BSD
depends = glibc
- source =
https://github.com/dbry/WavPack/releases/download/5.8.0/wavpack-5.8.0.tar.xz
- sha512sums =
657291daf263fe51e17b99dad7d5115ba2952b7b4c713b3804e5617790bd706f69ce439c280263676c666c7522eee1106ef36e03f925627e0c73f951f0473e9e
+ source =
https://github.com/dbry/WavPack/releases/download/5.8.1/wavpack-5.8.1.tar.xz
+ sha512sums =
9ea32b3c5f876317aab7745159dfe05488cc891b55a9efc8b553fefda508cf6a58d9e20db9f43669f65222842913fab2bef2d716ee31d07f33f4693b848a6325
pkgname = wavpack
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Eric Bélanger <[email protected]>
pkgname=wavpack
-pkgver=5.8.0
+pkgver=5.8.1
pkgrel=1
pkgdesc="Audio compression format with lossless, lossy and hybrid compression
modes"
arch=('x86_64')
@@ -10,7 +10,7 @@ url="https://www.wavpack.com/"
license=('BSD')
depends=('glibc')
source=(https://github.com/dbry/WavPack/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
-sha512sums=('657291daf263fe51e17b99dad7d5115ba2952b7b4c713b3804e5617790bd706f69ce439c280263676c666c7522eee1106ef36e03f925627e0c73f951f0473e9e')
+sha512sums=('9ea32b3c5f876317aab7745159dfe05488cc891b55a9efc8b553fefda508cf6a58d9e20db9f43669f65222842913fab2bef2d716ee31d07f33f4693b848a6325')
build() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wavpack/-/commit/699bb66cd3a6399dfe8484c48e144c10072b5db4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wavpack/-/commit/699bb66cd3a6399dfe8484c48e144c10072b5db4
You're receiving this email because of your account on gitlab.archlinux.org.