Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
rebels-in-the-sky
Commits:
0e35af43 by Orhun Parmaksız at 2024-11-15T01:58:15+03:00
upgpkg: 1.0.20-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,16 @@
pkgbase = rebels-in-the-sky
pkgdesc = P2P terminal game about spacepirates playing basketball
across the galaxy
- pkgver = 1.0.19
+ pkgver = 1.0.20
pkgrel = 1
url = https://github.com/ricott1/rebels-in-the-sky
arch = x86_64
license = GPL-3.0
makedepends = cargo
+ makedepends = cmake
depends = gcc-libs
depends = alsa-lib
options = !lto
- 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
+ source =
rebels-in-the-sky-1.0.20.tar.gz::https://github.com/ricott1/rebels-in-the-sky/archive/v1.0.20.tar.gz
+ sha512sums =
8862a09dffb9d361fdeb92e284ae61a3f7701c474dd29fb5ed284e39de3a4bf9056bfb41ba87e6b674aceb0a5ae2319270072062230ed2425d08d068b5756987
pkgname = rebels-in-the-sky
=====================================
PKGBUILD
=====================================
@@ -1,16 +1,16 @@
# Maintainer: Orhun Parmaksız <[email protected]>
pkgname=rebels-in-the-sky
-pkgver=1.0.19
+pkgver=1.0.20
pkgrel=1
pkgdesc="P2P terminal game about spacepirates playing basketball across the
galaxy"
url="https://github.com/ricott1/rebels-in-the-sky"
depends=('gcc-libs' 'alsa-lib')
-makedepends=('cargo')
+makedepends=('cargo' 'cmake')
arch=('x86_64')
license=('GPL-3.0')
source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('88ac27014afeaad945725ead643d904c74d373f40e083fbb7ee8ad0e1c1c60f94c6f4ff6a3ae98d27c00b93b7ed895cce6f165c5fa798fb0f4153360ffce9791')
+sha512sums=('8862a09dffb9d361fdeb92e284ae61a3f7701c474dd29fb5ed284e39de3a4bf9056bfb41ba87e6b674aceb0a5ae2319270072062230ed2425d08d068b5756987')
options=('!lto')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rebels-in-the-sky/-/commit/0e35af436db7f2ad03320684f3d2fd1b3f4d0ec5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rebels-in-the-sky/-/commit/0e35af436db7f2ad03320684f3d2fd1b3f4d0ec5
You're receiving this email because of your account on gitlab.archlinux.org.