George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
endless-sky


Commits:
c6b38412 by George Rawlinson at 2026-02-25T06:51:35+00:00
reuse: simplify conf

- - - - -
18efa258 by George Rawlinson at 2026-02-25T06:59:43+00:00
upgpkg: 0.11.0-2

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- REUSE.toml


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = endless-sky
        pkgdesc = A sandbox-style space exploration and combat game
        pkgver = 0.11.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://endless-sky.github.io/
        arch = x86_64
        license = CC0-1.0
@@ -17,7 +17,8 @@ pkgbase = endless-sky
        makedepends = cmake
        makedepends = ninja
        depends = glibc
-       depends = gcc-libs
+       depends = libgcc
+       depends = libstdc++
        depends = openal
        depends = libpng
        depends = glew


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 
 pkgname=endless-sky
 pkgver=0.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A sandbox-style space exploration and combat game'
 arch=(x86_64)
 url='https://endless-sky.github.io/'
@@ -23,7 +23,8 @@ license=(
 )
 depends=(
   glibc
-  gcc-libs
+  libgcc
+  libstdc++
   openal
   libpng
   glew


=====================================
REUSE.toml
=====================================
@@ -3,8 +3,6 @@ version = 1
 [[annotations]]
 path = [
     "PKGBUILD",
-    "README.md",
-    "keys/**",
     ".SRCINFO",
     ".nvchecker.toml",
 ]



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/endless-sky/-/compare/4a290e696015cdc297e51e14d04f64c7d2fd38aa...18efa258917132f5ec3d55a8e8764ba14bd945c0

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/endless-sky/-/compare/4a290e696015cdc297e51e14d04f64c7d2fd38aa...18efa258917132f5ec3d55a8e8764ba14bd945c0
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to