Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
skia-sharp
Commits:
755cf0f4 by Maxime Gauduin at 2025-01-02T16:51:31+01:00
upgpkg: 2.88.9-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = skia-sharp
pkgdesc = The Skia 2D Graphics library from Google exposed to .NET
languages and runtimes across the board
- pkgver = 2.88.8
+ pkgver = 2.88.9
pkgrel = 1
url = https://github.com/mono/SkiaSharp
arch = x86_64
@@ -17,11 +17,11 @@ pkgbase = skia-sharp
depends = libwebp
depends = zlib
provides = libSkiaSharp.so
- source =
git+https://github.com/mono/SkiaSharp.git#tag=7af1d0840a381c0ce7ef2877454a88dbb2949686
+ source =
git+https://github.com/mono/SkiaSharp.git#tag=9699cdf046a989423a5e5eca68e7fd813486d81c
source =
git+https://chromium.googlesource.com/chromium/tools/depot_tools.git
source = git+https://github.com/mono/skia.git
source = skia-sharp-missing-include.patch
- b2sums = SKIP
+ b2sums =
90570e9bea9c7162f757d23d4568b7cd9b68c9a10ec9ea6696167f636987b1fcf04881890e2787eb7fb016a7883e52d2993c5b8bcc23941218701fe131a89797
b2sums = SKIP
b2sums = SKIP
b2sums =
8b4c33381f22225557fceae587fd1b8f7ac6fc75814fbb27db6eb6b0c772825f87d779d8e3d38849603a4f6c7c5ec7cdb88f34ecc58c0e0f83f1890b730b9df7
=====================================
PKGBUILD
=====================================
@@ -1,9 +1,9 @@
# Maintainer: Maxime Gauduin <[email protected]>
pkgname=skia-sharp
-pkgver=2.88.8
+pkgver=2.88.9
_major=88
-_minor=8
+_minor=9
_release=0
pkgrel=1
pkgdesc='The Skia 2D Graphics library from Google exposed to .NET languages
and runtimes across the board'
@@ -26,14 +26,14 @@ makedepends=(
python
)
provides=(libSkiaSharp.so)
-_tag=7af1d0840a381c0ce7ef2877454a88dbb2949686
+_tag=9699cdf046a989423a5e5eca68e7fd813486d81c
source=(
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
skia-sharp-missing-include.patch
)
-b2sums=('SKIP'
+b2sums=('90570e9bea9c7162f757d23d4568b7cd9b68c9a10ec9ea6696167f636987b1fcf04881890e2787eb7fb016a7883e52d2993c5b8bcc23941218701fe131a89797'
'SKIP'
'SKIP'
'8b4c33381f22225557fceae587fd1b8f7ac6fc75814fbb27db6eb6b0c772825f87d779d8e3d38849603a4f6c7c5ec7cdb88f34ecc58c0e0f83f1890b730b9df7')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/skia-sharp/-/commit/755cf0f4292b25d841f0eaa892ae465f34bf3eb5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/skia-sharp/-/commit/755cf0f4292b25d841f0eaa892ae465f34bf3eb5
You're receiving this email because of your account on gitlab.archlinux.org.