Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages /
wine-mono
Commits:
db9b7290 by Daniel Bermond at 2026-02-21T20:49:15-03:00
upgpkg: 11.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = wine-mono
pkgdesc = Wine's built-in replacement for Microsoft's .NET Framework
- pkgver = 10.4.1
+ pkgver = 11.0.0
pkgrel = 1
url = https://gitlab.winehq.org/wine/wine/-/wikis/Wine-Mono
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = wine-mono
license = LGPL-2.1-only
license = MPL-1.1
depends = wine
- source =
https://dl.winehq.org/wine/wine-mono/10.4.1/wine-mono-10.4.1-x86.tar.xz
- sha512sums =
9274a1f167e76535c521ba47335fd596ba6413d4e8e9301502eea4f2646f077e172efb326278147700ebcb2d0d351a568ab142221793821ee3174bcb68e77099
+ source =
https://dl.winehq.org/wine/wine-mono/11.0.0/wine-mono-11.0.0-x86.tar.xz
+ sha512sums =
8aedad2ca90c1e8839827aaf11976a0bb25a3d629d7f4b2f5b399ba3b8682ecd468f484d316aea2f058bc8cd5d2c4d21943cb35c041cd1fdeaac5c13ce74491f
pkgname = wine-mono
=====================================
PKGBUILD
=====================================
@@ -9,10 +9,10 @@
# ask to download it. Do not update the package to the latest
# version without checking the version required by wine. This
# can be checked here (change wine version accordingly):
-#
https://gitlab.winehq.org/wine/wine/-/blob/wine-11.0/dlls/appwiz.cpl/addons.c#L59
+#
https://gitlab.winehq.org/wine/wine/-/blob/wine-11.3/dlls/appwiz.cpl/addons.c#L59
pkgname=wine-mono
-pkgver=10.4.1
+pkgver=11.0.0
pkgrel=1
pkgdesc="Wine's built-in replacement for Microsoft's .NET Framework"
arch=('x86_64')
@@ -20,7 +20,7 @@ url='https://gitlab.winehq.org/wine/wine/-/wikis/Wine-Mono'
license=('GPL-2.0-or-later' 'LGPL-2.1-only' 'MPL-1.1')
depends=('wine')
source=("https://dl.winehq.org/wine/${pkgname}/${pkgver}/${pkgname}-${pkgver}-x86.tar.xz")
-sha512sums=('9274a1f167e76535c521ba47335fd596ba6413d4e8e9301502eea4f2646f077e172efb326278147700ebcb2d0d351a568ab142221793821ee3174bcb68e77099')
+sha512sums=('8aedad2ca90c1e8839827aaf11976a0bb25a3d629d7f4b2f5b399ba3b8682ecd468f484d316aea2f058bc8cd5d2c4d21943cb35c041cd1fdeaac5c13ce74491f')
package() {
install -d -m755 "${pkgdir}/usr/share/wine/mono"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wine-mono/-/commit/db9b7290153d9d944ce8b6fefe75f1f57dcd5e00
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wine-mono/-/commit/db9b7290153d9d944ce8b6fefe75f1f57dcd5e00
You're receiving this email because of your account on gitlab.archlinux.org.