summaryrefslogtreecommitdiff
path: root/extra/libvorbis/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libvorbis/PKGBUILD')
-rw-r--r--extra/libvorbis/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libvorbis/PKGBUILD b/extra/libvorbis/PKGBUILD
index 1adb7a786..7ece55f2b 100644
--- a/extra/libvorbis/PKGBUILD
+++ b/extra/libvorbis/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 198262 2013-10-30 13:48:00Z allan $
+# $Id: PKGBUILD 204644 2014-01-24 14:22:14Z tomegun $
# Maintainer: Tobias Kieslich <tobias@archlinux.org>
# Contributor: dorphell <dorphell@archlinux.org>
# Contributor: John Proctor <jproctor@prium.net>
pkgname=libvorbis
-pkgver=1.3.3
-pkgrel=1.2
+pkgver=1.3.4
+pkgrel=1
pkgdesc="Vorbis codec library"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.xiph.org/vorbis/"
license=('BSD')
depends=('libogg')
source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz)
-md5sums=('6b1a36f0d72332fae5130688e65efe1f')
+md5sums=('8851c593a52d1ef9c526d95174873852')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"