summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorManuel Reimer2019-11-21 18:59:41 +0100
committerManuel Reimer2019-11-21 18:59:41 +0100
commit21b594cbdc63cf35e536551373decf2bac5c33fd (patch)
tree4c2b1346f741bcae1c8af018a2e426d341a26a6a /PKGBUILD
parent9fe116ccfc16f5bec292357699c5c19b9bcaa469 (diff)
downloadaur-21b594cbdc63cf35e536551373decf2bac5c33fd.tar.gz
Some documentation and cleanup
- Add note about 9.23 crash bug - Fix indentation in source array (make it match official wine-staging PKGBUILD) - Back to sha512sums
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD24
1 files changed, 11 insertions, 13 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 776ae4228998..30f6a824d8b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
# One fix requires a "hacked" glibc (wine-lol-glibc on AUR).
# Some history:
# Primary bug report: https://bugs.winehq.org/show_bug.cgi?id=47198
-# Additional crash fix: https://bugs.winehq.org/show_bug.cgi?id=45667#c5
+# Bug about 9.23 crash: https://bugs.winehq.org/show_bug.cgi?id=48138
pkgname=wine-lol
pkgver=4.20
@@ -18,18 +18,16 @@ pkgrel=1
_pkgbasever=${pkgver/rc/-rc}
-source=(
- https://dl.winehq.org/wine/source/4.x/wine-$_pkgbasever.tar.xz
- "wine-staging-v$_pkgbasever.tar.gz::https://github.com/wine-staging/wine-staging/archive/v$_pkgbasever.tar.gz"
- 30-win32-aliases.conf
- 420CustomPatch1.diff
- wine-lol-bug48138.diff::https://bugs.winehq.org/attachment.cgi?id=65743
-)
-md5sums=('8cc2c2df281ef89217573ca228bc7ba7'
- '792ad8b24dfa26200b5ab5be7168fbbc'
- '1ff4e467f59409272088d92173a0f801'
- 'ed4f80f4578ab4e403a82a326ae9b7eb'
- '3a2d0b3f04bcccfc0c2ce3b5e4f5c2cd')
+source=(https://dl.winehq.org/wine/source/4.x/wine-$_pkgbasever.tar.xz
+ "wine-staging-v$_pkgbasever.tar.gz::https://github.com/wine-staging/wine-staging/archive/v$_pkgbasever.tar.gz"
+ 30-win32-aliases.conf
+ 420CustomPatch1.diff
+ wine-lol-bug48138.diff::https://bugs.winehq.org/attachment.cgi?id=65743)
+sha512sums=('c01af88106b8a808fbceb6ace45882c300656a47913142ba7052283b358d6d5b4379895804e15a2ca1870a4e955ea3ca857ec042a8070ea4ffaefa0c7a84e701'
+ '2ce4f6fa83fc275c83bc7f7bbd4b1a4ca65f7e55e16af40958635b8b2efc2b174baa79ed576ed09c4c13b572756fb6262f19281e5b72797c7e0f1f6c4dd1a4ee'
+ '6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
+ 'a17db33ba5d6114bd71d1b013adc8e5ca0c3cedf856301cba59f95dadf643d2ee0e5a2d7abb2daedd5ed7c45cdbe93c78527f4d962bedc54776bb21cfc7e8b0b'
+ '9f30236711434f88a83ec7d384e12730c4430559545219711daff27fdff8b9a615b983881b428432d5aa8e63d1da411ca71d23ac22e72f91e6e0d7e325cd097e')
pkgdesc="A compatibility layer for running Windows programs - Staging branch with League Of Legends fixes"
url="http://www.wine-staging.com"