summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeancahu2022-09-14 14:07:07 -0600
committerJeancahu2022-09-14 14:07:07 -0600
commit70aeed32d04bbd02937f976ff62c1957f19c1def (patch)
tree6588852b506e055f00f2d3ae73e43c6ffe1d4504
parent614cbb8b823b466111ee932e06a43d7d37c600b3 (diff)
downloadaur-70aeed32d04bbd02937f976ff62c1957f19c1def.tar.gz
fix: make launcher update-able
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea048cce9828..f622702fdf90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = albion-online-launcher-bin
pkgdesc = The first true cross-platform Sandbox MMO -- launcher client
pkgver = 1.20.060.231052
- pkgrel = 2
+ pkgrel = 3
url = https://albiononline.com/
install = albion-online-launcher-bin.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index afa897077457..4a12a08253c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=albion-online-launcher-bin
pkgver=1.20.060.231052
-pkgrel=2
+pkgrel=3
pkgdesc="The first true cross-platform Sandbox MMO -- launcher client"
url="https://albiononline.com/"
arch=('x86_64')
@@ -42,6 +42,7 @@ prepare() {
libcrypto.so libssl.so libxkbcommon* libxcb*
rm -r resources plugins translations
+ chmod 755 "./*"
popd
pushd "${srcdir}/data"