Peter Jung pushed to branch main at Arch Linux / Packaging / Packages / wine
Commits:
036f882f by Peter Jung at 2025-01-23T12:27:54+01:00
upgpkg: 10.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = wine
pkgdesc = A compatibility layer for running Windows programs
- pkgver = 9.22
+ pkgver = 10.0
pkgrel = 1
url = https://www.winehq.org
install = wine.install
@@ -11,6 +11,7 @@ pkgbase = wine
makedepends = perl
makedepends = flex
makedepends = mingw-w64-gcc
+ makedepends = git
makedepends = alsa-lib
makedepends = lib32-alsa-lib
makedepends = gnutls
@@ -134,14 +135,12 @@ pkgbase = wine
optdepends = wine-mono
options = staticlibs
options = !lto
- source = https://dl.winehq.org/wine/source/9.x/wine-9.22.tar.xz
- source = https://dl.winehq.org/wine/source/9.x/wine-9.22.tar.xz.sign
+ source =
git+https://gitlab.winehq.org/wine/wine.git?signed#tag=wine-10.0
source = 30-win32-aliases.conf
source = wine-binfmt.conf
validpgpkeys = 5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
validpgpkeys = DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D
- sha512sums =
8b54aee952abd08969d3485ef12db9aabeea8627fdaf7a27cb3392477580f2b5882467cd15ba4670741b6b20cc48bb5e3585d44ee4fb95a013c513a3c04342e4
- sha512sums = SKIP
+ sha512sums =
3eef70afae25a40537e2f4bc615c90374829eaf46f3654202d53ac55e9e53bbc31c7fb3c3c65b9caf1a64baba85b1ede9822fe8e3f6e55c4bb3f181b1258751c
sha512sums =
6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb
sha512sums =
bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285
=====================================
PKGBUILD
=====================================
@@ -4,16 +4,15 @@
# Contributor: Giovanni Scafora <[email protected]>
pkgname=wine
-pkgver=9.22
+pkgver=10.0
pkgrel=1
_pkgbasever=${pkgver/rc/-rc}
-source=(https://dl.winehq.org/wine/source/9.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
+source=("git+https://gitlab.winehq.org/wine/wine.git?signed#tag=wine-$_pkgbasever"
30-win32-aliases.conf
wine-binfmt.conf)
-sha512sums=('8b54aee952abd08969d3485ef12db9aabeea8627fdaf7a27cb3392477580f2b5882467cd15ba4670741b6b20cc48bb5e3585d44ee4fb95a013c513a3c04342e4'
- 'SKIP'
+sha512sums=('3eef70afae25a40537e2f4bc615c90374829eaf46f3654202d53ac55e9e53bbc31c7fb3c3c65b9caf1a64baba85b1ede9822fe8e3f6e55c4bb3f181b1258751c'
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
@@ -39,6 +38,7 @@ depends=(
wayland lib32-wayland
)
makedepends=(autoconf bison perl flex mingw-w64-gcc
+ git
alsa-lib lib32-alsa-lib
gnutls lib32-gnutls
gst-plugins-base-libs lib32-gst-plugins-base-libs
@@ -91,8 +91,6 @@ makedepends=(${makedepends[@]} ${depends[@]})
install=wine.install
build() {
- # Allow ccache to work
- mv $pkgname-$_pkgbasever $pkgname
# Doesn't compile without remove these flags as of 4.10
export CFLAGS="$CFLAGS -ffat-lto-objects"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wine/-/commit/036f882f9992616f1726bde07cfb3ef60b72edcd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wine/-/commit/036f882f9992616f1726bde07cfb3ef60b72edcd
You're receiving this email because of your account on gitlab.archlinux.org.