Date: Sunday, October 2, 2022 @ 08:09:17
  Author: alucryd
Revision: 457101

upgpkg: libebml 1.4.3-1

Modified:
  libebml/trunk/PKGBUILD
Deleted:
  libebml/trunk/libebml-limits.patch

----------------------+
 PKGBUILD             |   21 ++++++---------------
 libebml-limits.patch |   24 ------------------------
 2 files changed, 6 insertions(+), 39 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-02 00:49:04 UTC (rev 457100)
+++ PKGBUILD    2022-10-02 08:09:17 UTC (rev 457101)
@@ -1,10 +1,10 @@
-# Maintainer: Giovanni Scafora <[email protected]>
 # Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Giovanni Scafora <[email protected]>
 # Contributor: 03/08/04 <[email protected]>
 
 pkgname=libebml
-pkgver=1.4.2
-pkgrel=2
+pkgver=1.4.3
+pkgrel=1
 pkgdesc='Extensible Binary Meta Language library'
 arch=(x86_64)
 url=https://github.com/Matroska-Org/libebml
@@ -16,19 +16,10 @@
   ninja
 )
 provides=(libebml.so)
-_tag=6c59e5e1ce0087e4465f6d3f479449d3f6bcb167
-source=(
-  git+https://github.com/Matroska-Org/libebml.git#tag=${_tag}
-  libebml-limits.patch
-)
-b2sums=('SKIP'
-        
'62aaeb70d83c91af422b70a3e21ef7e538201c01e1b088a7e05d0bde02078fa6ed723ea3d0dc01da0bfbac4012e2b0c683de7abb26eb5d38553e7905f0ff8bfd')
+_tag=ed70399738dbb8527deca5a77329f911eb35fe46
+source=(git+https://github.com/Matroska-Org/libebml.git#tag=${_tag})
+b2sums=(SKIP)
 
-prepare() {
-  cd libebml
-  patch -Np1 -i ../libebml-limits.patch
-}
-
 pkgver() {
   cd libebml
   git describe --tags | sed 's/^release-//'

Deleted: libebml-limits.patch
===================================================================
--- libebml-limits.patch        2022-10-02 00:49:04 UTC (rev 457100)
+++ libebml-limits.patch        2022-10-02 08:09:17 UTC (rev 457101)
@@ -1,24 +0,0 @@
-diff --git a/src/EbmlString.cpp b/src/EbmlString.cpp
-index 27e55fd..4c05fcf 100644
---- a/src/EbmlString.cpp
-+++ b/src/EbmlString.cpp
-@@ -34,6 +34,7 @@
-   \author Steve Lhomme     <robux4 @ users.sf.net>
- */
- #include <cassert>
-+#include <limits>
- 
- #include "ebml/EbmlString.h"
- 
-diff --git a/src/EbmlUnicodeString.cpp b/src/EbmlUnicodeString.cpp
-index 496a16a..99fc073 100644
---- a/src/EbmlUnicodeString.cpp
-+++ b/src/EbmlUnicodeString.cpp
-@@ -36,6 +36,7 @@
- */
- 
- #include <cassert>
-+#include <limits>
- 
- #include "ebml/EbmlUnicodeString.h"
- 

Reply via email to