Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / cargo-shuttle
Commits: b90d2c58 by Orhun Parmaksız at 2023-10-09T16:25:30+03:00 upgpkg: 0.29.0-1: upstream release - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,19 @@ +pkgbase = cargo-shuttle + pkgdesc = Cargo command for the shuttle platform + pkgver = 0.29.0 + pkgrel = 1 + url = https://github.com/shuttle-hq/shuttle + arch = x86_64 + license = Apache + makedepends = cargo + makedepends = git + depends = gcc-libs + depends = zlib + depends = curl + options = !lto + source = cargo-shuttle::git+https://github.com/shuttle-hq/shuttle.git#commit=8749a06e72d7cb07e5c6971c9ccbeb4aca2de4f2 + source = cargo-shuttle-examples::git+https://github.com/shuttle-hq/examples.git + sha512sums = SKIP + sha512sums = SKIP + +pkgname = cargo-shuttle ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: Stijn Seghers <stijnseghers at gmail dot com> pkgname=cargo-shuttle -_commit=bdbf92f00700d8a507fa6f75a37a4cc89c8bfffc -pkgver=0.28.1 +_commit=8749a06e72d7cb07e5c6971c9ccbeb4aca2de4f2 +pkgver=0.29.0 pkgrel=1 pkgdesc='Cargo command for the shuttle platform' arch=('x86_64') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-shuttle/-/commit/b90d2c588ae00f0cf79f80c4cf4ab2a243cfc568 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-shuttle/-/commit/b90d2c588ae00f0cf79f80c4cf4ab2a243cfc568 You're receiving this email because of your account on gitlab.archlinux.org.
