Date: Monday, October 17, 2022 @ 02:07:23
  Author: grawlinson
Revision: 1329533

archrelease: copy trunk to community-x86_64

Added:
  endless-sky/repos/community-x86_64/PKGBUILD
    (from rev 1329532, endless-sky/trunk/PKGBUILD)
Deleted:
  endless-sky/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  142 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-17 02:06:39 UTC (rev 1329532)
+++ PKGBUILD    2022-10-17 02:07:23 UTC (rev 1329533)
@@ -1,71 +0,0 @@
-# Maintainer: George Rawlinson <geo...@rawlinson.net.nz>
-# Contributor: Max Zhao <alcasa dot mz at gmail dot com>
-# Contributor: Leonard König <leonard.r.koenig at googlemail dot com>
-
-pkgname=endless-sky
-pkgver=0.9.15
-pkgrel=1
-pkgdesc='A sandbox-style space exploration and combat game'
-arch=('x86_64')
-url='https://endless-sky.github.io/'
-# licenses obtained via following script:
-# grep "^License:" copyright | sed -e "s/License: //" -e "s/ /-/" | sort | uniq
-license=(
-  'GPL3'
-  'custom:CC-BY-3.0'
-  'custom:CC-BY-4.0'
-  'custom:CC-BY-NC-3.0'
-  'custom:CC-BY-SA-3.0'
-  'custom:CC-BY-SA-4.0'
-  'custom:public-domain'
-)
-depends=(
-  'gcc-libs'
-  'openal'
-  'libpng'
-  'glew'
-  'hicolor-icon-theme'
-  'libjpeg-turbo'
-  'sdl2'
-  'libmad'
-  'util-linux-libs'
-)
-makedepends=('git' 'scons')
-optdepends=(
-  'endless-sky-high-dpi: high resolution graphics assets'
-)
-options=('debug')
-_commit='2350f159528c89f3546e79675ec500d374410733'
-source=("$pkgname::git+https://github.com/endless-sky/endless-sky#commit=$_commit";)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd "$pkgname"
-
-  # binary is installed to /usr/games instead of /usr/bin
-  sed -i 's:games", sky:bin", sky:' SConstruct
-}
-
-build() {
-  cd "$pkgname"
-
-  scons -j "$(nproc)"
-}
-
-package() {
-  cd "$pkgname"
-
-  scons \
-    DESTDIR="$pkgdir" \
-    PREFIX=/usr \
-    install
-
-  # license
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" copyright
-}

Copied: endless-sky/repos/community-x86_64/PKGBUILD (from rev 1329532, 
endless-sky/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-17 02:07:23 UTC (rev 1329533)
@@ -0,0 +1,71 @@
+# Maintainer: George Rawlinson <geo...@rawlinson.net.nz>
+# Contributor: Max Zhao <alcasa dot mz at gmail dot com>
+# Contributor: Leonard König <leonard.r.koenig at googlemail dot com>
+
+pkgname=endless-sky
+pkgver=0.9.16
+pkgrel=1
+pkgdesc='A sandbox-style space exploration and combat game'
+arch=('x86_64')
+url='https://endless-sky.github.io/'
+# licenses obtained via following script:
+# grep "^License:" copyright | sed -e "s/License: //" -e "s/ /-/" | sort | uniq
+license=(
+  'GPL3'
+  'custom:CC-BY-3.0'
+  'custom:CC-BY-4.0'
+  'custom:CC-BY-NC-3.0'
+  'custom:CC-BY-SA-3.0'
+  'custom:CC-BY-SA-4.0'
+  'custom:public-domain'
+)
+depends=(
+  'gcc-libs'
+  'openal'
+  'libpng'
+  'glew'
+  'hicolor-icon-theme'
+  'libjpeg-turbo'
+  'sdl2'
+  'libmad'
+  'util-linux-libs'
+)
+makedepends=('git' 'scons')
+optdepends=(
+  'endless-sky-high-dpi: high resolution graphics assets'
+)
+options=('debug')
+_commit='304d0ee392441f968e724ca5366e4d1fc3706fb1'
+source=("$pkgname::git+https://github.com/endless-sky/endless-sky#commit=$_commit";)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags --exclude 'continuous' | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  # binary is installed to /usr/games instead of /usr/bin
+  sed -i 's:games", sky:bin", sky:' SConstruct
+}
+
+build() {
+  cd "$pkgname"
+
+  scons -j "$(nproc)"
+}
+
+package() {
+  cd "$pkgname"
+
+  scons \
+    DESTDIR="$pkgdir" \
+    PREFIX=/usr \
+    install
+
+  # license
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" copyright
+}

Reply via email to