Date: Tuesday, December 17, 2019 @ 19:58:23 Author: alucryd Revision: 537948
upgpkg: skia-sharp 1.68.1-1 Modified: skia-sharp/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-12-17 19:52:35 UTC (rev 537947) +++ PKGBUILD 2019-12-17 19:58:23 UTC (rev 537948) @@ -1,14 +1,14 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=skia-sharp -pkgver=1.68.0 +pkgver=1.68.1 _major=68 -_minor=0 +_minor=1 _release=0 pkgrel=1 pkgdesc='The Skia 2D Graphics library from Google exposed to .NET languages and runtimes across the board' arch=(x86_64) -url='https://github.com/mono/SkiaSharp' +url=https://github.com/mono/SkiaSharp license=(MIT) depends=( expat @@ -26,7 +26,7 @@ ) provides=(libSkiaSharp.so) source=( - git+https://github.com/mono/SkiaSharp.git#tag=v${pkgver} + git+https://github.com/mono/SkiaSharp.git#tag=e0f57880ca5eadfaddde520e8d8365bc00b91d5d git+https://chromium.googlesource.com/chromium/tools/depot_tools git+https://github.com/mono/skia.git ) @@ -36,6 +36,12 @@ SKIP ) +pkgver() { + cd SkiaSharp + + git describe --tags | sed 's/^v//' +} + prepare() { cd SkiaSharp
