Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages /
wine-mono
Commits:
2d62bfa2 by Daniel Bermond at 2024-09-18T12:22:58-03:00
upgpkg: 9.3.0-1
Moved from [extra] to [multilib].
It looks like that 'any' architecture is currently not
allowed in the [multilib] repository. Changed to 'x86_64'.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = wine-mono
pkgdesc = Wine's built-in replacement for Microsoft's .NET Framework
- pkgver = 9.2.0
+ pkgver = 9.3.0
pkgrel = 1
url = https://wiki.winehq.org/Mono
- arch = any
+ arch = x86_64
license = GPL-2.0-or-later
license = LGPL-2.1-only
license = MPL-1.1
depends = wine
- source =
https://dl.winehq.org/wine/wine-mono/9.2.0/wine-mono-9.2.0-x86.tar.xz
- sha512sums =
7d0039b7c77ed968c0e00eacd3bf716d3ec9dffc86f6cc2c2f9439320b889ae2e05cc4f9aade5e1a0122a86ee4b86cea4224e666aba0d0bb3f2fa6fb0d18f8ae
+ source =
https://dl.winehq.org/wine/wine-mono/9.3.0/wine-mono-9.3.0-x86.tar.xz
+ sha512sums =
094113aad504fa46d9f3b0ca6f7926c14fbda3edbbbc5dab307f19114fec0173a451a604b2083f399e61d5c6704971a0d602930cc9ba11502c863ec67318c480
pkgname = wine-mono
=====================================
PKGBUILD
=====================================
@@ -12,15 +12,15 @@
#
https://gitlab.winehq.org/wine/wine/-/blob/wine-9.12/dlls/appwiz.cpl/addons.c#L59
pkgname=wine-mono
-pkgver=9.2.0
+pkgver=9.3.0
pkgrel=1
pkgdesc="Wine's built-in replacement for Microsoft's .NET Framework"
-arch=('any')
+arch=('x86_64')
url="https://wiki.winehq.org/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=('7d0039b7c77ed968c0e00eacd3bf716d3ec9dffc86f6cc2c2f9439320b889ae2e05cc4f9aade5e1a0122a86ee4b86cea4224e666aba0d0bb3f2fa6fb0d18f8ae')
+sha512sums=('094113aad504fa46d9f3b0ca6f7926c14fbda3edbbbc5dab307f19114fec0173a451a604b2083f399e61d5c6704971a0d602930cc9ba11502c863ec67318c480')
package() {
install -d -m755 "${pkgdir}/usr/share/wine/mono"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wine-mono/-/commit/2d62bfa2d7349c63e5225ae1014fe1e030176f6f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wine-mono/-/commit/2d62bfa2d7349c63e5225ae1014fe1e030176f6f
You're receiving this email because of your account on gitlab.archlinux.org.