[arch-commits] Commit in libebml/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Thu Mar 18 07:08:30 UTC 2021


    Date: Thursday, March 18, 2021 @ 07:08:29
  Author: alucryd
Revision: 410199

archrelease: copy trunk to extra-x86_64

Added:
  libebml/repos/extra-x86_64/PKGBUILD
    (from rev 410198, libebml/trunk/PKGBUILD)
Deleted:
  libebml/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   98 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-18 07:08:24 UTC (rev 410198)
+++ PKGBUILD	2021-03-18 07:08:29 UTC (rev 410199)
@@ -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.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:

Copied: libebml/repos/extra-x86_64/PKGBUILD (from rev 410198, libebml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-18 07:08:29 UTC (rev 410199)
@@ -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.2
+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=6c59e5e1ce0087e4465f6d3f479449d3f6bcb167
+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