summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyechou2021-08-30 15:45:13 -0500
committerkyechou2021-08-30 15:45:13 -0500
commit8a3058e4721a0a189b519bd5cbe73328dd234726 (patch)
tree8fc177fb9b851447861c74b86499f1dfbfe4c4cb
parenta8367b1dfb0b43c9aa9758011286851138732c58 (diff)
downloadaur-8a3058e4721a0a189b519bd5cbe73328dd234726.tar.gz
Update to patch 11.16
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17301ad9ed9a..ebcd444fde7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = leagueoflegends-git
pkgdesc = League of Legends helper script
- pkgver = 0.11.13.r0.gc61d902
+ pkgver = 0.11.16.r0.g75cdd18
pkgrel = 1
url = https://github.com/kyechou/leagueoflegends
arch = any
license = GPL3
- depends = wine-lol
+ depends = wine-lol>=5.18
depends = winetricks-git
depends = bash
depends = curl
diff --git a/PKGBUILD b/PKGBUILD
index ac45c64d7717..63156fcf6a52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,16 @@
# Maintainer: Kuan-Yen Chou <kuanyenchou@gmail.com>
pkgname=leagueoflegends-git
-pkgver=0.11.13.r0.gc61d902
+pkgver=0.11.16.r0.g75cdd18
pkgrel=1
pkgdesc="League of Legends helper script"
arch=('any')
url="https://github.com/kyechou/leagueoflegends"
license=('GPL3')
-depends=('wine-lol' 'winetricks-git' 'bash' 'curl' 'openssl' 'lib32-gnutls'
- 'lib32-libldap' 'lib32-openal' 'lib32-libpulse' 'vulkan-icd-loader'
- 'lib32-vulkan-icd-loader' 'vulkan-driver' 'lib32-vulkan-driver')
+depends=('wine-lol>=5.18' 'winetricks-git' 'bash' 'curl' 'openssl'
+ 'lib32-gnutls' 'lib32-libldap' 'lib32-openal' 'lib32-libpulse'
+ 'vulkan-icd-loader' 'lib32-vulkan-icd-loader' 'vulkan-driver'
+ 'lib32-vulkan-driver')
makedepends=()
optdepends=("lib32-amdvlk: AMD Vulkan driver"
"lib32-nvidia-utils: NVIDIA Vulkan driver"