summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyechou2022-08-26 15:31:18 -0500
committerkyechou2022-08-26 15:31:24 -0500
commit41d4505d104d3f344ad17fde252a8a94022e0be5 (patch)
tree7710d07449b37417b3b476ca725d2e6d26aca8e3
parentcb298df276b66e143353cdbfb5954353b00bc816 (diff)
downloadaur-41d4505d104d3f344ad17fde252a8a94022e0be5.tar.gz
Update to patch 12.16
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7644ecc2ec6..72e01a94b154 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = leagueoflegends-git
pkgdesc = League of Legends helper script
- pkgver = 12.14.r0.g37e8a6e
+ pkgver = 12.16.r0.g8db757e
pkgrel = 1
url = https://github.com/kyechou/leagueoflegends
arch = any
@@ -28,7 +28,6 @@ pkgbase = leagueoflegends-git
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 = zenity: Loading screen indication
provides = leagueoflegends
conflicts = leagueoflegends
source = leagueoflegends::git+https://github.com/kyechou/leagueoflegends
diff --git a/PKGBUILD b/PKGBUILD
index 41a7556256f1..d7084c429ef6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=(leagueoflegends-git)
_srcname=${pkgname%-git}
-pkgver=12.14.r0.g37e8a6e
+pkgver=12.16.r0.g8db757e
pkgrel=1
pkgdesc="League of Legends helper script"
arch=('any')
@@ -18,8 +18,7 @@ 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"
- "zenity: Loading screen indication")
+ "lib32-vulkan-radeon: Radeon's Vulkan mesa driver")
provides=('leagueoflegends')
conflicts=('leagueoflegends')
source=("$_srcname"::'git+https://github.com/kyechou/leagueoflegends')