Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
rustypaste-cli
Commits:
0579b53a by Orhun Parmaksız at 2025-05-04T00:02:52+03:00
upgpkg: 0.9.4-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = rustypaste-cli
pkgdesc = A CLI tool for rustypaste
- pkgver = 0.9.3
+ pkgver = 0.9.4
pkgrel = 1
url = https://github.com/orhun/rustypaste-cli
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = rustypaste-cli
makedepends = cargo
depends = gcc-libs
provides = rpaste
- source =
rustypaste-cli-0.9.3.tar.gz::https://github.com/orhun/rustypaste-cli/archive/v0.9.3.tar.gz
- sha256sums =
4e4083cb537085a0e36bac6dd945883fc3cccd7c9a86496468687b406768967a
+ source =
rustypaste-cli-0.9.4.tar.gz::https://github.com/orhun/rustypaste-cli/archive/v0.9.4.tar.gz
+ sha256sums =
d12b8acb028a92fc6d16347ce3c4b3fa89c86cb902a4a291c116077cc41b1e92
pkgname = rustypaste-cli
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname='rustypaste-cli'
pkgdesc="A CLI tool for rustypaste"
-pkgver=0.9.3
+pkgver=0.9.4
pkgrel=1
arch=('x86_64')
url="https://github.com/orhun/rustypaste-cli"
@@ -12,7 +12,7 @@ depends=('gcc-libs')
makedepends=('cargo')
provides=('rpaste')
source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('4e4083cb537085a0e36bac6dd945883fc3cccd7c9a86496468687b406768967a')
+sha256sums=('d12b8acb028a92fc6d16347ce3c4b3fa89c86cb902a4a291c116077cc41b1e92')
prepare() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rustypaste-cli/-/commit/0579b53af804d2a98d9e915ae6ae3b1a12d17ac7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rustypaste-cli/-/commit/0579b53af804d2a98d9e915ae6ae3b1a12d17ac7
You're receiving this email because of your account on gitlab.archlinux.org.