Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
rebels-in-the-sky
Commits:
0459ddf0 by Orhun Parmaksız at 2024-10-24T10:35:28+03:00
upgpkg: 1.0.19-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.18
+ pkgver = 1.0.19
pkgrel = 1
url = https://github.com/ricott1/rebels-in-the-sky
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = rebels-in-the-sky
depends = gcc-libs
depends = alsa-lib
options = !lto
- source =
rebels-in-the-sky-1.0.18.tar.gz::https://github.com/ricott1/rebels-in-the-sky/archive/v1.0.18.tar.gz
- sha512sums =
346ca5057d75c42a6be754c26e21ff013e68d7040ce1eb3f1378d7039df1335c9894fc12f30e2676818043cc99110e09db6c8251bc9b0df0d1aa23096ab9b706
+ source =
rebels-in-the-sky-1.0.19.tar.gz::https://github.com/ricott1/rebels-in-the-sky/archive/v1.0.19.tar.gz
+ sha512sums =
88ac27014afeaad945725ead643d904c74d373f40e083fbb7ee8ad0e1c1c60f94c6f4ff6a3ae98d27c00b93b7ed895cce6f165c5fa798fb0f4153360ffce9791
pkgname = rebels-in-the-sky
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Orhun Parmaksız <[email protected]>
pkgname=rebels-in-the-sky
-pkgver=1.0.18
+pkgver=1.0.19
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')
arch=('x86_64')
license=('GPL-3.0')
source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('346ca5057d75c42a6be754c26e21ff013e68d7040ce1eb3f1378d7039df1335c9894fc12f30e2676818043cc99110e09db6c8251bc9b0df0d1aa23096ab9b706')
+sha512sums=('88ac27014afeaad945725ead643d904c74d373f40e083fbb7ee8ad0e1c1c60f94c6f4ff6a3ae98d27c00b93b7ed895cce6f165c5fa798fb0f4153360ffce9791')
options=('!lto')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rebels-in-the-sky/-/commit/0459ddf03c8fc15a1a3bb626d89321543d13a02f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rebels-in-the-sky/-/commit/0459ddf03c8fc15a1a3bb626d89321543d13a02f
You're receiving this email because of your account on gitlab.archlinux.org.