git » audiofile.git » commit a5fc065

upgpkg: 0.3.6-11

author David Runge
2025-08-25 19:57:42 UTC
committer David Runge
2025-08-25 19:57:42 UTC
parent bda565cd41164cabcb1a0919d7333e27c6eccde6

upgpkg: 0.3.6-11

Rebuild to add fixes for CVE-2019-13147 and CVE-2022-24599.
Properly set SPDX license identifier for package and adjust reuse config accordingly.

.SRCINFO +1 -1
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index 6a51879..c4fe0f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = audiofile
 	pkgdesc = Silicon Graphics Audio File Library
 	pkgver = 0.3.6
-	pkgrel = 10
+	pkgrel = 11
 	url = https://audiofile.68k.org/
 	arch = x86_64
 	license = Apache-2.0
diff --git a/PKGBUILD b/PKGBUILD
index b67b3a8..a622fd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=audiofile
 pkgver=0.3.6
-pkgrel=10
+pkgrel=11
 pkgdesc="Silicon Graphics Audio File Library"
 arch=(x86_64)
 url="https://audiofile.68k.org/"