summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76ca55f71fbd..9149bcb8b3d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = opusfile-git
pkgdesc = Stand-alone decoder library for .opus streams
- pkgver = 0.11.r5.gd2577d7
- pkgrel = 2
+ pkgver = 0.12.r40.g9d71834
+ pkgrel = 1
url = https://opus-codec.org/
arch = i686
arch = x86_64
@@ -11,11 +11,10 @@ pkgbase = opusfile-git
depends = libogg
depends = openssl
depends = opus
- provides = opusfile
+ provides = opusfile=0.12.r40.g9d71834
conflicts = opusfile
options = staticlibs
source = git+https://gitlab.xiph.org/xiph/opusfile.git
sha256sums = SKIP
pkgname = opusfile-git
-
diff --git a/PKGBUILD b/PKGBUILD
index fda37fd5bebc..9ee4d175276c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=opusfile-git
-pkgver=0.11.r5.gd2577d7
-pkgrel=2
+pkgver=0.12.r40.g9d71834
+pkgrel=1
pkgdesc="Stand-alone decoder library for .opus streams"
arch=('i686' 'x86_64')
url="https://opus-codec.org/"
license=('BSD')
depends=('glibc' 'libogg' 'openssl' 'opus')
makedepends=('git')
-provides=('opusfile')
+provides=("opusfile=$pkgver")
conflicts=('opusfile')
options=('staticlibs')
source=("git+https://gitlab.xiph.org/xiph/opusfile.git")