[arch-commits] Commit in libebml/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Mon Dec 16 21:03:27 UTC 2019
Date: Monday, December 16, 2019 @ 21:03:27
Author: alucryd
Revision: 371572
upgpkg: libebml 1.3.10-1
Modified:
libebml/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-16 17:35:19 UTC (rev 371571)
+++ PKGBUILD 2019-12-16 21:03:27 UTC (rev 371572)
@@ -3,7 +3,7 @@
# Contributor: 03/08/04 <lefungus at altern.org>
pkgname=libebml
-pkgver=1.3.9
+pkgver=1.3.10
pkgrel=1
pkgdesc='Extensible Binary Meta Language library'
arch=(x86_64)
@@ -15,9 +15,15 @@
git
)
provides=(libebml.so)
-source=(git+https://github.com/Matroska-Org/libebml.git#tag=release-${pkgver})
+source=(git+https://github.com/Matroska-Org/libebml.git#tag=1e23ac6e09da110b51dba42299b4a5e09098a98a)
sha256sums=(SKIP)
+pkgver() {
+ cd libebml
+
+ git describe --tags | sed 's/^release-//'
+}
+
prepare() {
if [[ -d build ]]; then
rm -rf build
@@ -29,7 +35,6 @@
cd build
cmake ../libebml \
- -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DBUILD_SHARED_LIBS=ON
More information about the arch-commits
mailing list