summaryrefslogtreecommitdiff
path: root/extra/libebml
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-09-28 23:14:32 +0000
committerroot <root@rshg054.dnsready.net>2011-09-28 23:14:32 +0000
commitf8db5d1487e8e0ceeb97a396e357c1540a047ed8 (patch)
tree7ad8dee5bda1fe535c9139770dc7316f9b780818 /extra/libebml
parentccb9d72bbf1ee4f7a54113eac76a16b0b5014869 (diff)
Wed Sep 28 23:14:32 UTC 2011
Diffstat (limited to 'extra/libebml')
-rw-r--r--extra/libebml/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libebml/PKGBUILD b/extra/libebml/PKGBUILD
index 9b49bb4b4..275dbc9c9 100644
--- a/extra/libebml/PKGBUILD
+++ b/extra/libebml/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 129933 2011-06-30 13:52:37Z giovanni $
+# $Id: PKGBUILD 138665 2011-09-27 14:36:55Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: 03/08/04 <lefungus@altern.org>
pkgname=libebml
-pkgver=1.2.1
+pkgver=1.2.2
pkgrel=1
pkgdesc="Extensible Binary Meta Language library"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url="http://dl.matroska.org/downloads/libebml/"
license=('LGPL')
depends=('gcc-libs')
source=("http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('13c5a10e260e703d3a7f003fdc995183')
+md5sums=('726cc2bd1a525929ff35ff9854c0ebab')
build() {
cd "${srcdir}/${pkgname}-${pkgver}/make/linux"