Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
rebels-in-the-sky
Commits:
3306bbc9 by Orhun Parmaksız at 2024-11-28T12:33:28+03:00
upgpkg: 1.0.24-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.0.23
+ pkgver = 1.0.24
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.0.23.tar.gz::https://github.com/ricott1/rebels-in-the-sky/archive/v1.0.23.tar.gz
- sha512sums =
418efa7cf2e4f2426cd19b63ce952a8347a6618d8bac4e4507e83ec21e6c7266a435509cce9562cd27aed15f7863c8849a3855eae8f764465d97fad706b5636a
+ source =
rebels-in-the-sky-1.0.24.tar.gz::https://github.com/ricott1/rebels-in-the-sky/archive/v1.0.24.tar.gz
+ sha512sums =
3800acbf981c17c195e8ee955569dd06008107a8b1ab66eab2d133c008ba9a81825844d10979bfad9ed14549a511f8ba22726c7fe1ed1a6fa767d92917525d1b
pkgname = rebels-in-the-sky
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Orhun Parmaksız <[email protected]>
pkgname=rebels-in-the-sky
-pkgver=1.0.23
+pkgver=1.0.24
pkgrel=1
pkgdesc="P2P terminal game about spacepirates playing basketball across the
galaxy"
url="https://github.com/ricott1/rebels-in-the-sky"
@@ -10,12 +10,12 @@ makedepends=('cargo' 'cmake')
arch=('x86_64')
license=('GPL-3.0')
source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('418efa7cf2e4f2426cd19b63ce952a8347a6618d8bac4e4507e83ec21e6c7266a435509cce9562cd27aed15f7863c8849a3855eae8f764465d97fad706b5636a')
+sha512sums=('3800acbf981c17c195e8ee955569dd06008107a8b1ab66eab2d133c008ba9a81825844d10979bfad9ed14549a511f8ba22726c7fe1ed1a6fa767d92917525d1b')
options=('!lto')
prepare() {
cd "${pkgname}-${pkgver}"
- cargo fetch --target "$(rustc -vV | sed -n 's/host: //p')" # --locked
+ cargo fetch --target "$(rustc -vV | sed -n 's/host: //p')" --locked
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rebels-in-the-sky/-/commit/3306bbc95341726707e68765a672d124c17bcaae
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rebels-in-the-sky/-/commit/3306bbc95341726707e68765a672d124c17bcaae
You're receiving this email because of your account on gitlab.archlinux.org.