summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwereii2021-11-09 21:05:14 +0100
committerwereii2021-12-15 16:44:09 +0100
commit860e2e7cd614d5fcf7a9ae300313a09ad6ac6d24 (patch)
tree9e01e1820ad44b6d84b1d22483b1ed471f923f2a
parentbda68a7ae06d8192115b712c27012ba9db51f64e (diff)
downloadaur-860e2e7cd614d5fcf7a9ae300313a09ad6ac6d24.tar.gz
Update to 0.9.0
- Removed desktop.patch, no longer needed - Updated .gitignore
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore11
-rw-r--r--PKGBUILD13
-rw-r--r--desktop.patch13
4 files changed, 15 insertions, 32 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e84b7890ecfd..a457e0a9c32d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,16 @@
pkgbase = spacestation14-launcher-bin
pkgdesc = Space Station 14 launcher
- pkgver = 0.8.4
+ pkgver = 0.9.0
pkgrel = 1
url = https://spacestation14.io/
arch = x86_64
license = MIT
- noextract = SS14.launcher.v0.8.4.zip
+ noextract = SS14.launcher.v0.9.0.zip
options = !strip
options = staticlibs
- source = SS14.launcher.v0.8.4.zip::https://github.com/space-wizards/SS14.Launcher/releases/download/v0.8.4/SS14.Launcher_Linux.zip
+ source = SS14.launcher.v0.9.0.zip::https://github.com/space-wizards/SS14.Launcher/releases/download/v0.9.0/SS14.Launcher_Linux.zip
source = spacestation14.svg::https://spacestation14.io/images/main/icon.svg
- source = desktop.patch
- sha256sums = c547df0dc9e358583afeb77a0119a345ba13d983b57e7597f9d4a69326748e44
+ sha256sums = d0e485485df999f289a8984536e226808561fac1818ce20797185d64fbf99a01
sha256sums = ba123bf55027694ffbf3528f58ba7554d072a023de3282187dd692f365ee9ce5
- sha256sums = SKIP
pkgname = spacestation14-launcher-bin
diff --git a/.gitignore b/.gitignore
index 970e83b3126f..23335ad6d25c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
-pkg/
-src/
-*.zst
-*.zip
-*.tar
+*
+!PKGBUILD
+!*.sh
+!.SRCINFO
+!*.desktop
+!*.patch
diff --git a/PKGBUILD b/PKGBUILD
index 37b1df0566da..0c6a3909f526 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tomas S. <me+aur at wereii.cz>
pkgname=spacestation14-launcher-bin
-pkgver=0.8.4
+pkgver=0.9.0
pkgrel=1
pkgdesc="Space Station 14 launcher"
url="https://spacestation14.io/"
@@ -12,12 +12,11 @@ options=(!strip staticlibs)
_source_name="SS14.launcher.v${pkgver}.zip"
source=(
"${_source_name}::https://github.com/space-wizards/SS14.Launcher/releases/download/v${pkgver}/SS14.Launcher_Linux.zip"
- "spacestation14.svg::https://spacestation14.io/images/main/icon.svg"
- "desktop.patch")
+ "spacestation14.svg::https://spacestation14.io/images/main/icon.svg")
noextract=("${_source_name}")
-sha256sums=('c547df0dc9e358583afeb77a0119a345ba13d983b57e7597f9d4a69326748e44'
- 'ba123bf55027694ffbf3528f58ba7554d072a023de3282187dd692f365ee9ce5'
- 'SKIP')
+
+sha256sums=('d0e485485df999f289a8984536e226808561fac1818ce20797185d64fbf99a01'
+ 'ba123bf55027694ffbf3528f58ba7554d072a023de3282187dd692f365ee9ce5')
prepare() {
@@ -26,8 +25,6 @@ prepare() {
# it's important to run bsdtar outside of fakeroot
# as it acts differently with ownership data as root
bsdtar -x -f "${srcdir}/${_source_name}"
-
- patch "${srcdir}/SS14/SS14.desktop" "${srcdir}/desktop.patch"
}
package() {
diff --git a/desktop.patch b/desktop.patch
deleted file mode 100644
index 445a83751122..000000000000
--- a/desktop.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-1d0
-< #!/usr/bin/env xdg-open
-3d1
-< Encoding=UTF-8
-5,6d2
-< Type=Application
-< Exec=env ./SS14.Launcher %u
-7a4,8
-> Type=Application
-> Exec=spacestation14-launcher
-> Icon=/usr/share/pixmaps/spacestation14.svg
-> Terminal=false
-> Categories=Game;