summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12017-08-19 17:51:19 +0800
committerChocobo12017-08-19 17:51:19 +0800
commit2f0d116da0f21b75017555243db6d4d611d9f779 (patch)
treefb4c802a594e59e958de134d0fa2783c8650684e
parent6b7f0f1fe4501b157323368095ff2374a99244f8 (diff)
downloadaur-2f0d116da0f21b75017555243db6d4d611d9f779.tar.gz
upgpkg: libvorbis-git 1.3.5.r55.g8a8f858-1
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 587acbcd6ea4..03af11bb1218 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libvorbis-git
pkgdesc = Reference implementation of the Ogg Vorbis audio format
- pkgver = 1.3.5.r47.g143caf4
+ pkgver = 1.3.5.r55.g8a8f858
pkgrel = 1
url = http://www.vorbis.com/
arch = i686
@@ -13,6 +13,7 @@ pkgbase = libvorbis-git
provides = libvorbis.so
provides = libvorbisenc.so
conflicts = libvorbis
+ options = staticlibs
source = git+https://git.xiph.org/vorbis.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8123cf5b6596..ed1c6e64e3e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=libvorbis-git
-pkgver=1.3.5.r47.g143caf4
+pkgver=1.3.5.r55.g8a8f858
pkgrel=1
pkgdesc="Reference implementation of the Ogg Vorbis audio format"
arch=('i686' 'x86_64')
@@ -11,6 +11,7 @@ depends=('libogg')
makedepends=('git')
provides=('libvorbis' 'libvorbisfile.so' 'libvorbis.so' 'libvorbisenc.so')
conflicts=('libvorbis')
+options=('staticlibs')
source=("git+https://git.xiph.org/vorbis.git")
sha256sums=('SKIP')