From 378ed7beed419f430e3b09438e17bcaa89a94476 Mon Sep 17 00:00:00 2001 From: kth5 Date: Wed, 7 Aug 2024 08:09:24 +0200 Subject: [PATCH] * update opusfile to 0.12-4 --- opusfile/.SRCINFO | 14 ++++++++++++++ opusfile/PKGBUILD | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 opusfile/.SRCINFO diff --git a/opusfile/.SRCINFO b/opusfile/.SRCINFO new file mode 100644 index 0000000000..330bfa10d7 --- /dev/null +++ b/opusfile/.SRCINFO @@ -0,0 +1,14 @@ +pkgbase = opusfile + pkgdesc = Library for opening, seeking, and decoding .opus files + pkgver = 0.12 + pkgrel = 4 + url = https://opus-codec.org/ + arch = x86_64 + license = BSD + depends = libogg + depends = openssl + depends = opus + source = https://downloads.xiph.org/releases/opus/opusfile-0.12.tar.gz + sha256sums = 118d8601c12dd6a44f52423e68ca9083cc9f2bfe72da7a8c1acb22a80ae3550b + +pkgname = opusfile diff --git a/opusfile/PKGBUILD b/opusfile/PKGBUILD index f42a087630..4a8787a601 100644 --- a/opusfile/PKGBUILD +++ b/opusfile/PKGBUILD @@ -5,7 +5,7 @@ pkgname=opusfile pkgver=0.12 -pkgrel=3 +pkgrel=4 pkgdesc='Library for opening, seeking, and decoding .opus files' arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) url='https://opus-codec.org/'