Date: Sunday, July 5, 2020 @ 12:46:06 Author: alucryd Revision: 390866
upgpkg: libebml 1.4.0-1 Modified: libebml/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-05 10:55:39 UTC (rev 390865) +++ PKGBUILD 2020-07-05 12:46:06 UTC (rev 390866) @@ -3,8 +3,8 @@ # Contributor: 03/08/04 <[email protected]> pkgname=libebml -pkgver=1.3.10 -pkgrel=2 +pkgver=1.4.0 +pkgrel=1 pkgdesc='Extensible Binary Meta Language library' arch=(x86_64) url=https://github.com/Matroska-Org/libebml @@ -15,7 +15,8 @@ git ) provides=(libebml.so) -source=(git+https://github.com/Matroska-Org/libebml.git#tag=1e23ac6e09da110b51dba42299b4a5e09098a98a) +_tag=6145c5700d894312c4dd47ba6c1ace72075b0692 +source=(git+https://github.com/Matroska-Org/libebml.git#tag=${_tag}) sha256sums=(SKIP) pkgver() {
