Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
rebels-in-the-sky


Commits:
492dfac5 by Orhun Parmaksız at 2024-10-09T19:24:12+02:00
upgpkg: 1.0.18-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.17
+       pkgver = 1.0.18
        pkgrel = 1
        url = https://github.com/ricott1/rebels-in-the-sky
        arch = x86_64
@@ -9,9 +9,7 @@ pkgbase = rebels-in-the-sky
        depends = gcc-libs
        depends = alsa-lib
        options = !lto
-       source = 
rebels-in-the-sky-1.0.17.tar.gz::https://github.com/ricott1/rebels-in-the-sky/archive/v1.0.17.tar.gz
-       source = 
rebels-in-the-sky-1.0.17-lockfile.patch::https://github.com/ricott1/rebels-in-the-sky/commit/175a0e1db7cf62dcc6708545ee2a3e7f3e69654e.patch
-       sha512sums = 
16d2e86c89845fd7394ffceace07c4fef91c9f0c87cfe4856bc408fc664fe385fd08a8c3f9a8cdf3adb63eb4ca89119442663901b40fa3e76d4eb5e7f84cf4c5
-       sha512sums = 
811a5dede09053939c51dc786845d4b08f28a7fac9700053a907739a50b31f429fb4962557c5d2706e294c42b9d49b6943b74e1311119b07a72c27b977e10981
+       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
 
 pkgname = rebels-in-the-sky


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Orhun Parmaksız <[email protected]>
 
 pkgname=rebels-in-the-sky
-pkgver=1.0.17
+pkgver=1.0.18
 pkgrel=1
 pkgdesc="P2P terminal game about spacepirates playing basketball across the 
galaxy"
 url="https://github.com/ricott1/rebels-in-the-sky";
@@ -9,16 +9,13 @@ depends=('gcc-libs' 'alsa-lib')
 makedepends=('cargo')
 arch=('x86_64')
 license=('GPL-3.0')
-source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz"
-  
"${pkgname}-${pkgver}-lockfile.patch::https://github.com/ricott1/rebels-in-the-sky/commit/175a0e1db7cf62dcc6708545ee2a3e7f3e69654e.patch";)
-sha512sums=('16d2e86c89845fd7394ffceace07c4fef91c9f0c87cfe4856bc408fc664fe385fd08a8c3f9a8cdf3adb63eb4ca89119442663901b40fa3e76d4eb5e7f84cf4c5'
-            
'811a5dede09053939c51dc786845d4b08f28a7fac9700053a907739a50b31f429fb4962557c5d2706e294c42b9d49b6943b74e1311119b07a72c27b977e10981')
+source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('346ca5057d75c42a6be754c26e21ff013e68d7040ce1eb3f1378d7039df1335c9894fc12f30e2676818043cc99110e09db6c8251bc9b0df0d1aa23096ab9b706')
 options=('!lto')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
-  patch -Np1 -i "../${pkgname}-${pkgver}-lockfile.patch"
-  cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
+  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/492dfac592a94641aec4ad165b3bd255b6b6473a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rebels-in-the-sky/-/commit/492dfac592a94641aec4ad165b3bd255b6b6473a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to