[arch-commits] Commit in skia-sharp/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Tue Sep 22 12:31:33 UTC 2020
Date: Tuesday, September 22, 2020 @ 12:31:32
Author: alucryd
Revision: 711374
upgpkg: skia-sharp 2.80.2-1
Modified:
skia-sharp/trunk/PKGBUILD
----------+
PKGBUILD | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-22 12:27:22 UTC (rev 711373)
+++ PKGBUILD 2020-09-22 12:31:32 UTC (rev 711374)
@@ -1,9 +1,9 @@
# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
pkgname=skia-sharp
-pkgver=1.68.1
-_major=68
-_minor=1
+pkgver=2.80.2
+_major=80
+_minor=2
_release=0
pkgrel=1
pkgdesc='The Skia 2D Graphics library from Google exposed to .NET languages and runtimes across the board'
@@ -25,16 +25,15 @@
python2
)
provides=(libSkiaSharp.so)
+_tag=2019706296585965cadbbe977ceab52a3a604fa5
source=(
- git+https://github.com/mono/SkiaSharp.git#tag=e0f57880ca5eadfaddde520e8d8365bc00b91d5d
- git+https://chromium.googlesource.com/chromium/tools/depot_tools
+ git+https://github.com/mono/SkiaSharp.git#tag=${_tag}
+ git+https://chromium.googlesource.com/chromium/tools/depot_tools.git
git+https://github.com/mono/skia.git
)
-sha256sums=(
- SKIP
- SKIP
- SKIP
-)
+sha256sums=('SKIP'
+ 'SKIP'
+ 'SKIP')
pkgver() {
cd SkiaSharp
More information about the arch-commits
mailing list