summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxiota2024-03-09 05:38:54 +0000
committerxiota2024-03-09 05:38:54 +0000
commit37ed3962d13dc3ae9fd020cdf90039a7a2c73991 (patch)
tree7dc82ea48cfac4be5022a1058bfb8ba28bb5dbf2
parent12d5b207c1ee2b2af31b1a9056baee941da326ad (diff)
downloadaur-37ed3962d13dc3ae9fd020cdf90039a7a2c73991.tar.gz
9.4: samba, sane optional
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD16
2 files changed, 20 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84eb66578865..4d6ec7f2bdd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wine-wow64
pkgdesc = A compatibility layer for running Windows programs
- pkgver = 9.3
- pkgrel = 2
+ pkgver = 9.4
+ pkgrel = 1
url = https://www.winehq.org
install = wine.install
arch = x86_64
@@ -18,6 +18,8 @@ pkgbase = wine-wow64
makedepends = opencl-headers
makedepends = perl
makedepends = vulkan-headers
+ makedepends = samba
+ makedepends = sane
depends = alsa-plugins
depends = fontconfig
depends = freetype2
@@ -35,22 +37,22 @@ pkgbase = wine-wow64
depends = v4l-utils
depends = desktop-file-utils
depends = libgphoto2
- depends = samba
- depends = sane
depends = libxkbcommon
depends = wayland
optdepends = alsa-lib
optdepends = cups
optdepends = dosbox
- provides = wine=9.3
+ optdepends = samba
+ optdepends = sane
+ provides = wine=9.4
conflicts = wine
options = staticlibs
options = !lto
backup = usr/lib/binfmt.d/wine.conf
- source = https://dl.winehq.org/wine/source/9.x/wine-9.3.tar.xz
+ source = https://dl.winehq.org/wine/source/9.x/wine-9.4.tar.xz
source = 30-win32-aliases.conf
source = wine-binfmt.conf
- b2sums = fa6f0c73f0886918b035557a37c0553feeea5692ae15e8d67fc4360c59c1bbab9f7f93e58ae29a41800da50b961b49957cf2d060d6b5da34bd956bf7cb3e5fab
+ b2sums = bd65086e6f6e11bc6c7cd65dba6e6997911851f1a2f25cad0b4f8100d695df3c76b0799768ab9047dfd5d8afc7c749a5e5c88003d2f4ca69f417387cc06d527d
b2sums = 45db34fb35a679dc191b4119603eba37b8008326bd4f7d6bd422fbbb2a74b675bdbc9f0cc6995ed0c564cf088b7ecd9fbe2d06d42ff8a4464828f3c4f188075b
b2sums = e9de76a32493c601ab32bde28a2c8f8aded12978057159dd9bf35eefbf82f2389a4d5e30170218956101331cf3e7452ae82ad0db6aad623651b0cc2174a61588
diff --git a/PKGBUILD b/PKGBUILD
index 6310e2a67a7b..ae10e04eb499 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,9 @@
# https://github.com/wine-staging/wine-staging
pkgname="wine-wow64"
-pkgver=9.3
+pkgver=9.4
_pkgver="${pkgver/rc/-rc}"
-pkgrel=2
+pkgrel=1
pkgdesc="A compatibility layer for running Windows programs"
url="https://www.winehq.org"
license=(LGPL)
@@ -33,13 +33,15 @@ depends=(
v4l-utils #lib32-v4l-utils
desktop-file-utils
libgphoto2
- samba
- sane
# with-wayland
libxkbcommon
wayland
)
+_spacehogs=(
+ samba
+ sane
+)
makedepends=(
libcups #lib32-libcups
libxxf86vm #lib32-libxxf86vm
@@ -53,11 +55,15 @@ makedepends=(
opencl-headers
perl
vulkan-headers
+
+ "${_spacehogs[@]}"
)
optdepends=(
alsa-lib #lib32-alsa-lib
cups
dosbox
+
+ "${_spacehogs[@]}"
)
provides=("wine=$pkgver")
@@ -73,7 +79,7 @@ source=(
"30-win32-aliases.conf"
"wine-binfmt.conf"
)
-b2sums=('fa6f0c73f0886918b035557a37c0553feeea5692ae15e8d67fc4360c59c1bbab9f7f93e58ae29a41800da50b961b49957cf2d060d6b5da34bd956bf7cb3e5fab'
+b2sums=('bd65086e6f6e11bc6c7cd65dba6e6997911851f1a2f25cad0b4f8100d695df3c76b0799768ab9047dfd5d8afc7c749a5e5c88003d2f4ca69f417387cc06d527d'
'45db34fb35a679dc191b4119603eba37b8008326bd4f7d6bd422fbbb2a74b675bdbc9f0cc6995ed0c564cf088b7ecd9fbe2d06d42ff8a4464828f3c4f188075b'
'e9de76a32493c601ab32bde28a2c8f8aded12978057159dd9bf35eefbf82f2389a4d5e30170218956101331cf3e7452ae82ad0db6aad623651b0cc2174a61588')