Date: Monday, October 7, 2019 @ 17:03:04 Author: alucryd Revision: 364031
upgpkg: mkvtoolnix 38.0.0-1 Modified: mkvtoolnix/trunk/PKGBUILD ----------+ PKGBUILD | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-10-07 16:58:30 UTC (rev 364030) +++ PKGBUILD 2019-10-07 17:03:04 UTC (rev 364031) @@ -7,12 +7,12 @@ mkvtoolnix-cli mkvtoolnix-gui ) -pkgver=37.0.0 -pkgrel=3 +pkgver=38.0.0 +pkgrel=1 pkgdesc='Set of tools to create, edit and inspect Matroska files' arch=(x86_64) url=https://www.bunkus.org/videotools/mkvtoolnix/ -license=('GPL') +license=(GPL2) makedepends=( boost boost-libs @@ -30,9 +30,15 @@ ruby-rake zlib ) -source=(git+https://gitlab.com/mbunkus/mkvtoolnix.git#tag=release-${pkgver}) -sha256sums=('SKIP') +source=(git+https://gitlab.com/mbunkus/mkvtoolnix.git#tag=e98e1c6ec5e71cc69a5e98e15e90067b3d716e3b) +sha256sums=(SKIP) +pkgver() { + cd mkvtoolnix + + git describe --tags | sed 's/release-//' +} + prepare() { cd mkvtoolnix
