summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2020-08-28 12:46:06 -0300
committerGonzalo Exequiel Pedone2020-08-28 12:46:06 -0300
commit2e2153768fc3479130c77115c7dbeab9a8362a87 (patch)
treecc4b5a67aec23e6f2be82d9a2ce982de923fbc61
parent1ba09c5aa8f1eff40641c16e22d559b9c619e3a4 (diff)
downloadaur-2e2153768fc3479130c77115c7dbeab9a8362a87.tar.gz
Package updated.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 031799dd43b4..4412a84712ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = android-armv7a-eabi-libvorbis
pkgdesc = Vorbis codec library (android)
- pkgver = 1.3.6
- pkgrel = 4
+ pkgver = 1.3.7
+ pkgrel = 1
url = http://xiph.org
arch = any
license = custom
@@ -10,9 +10,9 @@ pkgbase = android-armv7a-eabi-libvorbis
options = !strip
options = !buildflags
options = staticlibs
- source = http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.6.tar.gz
+ source = http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.7.tar.gz
source = configure.patch
- sha256sums = 6ed40e0241089a42c48604dc00e362beee00036af2d8b3f46338031c9e0351cb
+ sha256sums = 0e982409a9c3fc82ee06e08205b1355e5c6aa4c36bca58146ef399621b0ce5ab
sha256sums = 7d721302f969ef8477793e38f9ab7f1bd7b48da4f24864cc9e8c4873c3eb9a60
pkgname = android-armv7a-eabi-libvorbis
diff --git a/PKGBUILD b/PKGBUILD
index f4ca3833f8c9..ea3b5a6a9041 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_android_arch=armv7a-eabi
pkgname=android-${_android_arch}-libvorbis
-pkgver=1.3.6
-pkgrel=4
+pkgver=1.3.7
+pkgrel=1
pkgdesc="Vorbis codec library (android)"
arch=('any')
url="http://xiph.org"
@@ -14,7 +14,7 @@ makedepends=('android-configure')
options=(!strip !buildflags staticlibs)
source=("http://downloads.xiph.org/releases/vorbis/libvorbis-${pkgver}.tar.gz"
'configure.patch')
-sha256sums=('6ed40e0241089a42c48604dc00e362beee00036af2d8b3f46338031c9e0351cb'
+sha256sums=('0e982409a9c3fc82ee06e08205b1355e5c6aa4c36bca58146ef399621b0ce5ab'
'7d721302f969ef8477793e38f9ab7f1bd7b48da4f24864cc9e8c4873c3eb9a60')
prepare() {