summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-05-01 23:45:02 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-05-01 23:45:02 -0700
commitf0c4d263664132afd995a83fd7c585a8659e780c (patch)
tree2e8061fd2e2bef77ee4e2b917ef978478fe2390d
parentUpdated to 0.9.11 (diff)
downloadendless-sky-f0c4d263664132afd995a83fd7c585a8659e780c.tar.xz
Updated to 0.9.12
-rw-r--r--PKGBUILD14
-rw-r--r--endless-sky.desktop2
2 files changed, 8 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 72843f7..f37abc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@
# AUR version uses /usr/share/games
pkgname=endless-sky
-pkgver=0.9.11
+pkgver=0.9.12
pkgrel=1
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url="https://endless-sky.github.io/"
depends=(openal libpng glew hicolor-icon-theme libjpeg-turbo sdl2 libmad)
makedepends=(scons)
@@ -20,8 +20,8 @@ license=('GPL3' 'CCPL' 'custom:public domain')
pkgdesc="A space exploration and combat game similar to Escape Velocity"
source=("$pkgname-$pkgver.tar.gz::https://github.com/endless-sky/endless-sky/archive/v${pkgver}.tar.gz"
${pkgname}.desktop)
-sha512sums=('8e56795fb327fbdc977af056929478e16243b3a4ea8d96feecb59c1c4c0265d54144b6f7c39b2edc09f3bb12dbada8be5fa075a2670f372682cb7b73d9ce6a9f'
- '8948a286a84df381171888ab44da877476594b1f0877a3e54699a072fc0a85713767af7e1edbaf24d9fc8de49f1fe3d8e7955b1908eb2d02a5ea6d1027834527')
+b2sums=('8df20650524cb179e92306084668a8e341f88ca5adb1c6b6e2e48d450556a36556efcbff256dd6c0f47b4435739cfdbc7af357285af4ab15d5355e8f0ecba923'
+ '8cb5f3300c003ae2c2316ac0ad342c7baa90851013e94811ec076cb6274d998b2aa9e0139b5bcb757b645c15382b4d2cb3f267eae589006902468e04a0534d01')
build() {
cd $pkgname-$pkgver
@@ -39,9 +39,9 @@ package() {
install -Dm755 endless-sky "${pkgdir}/usr/bin/endless-sky"
# resources
- install -Dm644 credits.txt "${pkgdir}/usr/lib/${pkgname}/credits.txt"
- install -Dm644 keys.txt "${pkgdir}/usr/lib/${pkgname}/keys.txt"
- cp -rf data images sounds "${pkgdir}/usr/lib/${pkgname}/"
+ install -Dm644 credits.txt "${pkgdir}/usr/share/${pkgname}/credits.txt"
+ install -Dm644 keys.txt "${pkgdir}/usr/share/${pkgname}/keys.txt"
+ cp -rf data images sounds "${pkgdir}/usr/share/${pkgname}/"
# .desktop
install -Dm644 ${srcdir}/endless-sky.desktop "${pkgdir}/usr/share/applications/endless-sky.desktop"
diff --git a/endless-sky.desktop b/endless-sky.desktop
index 5822291..b1633ff 100644
--- a/endless-sky.desktop
+++ b/endless-sky.desktop
@@ -6,7 +6,7 @@ GenericName[fr]=Jeu spatial
Comment=Space exploration and combat game
Comment[de]=Weltraumhandels und Kampfsimulator
Comment[fr]=Jeu d'exploration et de combat dans l'espace
-Exec=endless-sky -r /lib/endless-sky
+Exec=endless-sky -r /usr/share/endless-sky
Icon=endless-sky
Terminal=false
Type=Application