diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-06-03 10:26:16 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-06-03 10:26:16 +0200 |
commit | 2f9b9e4565cfb671eda54a32a3efef34723dfb80 (patch) | |
tree | ebfea96eb21ee3f24d7189930a316ea8c6e415ba /extra/libogg | |
parent | 943e219407807d8fd4b88ce84b45e9e27117ea25 (diff) | |
parent | 1f86bf1b08cb980cea57c1d4d3187e2251f5a63b (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/gmtk/PKGBUILD
community/mumble/PKGBUILD
community/notmuch/PKGBUILD
community/pwgen/PKGBUILD
extra/clutter-gst/PKGBUILD
extra/libogg/PKGBUILD
Diffstat (limited to 'extra/libogg')
-rw-r--r-- | extra/libogg/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/libogg/PKGBUILD b/extra/libogg/PKGBUILD index f7a430ee9..8aa2a1105 100644 --- a/extra/libogg/PKGBUILD +++ b/extra/libogg/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 134991 2011-08-09 20:12:08Z eric $ -# Maintainer: +# $Id: PKGBUILD 186983 2013-06-02 16:07:31Z tomegun $ +# Maintainer: Tom Gundersen <teg@jklm.no> # Contributor: John Proctor <jproctor@prium.net> pkgname=libogg -pkgver=1.3.0 -pkgrel=1.1 +pkgver=1.3.1 +pkgrel=1 pkgdesc="Ogg bitstream and framing library" arch=('i686' 'x86_64' 'mips64el') url="http://www.xiph.org/ogg/" @@ -13,8 +13,6 @@ depends=('glibc') options=('!libtool') source=(http://downloads.xiph.org/releases/ogg/$pkgname-$pkgver.tar.xz config_types.h) -md5sums=('84a35715170f2cd4c77a4448772b95d5' - 'a4d786b1b1955cb85b64fd16cbbee3f9') build() { cd "$srcdir/${pkgname}-${pkgver}" @@ -36,3 +34,5 @@ package() { "${pkgdir}/usr/include/ogg/config_types.h" fi } +md5sums=('ca25d8da0ddfc8c6cbbf78d847a209fe' + 'a4d786b1b1955cb85b64fd16cbbee3f9') |