summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland2023-01-27 16:18:07 +0100
committerRoland2023-01-27 16:18:07 +0100
commit93e15333c611610d85cab8cda03c43a9ff77649e (patch)
treeda851838170d7474f0ee18f4acd31db827e92d0a
parent6ac74abfc4936d439e623767d2a1743a0f428d29 (diff)
downloadaur-93e15333c611610d85cab8cda03c43a9ff77649e.tar.gz
update to version 8.0
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6da3a8d96846..b9ab25ed362e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = wine-x64
pkgdesc = A compatibility layer for running Windows programs. This only configured with x64 support.
- pkgver = 7.22
+ pkgver = 8.0
pkgrel = 1
- url = http://www.winehq.com
+ url = https://www.winehq.org/
arch = x86_64
license = LGPL
makedepends = bison
@@ -32,15 +32,15 @@ pkgbase = wine-x64
optdepends = libusb
optdepends = libgudev
optdepends = sdl2
- provides = wine_x64=7.22
+ provides = wine_x64=8.0
conflicts = wine
options = staticlibs
- source = https://dl.winehq.org/wine/source/7.x/wine-7.22.tar.xz
- source = https://dl.winehq.org/wine/source/7.x/wine-7.22.tar.xz.sign
+ source = https://dl.winehq.org/wine/source/8.0/wine-8.0.tar.xz
+ source = https://dl.winehq.org/wine/source/8.0/wine-8.0.tar.xz.sign
source = 30-win32-aliases.conf
validpgpkeys = DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D
- sha512sums = bf58a5b98bef5b291aff1eca3f94c28da95990e4c8da9af5e9e28b9480d57163d088b501b0c1bca5b568bf586dd9933cdc1ea1f371b78d95c94e2d25d0a65efc
- sha512sums = df8197045cd1a0b232f97dd5003b8dd141b81e8a535f4b25656c4570ce2a7cb87ab2a89ea476c48ba877a5dee5952b8d29f30118ef91dd17be9329455838b25d
+ sha512sums = 53ba813b260a65a271ec575822725b97631f60038fb026dcc0fe66862711eedcc29a8feb29ff54ae4f64458f85c290d8f3838eff5e4c77a5420a7d2b951fef77
+ sha512sums = b13d5c00014cd87c149b0aea881e06e55a7a9a48e9b3ba8c9bf92e135a05136f570adc0201e521df1908c9c5b5f74f11459a2b2585ed074aea700f489ce86cd3
sha512sums = 6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb
pkgname = wine-x64
diff --git a/PKGBUILD b/PKGBUILD
index fa2d02a16c54..b8c57d1fcb32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Roland <hr_01y@protonmail.com>
pkgname=wine-x64
-pkgver=7.22
+pkgver=8.0
pkgrel=1
pkgdesc="A compatibility layer for running Windows programs. This only configured with x64 support."
-url="http://www.winehq.com"
+url="https://www.winehq.org/"
arch=(x86_64)
options=(staticlibs)
license=(LGPL)
@@ -15,10 +15,10 @@ license=(LGPL)
_pkgbasever=${pkgver/rc/-rc}
-source=(https://dl.winehq.org/wine/source/7.x/wine-$_pkgbasever.tar.xz{,.sign}
+source=(https://dl.winehq.org/wine/source/8.0/wine-$_pkgbasever.tar.xz{,.sign}
30-win32-aliases.conf)
-sha512sums=('bf58a5b98bef5b291aff1eca3f94c28da95990e4c8da9af5e9e28b9480d57163d088b501b0c1bca5b568bf586dd9933cdc1ea1f371b78d95c94e2d25d0a65efc'
- 'df8197045cd1a0b232f97dd5003b8dd141b81e8a535f4b25656c4570ce2a7cb87ab2a89ea476c48ba877a5dee5952b8d29f30118ef91dd17be9329455838b25d'
+sha512sums=('53ba813b260a65a271ec575822725b97631f60038fb026dcc0fe66862711eedcc29a8feb29ff54ae4f64458f85c290d8f3838eff5e4c77a5420a7d2b951fef77'
+ 'b13d5c00014cd87c149b0aea881e06e55a7a9a48e9b3ba8c9bf92e135a05136f570adc0201e521df1908c9c5b5f74f11459a2b2585ed074aea700f489ce86cd3'
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb')
validpgpkeys=(DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)