summaryrefslogtreecommitdiff
path: root/extra/libebml
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-25 00:05:30 -0700
committerroot <root@rshg054.dnsready.net>2013-03-25 00:05:30 -0700
commit32793d9a5b60ef0591c71c12ad75121d9b155adf (patch)
treeab1afae584dd06fd4ab20f57fb5a624e907f0985 /extra/libebml
parent31416859638d756d88136e4e0eb78027c16ac17f (diff)
Mon Mar 25 00:05:30 PDT 2013
Diffstat (limited to 'extra/libebml')
-rw-r--r--extra/libebml/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libebml/PKGBUILD b/extra/libebml/PKGBUILD
index 7302de3d0..d4baabe56 100644
--- a/extra/libebml/PKGBUILD
+++ b/extra/libebml/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 143796 2011-11-29 12:02:45Z giovanni $
+# $Id: PKGBUILD 180600 2013-03-24 12:10:12Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: 03/08/04 <lefungus@altern.org>
pkgname=libebml
-pkgver=1.2.2
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
pkgdesc="Extensible Binary Meta Language library"
arch=('i686' 'x86_64')
url="http://dl.matroska.org/downloads/libebml/"
license=('LGPL')
depends=('gcc-libs')
source=("http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('726cc2bd1a525929ff35ff9854c0ebab')
+md5sums=('efec729bf5a51e649e1d9d1f61c0ae7a')
build() {
cd "${srcdir}/${pkgname}-${pkgver}/make/linux"