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

Maxime Gauduin alucryd at archlinux.org
Wed Mar 13 08:09:36 UTC 2019


    Date: Wednesday, March 13, 2019 @ 08:09:35
  Author: alucryd
Revision: 347819

upgpkg: libebml 1.3.7-1

Modified:
  libebml/trunk/PKGBUILD

----------+
 PKGBUILD |   31 +++++++++++++++++--------------
 1 file changed, 17 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-12 23:03:34 UTC (rev 347818)
+++ PKGBUILD	2019-03-13 08:09:35 UTC (rev 347819)
@@ -3,17 +3,20 @@
 # Contributor: 03/08/04 <lefungus at altern.org>
 
 pkgname=libebml
-pkgver=1.3.6
+pkgver=1.3.7
 pkgrel=1
 pkgdesc='Extensible Binary Meta Language library'
-arch=('x86_64')
-url='https://github.com/Matroska-Org/libebml'
-license=('LGPL')
-depends=('gcc-libs')
-makedepends=('cmake')
-provides=('libebml.so')
-source=("libebml-${pkgver}.tar.gz::https://github.com/Matroska-Org/libebml/archive/release-${pkgver}.tar.gz")
-sha256sums=('57ee73eacca8dc13d3c2c064fb757950450da9185e02e863cac34674681de1a8')
+arch=(x86_64)
+url=https://github.com/Matroska-Org/libebml
+license=(LGPL2.1)
+depends=(gcc-libs)
+makedepends=(
+  cmake
+  git
+)
+provides=(libebml.so)
+source=(git+https://github.com/Matroska-Org/libebml.git#tag=release-${pkgver})
+sha256sums=(SKIP)
 
 prepare() {
   if [[ -d build ]]; then
@@ -25,11 +28,11 @@
 build() {
   cd build
 
-  cmake ../libebml-release-${pkgver} \
-    -DCMAKE_BUILD_TYPE='Release' \
-    -DCMAKE_INSTALL_PREFIX='/usr' \
-    -DCMAKE_INSTALL_LIBDIR='/usr/lib' \
-    -DBUILD_SHARED_LIBS='ON'
+  cmake ../libebml \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+    -DBUILD_SHARED_LIBS=ON
   make
 }
 



More information about the arch-commits mailing list