summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeancahu2022-09-12 01:09:29 -0600
committerJeancahu2022-09-12 01:09:29 -0600
commited6c17a29f3ca611594823f9f37d13be604179fa (patch)
tree65a065e6a00fc0708bdcbb2d19a91fd1c13b4142
parent0b02368a4c1d38ca3fb3c5e43e0fe903cee949d6 (diff)
downloadaur-ed6c17a29f3ca611594823f9f37d13be604179fa.tar.gz
update dependencies a year later
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD26
2 files changed, 26 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec044977b85d..6766475f3a8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,19 @@
pkgbase = albion-online-launcher-bin
pkgdesc = The first true cross-platform Sandbox MMO -- launcher client
pkgver = 1.17
- pkgrel = 2
+ pkgrel = 3
url = https://albiononline.com/
install = albion-online-launcher-bin.install
arch = x86_64
license = custom
depends = libgl
+ depends = alsa-lib
+ depends = libxrandr
+ depends = qt5-base
+ depends = qt5-declarative
+ depends = qt5-location
+ depends = qt5-webchannel
depends = qt5-webengine
- depends = sndio
depends = xdelta3
depends = ttf-font
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 69ae84f27334..ddf6e8ad19c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,23 +3,35 @@
pkgname=albion-online-launcher-bin
pkgver=1.17
-pkgrel=2
+pkgrel=3
pkgdesc="The first true cross-platform Sandbox MMO -- launcher client"
url="https://albiononline.com/"
arch=('x86_64')
license=('custom')
makedepends=()
-depends=('libgl' 'qt5-webengine' 'sndio' 'xdelta3' 'ttf-font')
+depends=(
+ 'libgl'
+ 'alsa-lib'
+ 'libxrandr'
+ 'qt5-base'
+ 'qt5-declarative'
+ 'qt5-location'
+ 'qt5-webchannel'
+ 'qt5-webengine'
+ 'xdelta3'
+ 'ttf-font'
+)
optdepends=()
source=("https://live.albiononline.com/clients/20220825102752/albion-online-setup"
"albion-online-launcher.desktop" "albion-online" "Albion-Online.patch")
install=albion-online-launcher-bin.install
options=(!strip docs libtool emptydirs !zipman staticlibs)
-sha256sums=('89f4b80b77984cc304b4af6a6b8bdea95dcf3395521cda160ed22c947c19e006'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- )
+sha256sums=(
+ '89f4b80b77984cc304b4af6a6b8bdea95dcf3395521cda160ed22c947c19e006'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+)
prepare() {
pushd "${srcdir}/data/launcher"