[arch-commits] Commit in libebml/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Wed Aug 23 22:31:03 UTC 2017


    Date: Wednesday, August 23, 2017 @ 22:31:02
  Author: alucryd
Revision: 303359

upgpkg: libebml 1.3.5-1

Modified:
  libebml/trunk/PKGBUILD

----------+
 PKGBUILD |   20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-23 21:32:49 UTC (rev 303358)
+++ PKGBUILD	2017-08-23 22:31:02 UTC (rev 303359)
@@ -4,19 +4,25 @@
 # Contributor: 03/08/04 <lefungus at altern.org>
 
 pkgname=libebml
-pkgver=1.3.4
-pkgrel=2
+pkgver=1.3.5
+pkgrel=1
 pkgdesc='Extensible Binary Meta Language library'
 arch=('i686' 'x86_64')
-url='https://dl.matroska.org/downloads/libebml/'
+url='https://github.com/Matroska-Org/libebml'
 license=('LGPL')
 depends=('gcc-libs')
 provides=('libebml.so')
-source=("https://dl.matroska.org/downloads/libebml/libebml-${pkgver}.tar.bz2")
-sha256sums=('c50d3ecf133742c6549c0669c3873f968e11a365a5ba17b2f4dc339bbe51f387')
+source=("libebml-${pkgver}.tar.gz::https://github.com/Matroska-Org/libebml/archive/release-${pkgver}.tar.gz")
+sha256sums=('efe9851797db47bc78486b6c518d822cfca435afe3d9c9d0812d8e3825cd71e6')
 
+prepare() {
+  cd libebml-release-${pkgver}
+
+  autoreconf -fiv
+}
+
 build() {
-  cd libebml-${pkgver}
+  cd libebml-release-${pkgver}
 
   ./configure \
     --prefix='/usr'
@@ -24,7 +30,7 @@
 }
 
 package() {
-  cd libebml-${pkgver}
+  cd libebml-release-${pkgver}
 
   make prefix="${pkgdir}/usr" install
 }



More information about the arch-commits mailing list