Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
cargo-shuttle
Commits:
0b13ee83 by Orhun Parmaksız at 2023-12-17T00:53:44+03:00
upgpkg: 0.35.1-2: depend on cargo
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,12 @@
pkgbase = cargo-shuttle
pkgdesc = Cargo command for the shuttle platform
pkgver = 0.35.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/shuttle-hq/shuttle
arch = x86_64
license = Apache
- makedepends = cargo
makedepends = git
+ depends = cargo
depends = gcc-libs
depends = zlib
depends = curl
=====================================
PKGBUILD
=====================================
@@ -4,13 +4,13 @@
pkgname=cargo-shuttle
_commit=fa0fce6eb44218551ef71e7fe3a2fa67b03009f1
pkgver=0.35.1
-pkgrel=1
+pkgrel=2
pkgdesc='Cargo command for the shuttle platform'
arch=('x86_64')
url="https://github.com/shuttle-hq/shuttle"
license=('Apache')
-depends=('gcc-libs' 'zlib' 'curl')
-makedepends=('cargo' 'git')
+depends=('cargo' 'gcc-libs' 'zlib' 'curl')
+makedepends=('git')
source=("$pkgname::git+$url.git#commit=$_commit"
"$pkgname-examples::git+https://github.com/shuttle-hq/examples.git")
sha512sums=('SKIP'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-shuttle/-/commit/0b13ee834138ec85d6e6bbb9eb20df777b4f6bb8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-shuttle/-/commit/0b13ee834138ec85d6e6bbb9eb20df777b4f6bb8
You're receiving this email because of your account on gitlab.archlinux.org.