summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyechou2019-09-21 21:43:36 -0500
committerkyechou2019-09-21 21:43:36 -0500
commit4d09a6d5e97d9f43a5aaa1d6fa480118ed0046c2 (patch)
tree479d681fb1a02071a58ec76a54b542a51fc201e9
parenteb2582947b592a5076f45f4f9b53605de5c06b32 (diff)
downloadaur-4d09a6d5e97d9f43a5aaa1d6fa480118ed0046c2.tar.gz
Use wine-lol for issue (https://bugs.winehq.org/show_bug.cgi?id=47198)
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD13
2 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5580fd87b1b7..e86a042e8e81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = leagueoflegends-git
- pkgdesc = League Of Legends: Install/Run wrapper
- pkgver = 0.13.r25.g0b05e62
+ pkgdesc = League of Legends helper script
+ pkgver = v0.9.18.r0.ge4a040d
pkgrel = 1
- url = https://github.com/Nefelim4ag/League-Of-Legends
+ url = https://github.com/kyechou/leagueoflegends
arch = any
license = GPL3
- depends = wine
+ depends = wine-lol
depends = winetricks
depends = bash
depends = lib32-gnutls
@@ -14,7 +14,7 @@ pkgbase = leagueoflegends-git
depends = lib32-libpulse
depends = wget
conflicts = leagueoflegends
- source = leagueoflegends-git::git+https://github.com/Nefelim4ag/League-Of-Legends.git#branch=master
+ source = leagueoflegends-git::git+https://github.com/kyechou/leagueoflegends.git
md5sums = SKIP
pkgname = leagueoflegends-git
diff --git a/PKGBUILD b/PKGBUILD
index 485a9433b352..3543ec25bcde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
-# Maintainer: Timofey Titovets <nefelim4ag@gmail.com>
+# Maintainer: Kuan-Yen Chou <kuanyenchou@gmail.com>
+# Contributor: Timofey Titovets <nefelim4ag@gmail.com>
pkgname=leagueoflegends-git
-pkgver=0.13.r25.g0b05e62
+pkgver=v0.9.18.r0.ge4a040d
pkgrel=1
-pkgdesc="League Of Legends: Install/Run wrapper"
+pkgdesc="League of Legends helper script"
arch=('any')
-url="https://github.com/Nefelim4ag/League-Of-Legends"
+url="https://github.com/kyechou/leagueoflegends"
license=('GPL3')
-depends=('wine' 'winetricks' 'bash' 'lib32-gnutls' 'lib32-libldap'
+depends=('wine-lol' 'winetricks' 'bash' 'lib32-gnutls' 'lib32-libldap'
'lib32-openal' 'lib32-libpulse' 'wget')
conflicts=('leagueoflegends')
-source=("$pkgname"::'git+https://github.com/Nefelim4ag/League-Of-Legends.git#branch=master')
+source=("$pkgname"::'git+https://github.com/kyechou/leagueoflegends.git')
md5sums=('SKIP')
pkgver() {