summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland2019-11-07 06:57:47 +0100
committerRoland2019-11-07 06:57:47 +0100
commit3d89c8cb81b3914c62611093af513c3d08db0b80 (patch)
treeddad52929a74d277b3d71b97041e8c270335e1bd
parentbd5821cffd0c67fe2c57d67a54b349f32e75195b (diff)
downloadaur-3d89c8cb81b3914c62611093af513c3d08db0b80.tar.gz
update to wine 4.19
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD16
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6bed80cc5f7..5e108cab81f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wine-x64
pkgdesc = A compatibility layer for running Windows programs. This only configured with x64 support.
- pkgver = 4.18
+ pkgver = 4.19
pkgrel = 1
url = http://www.winehq.com
arch = x86_64
@@ -26,12 +26,12 @@ pkgbase = wine-x64
depends = libxi
depends = freetype2
options = staticlibs
- source = https://dl.winehq.org/wine/source/4.x/wine-4.18.tar.xz
- source = https://dl.winehq.org/wine/source/4.x/wine-4.18.tar.xz.sign
+ source = https://dl.winehq.org/wine/source/4.x/wine-4.19.tar.xz
+ source = https://dl.winehq.org/wine/source/4.x/wine-4.19.tar.xz.sign
source = 30-win32-aliases.conf
validpgpkeys = DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D
- sha512sums = 794802289fa021092a86c939a3618563ad1523689cdafb6fd58aed06c6a5c867fc5ef0d3dbb2435a65c3eb0d3b982b37e983257a7a7d20c3b6d71df9bf5bf1f1
- sha512sums = 160a284c09ef6f2bc89759c83625c0806c46fd37bea0b78b6dd966720d5c886480e57eb1407729854339f892fe0d2f980472f2545f17c53a646b0751202616d6
+ sha512sums = a86bd7ccfb1878445ea946e4ca72769c10b4d966bcc893536a8c3eaa29484ba687dc3a44755ec92a2ad6073e736985b814c0c682bf4f90b5ffe2bca0ebbf4b25
+ sha512sums = 831ba26b3052787bbe12d9e66196064a9d6f66d3be72fe295f90822b4a44a2b4f73b815d1c6487baa546dd187b93c081f8a0440b065dcdd08c9be4704295634f
sha512sums = 6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb
pkgname = wine-x64
diff --git a/PKGBUILD b/PKGBUILD
index 3410281c91fa..ea8a5587f9df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roland <hr_01y@protonmail.com>
pkgname=wine-x64
-pkgver=4.18
+pkgver=4.19
pkgrel=1
pkgdesc="A compatibility layer for running Windows programs. This only configured with x64 support."
url="http://www.winehq.com"
@@ -16,23 +16,23 @@ _pkgbasever=${pkgver/rc/-rc}
source=(https://dl.winehq.org/wine/source/4.x/wine-$_pkgbasever.tar.xz{,.sign}
30-win32-aliases.conf)
-sha512sums=('794802289fa021092a86c939a3618563ad1523689cdafb6fd58aed06c6a5c867fc5ef0d3dbb2435a65c3eb0d3b982b37e983257a7a7d20c3b6d71df9bf5bf1f1'
- '160a284c09ef6f2bc89759c83625c0806c46fd37bea0b78b6dd966720d5c886480e57eb1407729854339f892fe0d2f980472f2545f17c53a646b0751202616d6'
+sha512sums=('a86bd7ccfb1878445ea946e4ca72769c10b4d966bcc893536a8c3eaa29484ba687dc3a44755ec92a2ad6073e736985b814c0c682bf4f90b5ffe2bca0ebbf4b25'
+ '831ba26b3052787bbe12d9e66196064a9d6f66d3be72fe295f90822b4a44a2b4f73b815d1c6487baa546dd187b93c081f8a0440b065dcdd08c9be4704295634f'
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb')
validpgpkeys=(DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
depends=(
libx11
- fontconfig
- lcms2
+ fontconfig
+ lcms2
sdl2
- libxcursor
+ libxcursor
libjpeg
libxslt
libxrandr
- libxi
- freetype2
+ libxi
+ freetype2
)
makedepends=()