summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Taboada2018-09-19 11:31:07 +0000
committerMichael Taboada2018-09-19 11:31:07 +0000
commit7317b8afcc08d8dbce59c9a1093687cfe4bcf7ee (patch)
tree5b9cfd425ff063670ca09fbb2e30438bd9044319
parent4d55f6fea78bfda94f5d9a17d9e9e003b9ee3400 (diff)
downloadaur-lib32-opusfile.tar.gz
v0.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c88b714e3d46..7291a35a7cd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri May 25 07:29:15 UTC 2018
+# Wed Sep 19 11:30:33 UTC 2018
pkgbase = lib32-opusfile
pkgdesc = Library for opening, seeking, and decoding .opus files - 32 bit version
- pkgver = 0.10
+ pkgver = 0.11
pkgrel = 1
url = http://www.opus-codec.org/
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = lib32-opusfile
depends = lib32-opus
depends = opusfile
depends = lib32-glibc
- source = http://downloads.xiph.org/releases/opus/opusfile-0.10.tar.gz
- sha256sums = 48e03526ba87ef9cf5f1c47b5ebe3aa195bd89b912a57060c36184a6cd19412f
+ source = http://downloads.xiph.org/releases/opus/opusfile-0.11.tar.gz
+ sha256sums = 74ce9b6cf4da103133e7b5c95df810ceb7195471e1162ed57af415fabf5603bf
pkgname = lib32-opusfile
diff --git a/PKGBUILD b/PKGBUILD
index 214788951489..f399ebc7f39b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
#contributer: Storm Dragon <stormdragon2976@gmail.com>
_pkgbase=opusfile
pkgname=lib32-$_pkgbase
-pkgver=0.10
+pkgver=0.11
pkgrel=1
pkgdesc='Library for opening, seeking, and decoding .opus files - 32 bit version'
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('BSD')
depends=('lib32-libogg' 'lib32-openssl' 'lib32-opus' 'opusfile' 'lib32-glibc')
makedepends=('gcc' 'lib32-gcc-libs')
source=("http://downloads.xiph.org/releases/opus/$_pkgbase-$pkgver.tar.gz")
-sha256sums=('48e03526ba87ef9cf5f1c47b5ebe3aa195bd89b912a57060c36184a6cd19412f')
+sha256sums=('74ce9b6cf4da103133e7b5c95df810ceb7195471e1162ed57af415fabf5603bf')
build() {
export CC='gcc -m32'