Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
rebels-in-the-sky
Commits:
22a24e91 by Orhun Parmaksız at 2025-12-17T10:33:42+03:00
upgpkg: 1.4.0-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = rebels-in-the-sky
pkgdesc = P2P terminal game about spacepirates playing basketball
across the galaxy
- pkgver = 1.3.1
+ pkgver = 1.4.0
pkgrel = 1
url = https://github.com/ricott1/rebels-in-the-sky
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = rebels-in-the-sky
depends = gcc-libs
depends = alsa-lib
options = !lto
- source =
rebels-in-the-sky-1.3.1.tar.gz::https://github.com/ricott1/rebels-in-the-sky/archive/v1.3.1.tar.gz
- sha512sums =
71de61be33028532ac0cf99384d33df51d42eadd822057e592007754ee18eb2ef975438b65eaefa111bd37f617ffba6017224bc7a75bfef537e708d696706275
+ source =
rebels-in-the-sky-1.4.0.tar.gz::https://github.com/ricott1/rebels-in-the-sky/archive/v1.4.0.tar.gz
+ sha512sums =
b4f7d8537f92a87b38cc00ee4365c4577d187e09052411e2c3745c94db9dcdc76ed92ad7c2d2197880b0696936faaad171f5fa2d871b13eb8a95f506035c4a29
pkgname = rebels-in-the-sky
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Orhun Parmaksız <[email protected]>
pkgname=rebels-in-the-sky
-pkgver=1.3.1
+pkgver=1.4.0
pkgrel=1
pkgdesc="P2P terminal game about spacepirates playing basketball across the
galaxy"
url="https://github.com/ricott1/rebels-in-the-sky"
@@ -10,7 +10,7 @@ makedepends=('cargo' 'cmake')
arch=('x86_64')
license=('GPL-3.0')
source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('71de61be33028532ac0cf99384d33df51d42eadd822057e592007754ee18eb2ef975438b65eaefa111bd37f617ffba6017224bc7a75bfef537e708d696706275')
+sha512sums=('b4f7d8537f92a87b38cc00ee4365c4577d187e09052411e2c3745c94db9dcdc76ed92ad7c2d2197880b0696936faaad171f5fa2d871b13eb8a95f506035c4a29')
options=('!lto')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rebels-in-the-sky/-/commit/22a24e9142b9b803445423beac8c235e093074c4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rebels-in-the-sky/-/commit/22a24e9142b9b803445423beac8c235e093074c4
You're receiving this email because of your account on gitlab.archlinux.org.