summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyechou2023-04-05 02:09:11 -0500
committerkyechou2023-04-05 02:09:11 -0500
commitedb6237b5f2b19dd528876b76c68a31f0d69b1f4 (patch)
treeef9bd045beba710d8b3cb3a0ffc5762a9f824e49
parent41d4505d104d3f344ad17fde252a8a94022e0be5 (diff)
downloadaur-edb6237b5f2b19dd528876b76c68a31f0d69b1f4.tar.gz
Update to 13.7
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD23
2 files changed, 31 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72e01a94b154..1ac1a4a93e4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = leagueoflegends-git
pkgdesc = League of Legends helper script
- pkgver = 12.16.r0.g8db757e
+ pkgver = 13.7.r1.g6590b39
pkgrel = 1
url = https://github.com/kyechou/leagueoflegends
arch = any
@@ -12,22 +12,34 @@ pkgbase = leagueoflegends-git
depends = openssl
depends = samba
depends = mesa-utils
+ depends = gnutls
depends = lib32-gnutls
+ depends = libldap
depends = lib32-libldap
+ depends = openal
depends = lib32-openal
+ depends = libpulse
depends = lib32-libpulse
+ depends = alsa-lib
depends = lib32-alsa-lib
+ depends = mpg123
depends = lib32-mpg123
+ depends = unixodbc
depends = lib32-unixodbc
+ depends = vkd3d
depends = lib32-vkd3d
depends = vulkan-icd-loader
depends = lib32-vulkan-icd-loader
depends = vulkan-driver
depends = lib32-vulkan-driver
- optdepends = lib32-amdvlk: AMD Vulkan driver
- optdepends = lib32-nvidia-utils: NVIDIA Vulkan driver
- optdepends = lib32-vulkan-intel: Intel's Vulkan mesa driver
- optdepends = lib32-vulkan-radeon: Radeon's Vulkan mesa driver
+ optdepends = amdvlk: AMD Vulkan driver
+ optdepends = nvidia-utils: NVIDIA Vulkan driver
+ optdepends = vulkan-intel: Intel's Vulkan mesa driver
+ optdepends = vulkan-radeon: Radeon's Vulkan mesa driver
+ optdepends = lib32-amdvlk: AMD Vulkan driver (32-bit)
+ optdepends = lib32-nvidia-utils: NVIDIA Vulkan driver (32-bit)
+ optdepends = lib32-vulkan-intel: Intel's Vulkan mesa driver (32-bit)
+ optdepends = lib32-vulkan-radeon: Radeon's Vulkan mesa driver (32-bit)
provides = leagueoflegends
conflicts = leagueoflegends
source = leagueoflegends::git+https://github.com/kyechou/leagueoflegends
diff --git a/PKGBUILD b/PKGBUILD
index d7084c429ef6..6315c741beab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,22 +3,27 @@
pkgname=(leagueoflegends-git)
_srcname=${pkgname%-git}
-pkgver=12.16.r0.g8db757e
+pkgver=13.7.r1.g6590b39
pkgrel=1
pkgdesc="League of Legends helper script"
arch=('any')
url="https://github.com/kyechou/leagueoflegends"
license=('GPL3')
depends=('wine-lol' 'winetricks' 'bash' 'curl' 'openssl' 'samba' 'mesa-utils'
- 'lib32-gnutls' 'lib32-libldap' 'lib32-openal' 'lib32-libpulse'
- 'lib32-alsa-lib' 'lib32-mpg123' 'lib32-unixodbc' 'lib32-vkd3d'
- 'vulkan-icd-loader' 'lib32-vulkan-icd-loader' 'vulkan-driver'
- 'lib32-vulkan-driver')
+ 'gnutls' 'lib32-gnutls' 'libldap' 'lib32-libldap' 'openal'
+ 'lib32-openal' 'libpulse' 'lib32-libpulse' 'alsa-lib' 'lib32-alsa-lib'
+ 'mpg123' 'lib32-mpg123' 'unixodbc' 'lib32-unixodbc' 'vkd3d'
+ 'lib32-vkd3d' '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"
- "lib32-vulkan-intel: Intel's Vulkan mesa driver"
- "lib32-vulkan-radeon: Radeon's Vulkan mesa driver")
+optdepends=("amdvlk: AMD Vulkan driver"
+ "nvidia-utils: NVIDIA Vulkan driver"
+ "vulkan-intel: Intel's Vulkan mesa driver"
+ "vulkan-radeon: Radeon's Vulkan mesa driver"
+ "lib32-amdvlk: AMD Vulkan driver (32-bit)"
+ "lib32-nvidia-utils: NVIDIA Vulkan driver (32-bit)"
+ "lib32-vulkan-intel: Intel's Vulkan mesa driver (32-bit)"
+ "lib32-vulkan-radeon: Radeon's Vulkan mesa driver (32-bit)")
provides=('leagueoflegends')
conflicts=('leagueoflegends')
source=("$_srcname"::'git+https://github.com/kyechou/leagueoflegends')