summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland2022-06-16 11:32:14 +0200
committerRoland2022-06-16 11:32:14 +0200
commitd09f20e8b543071eece1717d60f97e4c51a1e6b8 (patch)
tree5254e69774325a51caf940a9eda43761d04797d9
parentb895f20b6d242fb13dac76ed49799dc26e42651d (diff)
downloadaur-d09f20e8b543071eece1717d60f97e4c51a1e6b8.tar.gz
fix download link
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df52cdd8a905..f51bc93d087b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wine-x64
pkgdesc = A compatibility layer for running Windows programs. This only configured with x64 support.
pkgver = 7.10
- pkgrel = 1
+ pkgrel = 2
url = http://www.winehq.com
arch = x86_64
license = LGPL
@@ -35,8 +35,8 @@ pkgbase = wine-x64
provides = wine_x64=7.10
conflicts = wine
options = staticlibs
- source = https://dl.winehq.org/wine/source/7.10/wine-7.10.tar.xz
- source = https://dl.winehq.org/wine/source/7.10/wine-7.10.tar.xz.sign
+ source = https://dl.winehq.org/wine/source/7.x/wine-7.10.tar.xz
+ source = https://dl.winehq.org/wine/source/7.x/wine-7.10.tar.xz.sign
source = 30-win32-aliases.conf
validpgpkeys = DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D
sha512sums = be460be6c3f6f54c20220287a7c4c9d41d27bd14fabb97b1f9824a4be361e38b2e2e51a621e0332d6c48934b1af425efaec92132f73e6d1270337ffbfcac2576
diff --git a/PKGBUILD b/PKGBUILD
index 1c615daec598..91bbde819dc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=wine-x64
pkgver=7.10
-pkgrel=1
+pkgrel=2
pkgdesc="A compatibility layer for running Windows programs. This only configured with x64 support."
url="http://www.winehq.com"
arch=(x86_64)
@@ -13,10 +13,9 @@ license=(LGPL)
# replacing rc with -rc
# pkgver is not allowed to contain hyphens
_pkgbasever=${pkgver/rc/-rc}
-_pkgfolder=${pkgver/%[1-9]/x}
-source=(https://dl.winehq.org/wine/source/${_pkgfolder}/wine-$_pkgbasever.tar.xz{,.sign}
+source=(https://dl.winehq.org/wine/source/7.x/wine-$_pkgbasever.tar.xz{,.sign}
30-win32-aliases.conf)
sha512sums=('be460be6c3f6f54c20220287a7c4c9d41d27bd14fabb97b1f9824a4be361e38b2e2e51a621e0332d6c48934b1af425efaec92132f73e6d1270337ffbfcac2576'
'31552691927675a3e92f1bc01367ec6fc032044fbf7c799985256bb5352793480a3be709b5e7d8959c0f7a108d5598353fc0fc4ff4aefc83b2bb0764e7a856c2'