[arch-commits] Commit in libebml/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Thu Jan 7 07:20:30 UTC 2021
Date: Thursday, January 7, 2021 @ 07:20:30
Author: alucryd
Revision: 405415
archrelease: copy trunk to extra-x86_64
Added:
libebml/repos/extra-x86_64/PKGBUILD
(from rev 405414, libebml/trunk/PKGBUILD)
Deleted:
libebml/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 98 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 49 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-07 07:20:24 UTC (rev 405414)
+++ PKGBUILD 2021-01-07 07:20:30 UTC (rev 405415)
@@ -1,49 +0,0 @@
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: 03/08/04 <lefungus at altern.org>
-
-pkgname=libebml
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='Extensible Binary Meta Language library'
-arch=(x86_64)
-url=https://github.com/Matroska-Org/libebml
-license=(LGPL2.1)
-depends=(gcc-libs)
-makedepends=(
- cmake
- git
-)
-provides=(libebml.so)
-_tag=6145c5700d894312c4dd47ba6c1ace72075b0692
-source=(git+https://github.com/Matroska-Org/libebml.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
- cd libebml
-
- git describe --tags | sed 's/^release-//'
-}
-
-prepare() {
- if [[ -d build ]]; then
- rm -rf build
- fi
- mkdir build
-}
-
-build() {
- cd build
-
- cmake ../libebml \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=/usr/lib \
- -DBUILD_SHARED_LIBS=ON
- make
-}
-
-package() {
- make DESTDIR="${pkgdir}" -C build install
-}
-
-# vim: ts=2 sw=2 et:
Copied: libebml/repos/extra-x86_64/PKGBUILD (from rev 405414, libebml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-01-07 07:20:30 UTC (rev 405415)
@@ -0,0 +1,49 @@
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: 03/08/04 <lefungus at altern.org>
+
+pkgname=libebml
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='Extensible Binary Meta Language library'
+arch=(x86_64)
+url=https://github.com/Matroska-Org/libebml
+license=(LGPL2.1)
+depends=(gcc-libs)
+makedepends=(
+ cmake
+ git
+)
+provides=(libebml.so)
+_tag=f9fc9a89177e9bcdc1a34ac7ab76114ddd6149c8
+source=(git+https://github.com/Matroska-Org/libebml.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+ cd libebml
+
+ git describe --tags | sed 's/^release-//'
+}
+
+prepare() {
+ if [[ -d build ]]; then
+ rm -rf build
+ fi
+ mkdir build
+}
+
+build() {
+ cd build
+
+ cmake ../libebml \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+ -DBUILD_SHARED_LIBS=ON
+ make
+}
+
+package() {
+ make DESTDIR="${pkgdir}" -C build install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list