summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeancahu2022-09-14 18:13:05 -0600
committerJeancahu2022-09-14 18:13:05 -0600
commit5aa7ac5f42958c1c5f1b795102af25bb8565a945 (patch)
treef758d4d0010a4b134902b485d38b50ebe86a9ba7
parente68be9cc47cdc1820e30980b3ae62f5ab873ac84 (diff)
downloadaur-5aa7ac5f42958c1c5f1b795102af25bb8565a945.tar.gz
chg: remove some redundant dependencies
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD16
2 files changed, 10 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c05a9e140e51..c06c431b45e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,17 +9,11 @@ pkgbase = albion-online-launcher-bin
makedepends = chrpath
depends = libgl
depends = alsa-lib
- depends = libxrandr
depends = libxcb
depends = libxkbcommon
depends = sdl2
- depends = qt5-base
- depends = qt5-declarative
- depends = qt5-location
- depends = qt5-webchannel
depends = qt5-webengine
depends = xdelta3
- depends = ttf-font
depends = zenity
options = !strip
options = docs
@@ -32,8 +26,8 @@ pkgbase = albion-online-launcher-bin
source = albion-online
source = Albion-Online.patch
sha256sums = 0ef7ea10ce92d10ba2ba3ed62d861ef6bdbf72c6c9418ebbdbe0c19e80b760c4
- sha256sums = SKIP
- sha256sums = SKIP
- sha256sums = SKIP
+ sha256sums = 4d94016e053c4d670c88631cbeb89442b1d0447265a2993e44337037288143c2
+ sha256sums = c070a3c3e83cc75fc0a9249da65c3b4d8cb33a1445db760308fd02e2f55f91ee
+ sha256sums = 997b87a699a831c37a335f06384cc189787deefd1ee5245381c7c99fbadfc510
pkgname = albion-online-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 758565260d34..93cae1600002 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,7 @@
-# Submitter: Grey Christoforo <first name [at] last name [dot] net>
-# Maintainer: Jeancarlo Hidalgo <jeancahu@gmail.com>
+# Maintainer: Jeancarlo Hidalgo <jeancahu at gmail dot com>
+# Contributor: hydrasho <first name [at] last name [dot] net>
+# Contributor: GoliathLabs <first name [at] last name [dot] net>
+# Contributor: Grey Christoforo <first name [at] last name [dot] net>
pkgname=albion-online-launcher-bin
pkgver=1.20.060.231052
@@ -12,17 +14,11 @@ makedepends=(chrpath)
depends=(
'libgl'
'alsa-lib'
- 'libxrandr'
'libxcb'
'libxkbcommon'
'sdl2'
- 'qt5-base'
- 'qt5-declarative'
- 'qt5-location'
- 'qt5-webchannel'
'qt5-webengine'
'xdelta3'
- 'ttf-font'
'zenity'
)
optdepends=()
@@ -31,7 +27,9 @@ source=("https://live.albiononline.com/clients/20220914103045/albion-online-setu
install=albion-online-launcher-bin.install
options=(!strip docs libtool emptydirs !zipman staticlibs)
sha256sums=('0ef7ea10ce92d10ba2ba3ed62d861ef6bdbf72c6c9418ebbdbe0c19e80b760c4'
- 'SKIP' 'SKIP' 'SKIP')
+ '4d94016e053c4d670c88631cbeb89442b1d0447265a2993e44337037288143c2'
+ 'c070a3c3e83cc75fc0a9249da65c3b4d8cb33a1445db760308fd02e2f55f91ee'
+ '997b87a699a831c37a335f06384cc189787deefd1ee5245381c7c99fbadfc510')
prepare() {
chrpath -d "${srcdir}/data/launcher/Albion-Online"