Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
rustypaste-cli
Commits:
651fd304 by Orhun Parmaksız at 2024-08-01T08:59:01+03:00
upgpkg: 0.9.1-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = rustypaste-cli
pkgdesc = A CLI tool for rustypaste
- pkgver = 0.9.0
- pkgrel = 2
+ pkgver = 0.9.1
+ pkgrel = 1
url = https://github.com/orhun/rustypaste-cli
arch = x86_64
license = MIT
makedepends = cargo
depends = gcc-libs
provides = rpaste
- source =
rustypaste-cli-0.9.0.tar.gz::https://github.com/orhun/rustypaste-cli/archive/v0.9.0.tar.gz
- sha256sums =
b28fdc59d271ced56f0d0db7093838621a9130fa6322f8e236af319f7acd1bdc
+ source =
rustypaste-cli-0.9.1.tar.gz::https://github.com/orhun/rustypaste-cli/archive/v0.9.1.tar.gz
+ sha256sums =
c5defaf6357e2ab8dc7b0e3f3e9e2012b79590b0af6cf16dd65ef0eabfb7c73a
pkgname = rustypaste-cli
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
pkgname='rustypaste-cli'
pkgdesc="A CLI tool for rustypaste"
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.9.1
+pkgrel=1
arch=('x86_64')
url="https://github.com/orhun/rustypaste-cli"
license=('MIT')
@@ -12,7 +12,7 @@ depends=('gcc-libs')
makedepends=('cargo')
provides=('rpaste')
source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('b28fdc59d271ced56f0d0db7093838621a9130fa6322f8e236af319f7acd1bdc')
+sha256sums=('c5defaf6357e2ab8dc7b0e3f3e9e2012b79590b0af6cf16dd65ef0eabfb7c73a')
prepare() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rustypaste-cli/-/commit/651fd304a208bfd9c69f71ae5ec85d595cee36b7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rustypaste-cli/-/commit/651fd304a208bfd9c69f71ae5ec85d595cee36b7
You're receiving this email because of your account on gitlab.archlinux.org.