summaryrefslogtreecommitdiff
path: root/extra/libmatroska
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-02 11:30:49 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-02 11:30:49 -0300
commitd734cc3a77cdc6960cbd72f3f8c680612342f24d (patch)
tree4fefd06bad669711c7564983f85d84d418141b05 /extra/libmatroska
parent3dc4525661db2630038e019a2a31b71fdcbfb74a (diff)
parenta81bc5be2e3672119ca0313a1fde10397a31211e (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/mingw32-gcc/PKGBUILD extra/transmission/PKGBUILD
Diffstat (limited to 'extra/libmatroska')
-rw-r--r--extra/libmatroska/PKGBUILD18
1 files changed, 10 insertions, 8 deletions
diff --git a/extra/libmatroska/PKGBUILD b/extra/libmatroska/PKGBUILD
index c92aaafb2..4febacedf 100644
--- a/extra/libmatroska/PKGBUILD
+++ b/extra/libmatroska/PKGBUILD
@@ -1,24 +1,26 @@
-# $Id: PKGBUILD 108572 2011-02-01 18:22:49Z giovanni $
+# $Id: PKGBUILD 129938 2011-06-30 14:07:10Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor 03/08/04 <lefungus@altern.org>
pkgname=libmatroska
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
pkgdesc="Matroska library"
arch=('i686' 'x86_64' 'mips64el')
url="http://dl.matroska.org/downloads/libmatroska/"
license=('LGPL')
depends=('libebml')
-source=("${url}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('21e5ee3e2573f0ae99db195348bdfb98')
+source=("http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('a4f967f9ade56d5181714f3199ffa241')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}/make/linux"
- make sharedlib || return 1
+ cd "${srcdir}/${pkgname}-${pkgver}/make/linux"
+
+ make sharedlib
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}/make/linux"
- make prefix="${pkgdir}/usr" install || return 1
+ cd "${srcdir}/${pkgname}-${pkgver}/make/linux"
+
+ make prefix="${pkgdir}/usr" install
}