summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD6
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e298b0138f0f..c05d295e48b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = android-x86-64-libogg
pkgdesc = Ogg bitstream and framing library (android)
- pkgver = 1.3.3
- pkgrel = 5
+ pkgver = 1.3.5
+ pkgrel = 1
url = http://xiph.org
arch = any
license = BSD
@@ -11,8 +11,7 @@ pkgbase = android-x86-64-libogg
options = !buildflags
options = staticlibs
options = !emptydirs
- source = http://downloads.xiph.org/releases/ogg/libogg-1.3.3.tar.gz
- sha256sums = c2e8a485110b97550f453226ec644ebac6cb29d1caef2902c007edab4308d985
+ source = http://downloads.xiph.org/releases/ogg/libogg-1.3.5.tar.gz
+ md5sums = 3267127fe8d7ba77d3e00cb9d7ad578d
pkgname = android-x86-64-libogg
-
diff --git a/.gitignore b/.gitignore
index 47731b2e7117..52742932e678 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ src
*.tar.xz
*.tar.gz
*.tar.bz2
+*.sig
diff --git a/PKGBUILD b/PKGBUILD
index 49d84fdcffba..dd1b4dd8c585 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_android_arch=x86-64
pkgname=android-${_android_arch}-libogg
-pkgver=1.3.3
-pkgrel=5
+pkgver=1.3.5
+pkgrel=1
pkgdesc="Ogg bitstream and framing library (android)"
arch=('any')
url="http://xiph.org"
@@ -13,7 +13,7 @@ depends=('android-ndk')
options=(!strip !buildflags staticlibs !emptydirs)
makedepends=('android-configure')
source=("http://downloads.xiph.org/releases/ogg/libogg-${pkgver}.tar.gz")
-sha256sums=('c2e8a485110b97550f453226ec644ebac6cb29d1caef2902c007edab4308d985')
+md5sums=('3267127fe8d7ba77d3e00cb9d7ad578d')
prepare() {
source android-env ${_android_arch}