summaryrefslogtreecommitdiff
path: root/extra/libvorbis/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libvorbis/PKGBUILD')
-rw-r--r--extra/libvorbis/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libvorbis/PKGBUILD b/extra/libvorbis/PKGBUILD
index 5e57d8167..027e60707 100644
--- a/extra/libvorbis/PKGBUILD
+++ b/extra/libvorbis/PKGBUILD
@@ -1,10 +1,10 @@
-# $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
+pkgver=1.3.4
pkgrel=1
pkgdesc="Vorbis codec library"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ 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}"