summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxiota2024-01-12 17:14:27 -0800
committerxiota2024-01-12 17:14:27 -0800
commit191c52bdb2a1f7824162f8667ca202b94ca69747 (patch)
treec52050854e25b99ee46b842480dfaa5c66fb4dfb /PKGBUILD
parent48030493ee54cebc4de54b9bdcc2f8a1580e9999 (diff)
downloadaur-191c52bdb2a1f7824162f8667ca202b94ca69747.tar.gz
9.0rc5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b40a3ea1e30d..2bb3e7a12336 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@
## basic info
_pkgname=wine
pkgname="${_pkgname}${_pkgtype:-}"
-pkgver=9.0rc4
+pkgver=9.0rc5
pkgrel=1
pkgdesc="A compatibility layer for running Windows programs"
url="https://www.winehq.org"
@@ -77,9 +77,11 @@ source=(
"30-win32-aliases.conf"
"wine-binfmt.conf"
)
-b2sums=('205038fabe26a71528e4591ab5bf52ed6f61a60aec040a0ba3a179182b1f778449a235f27bf329331c025cbb51d4109f7ca7855e4862a2911fd1988b44e68933'
- '45db34fb35a679dc191b4119603eba37b8008326bd4f7d6bd422fbbb2a74b675bdbc9f0cc6995ed0c564cf088b7ecd9fbe2d06d42ff8a4464828f3c4f188075b'
- 'e9de76a32493c601ab32bde28a2c8f8aded12978057159dd9bf35eefbf82f2389a4d5e30170218956101331cf3e7452ae82ad0db6aad623651b0cc2174a61588')
+b2sums=(
+ '6077e78285c767766e0d5b0418f47c5ce67cd3e5e8bb1dcee4b6cd821800744fa789341bc054f90f8a66c3fece2c2d6cfb42b57c76ac894f0430953cac44e71f'
+ '45db34fb35a679dc191b4119603eba37b8008326bd4f7d6bd422fbbb2a74b675bdbc9f0cc6995ed0c564cf088b7ecd9fbe2d06d42ff8a4464828f3c4f188075b'
+ 'e9de76a32493c601ab32bde28a2c8f8aded12978057159dd9bf35eefbf82f2389a4d5e30170218956101331cf3e7452ae82ad0db6aad623651b0cc2174a61588'
+)
if [[ "${_build_staging::1}" == "t" ]] ; then
makedepends+=('git')