Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / rustypaste
Commits: 23a37e4a by Orhun Parmaksız at 2023-11-03T00:16:53+01:00 upgpkg: 0.14.1-1: upstream release - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = rustypaste + pkgdesc = A minimal file upload/pastebin service + pkgver = 0.14.1 + pkgrel = 1 + url = https://github.com/orhun/rustypaste + arch = x86_64 + license = MIT + makedepends = cargo + depends = gcc-libs + depends = openssl + backup = etc/rustypaste/config.toml + source = rustypaste-0.14.1.tar.gz::https://github.com/orhun/rustypaste/archive/refs/tags/v0.14.1.tar.gz + b2sums = 78596373e79b9bc0dccd2de14c783d1d8b2a450cf9df97704812684061280645a9c2b0def160472d2b088d9f18a34fa241f9dafb90180043f5c010ead8cd3c57 + +pkgname = rustypaste ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Orhun Parmaksız <[email protected]> pkgname=rustypaste -pkgver=0.14.0 +pkgver=0.14.1 pkgrel=1 pkgdesc='A minimal file upload/pastebin service' arch=('x86_64') @@ -12,7 +12,7 @@ depends=('gcc-libs' 'openssl') makedepends=('cargo') backup=('etc/rustypaste/config.toml') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/orhun/rustypaste/archive/refs/tags/v${pkgver}.tar.gz) -b2sums=('e5d9a8d1bfddc31adb741b3a2f8598a4eb92b7c7c8f5a1ece396feaa80ddb8d39036f58eedc95f4e6c6e0af8eeb2bcaf4eb23e5238b1bda91a978e04f3040361') +b2sums=('78596373e79b9bc0dccd2de14c783d1d8b2a450cf9df97704812684061280645a9c2b0def160472d2b088d9f18a34fa241f9dafb90180043f5c010ead8cd3c57') prepare() { cd ${pkgname}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rustypaste/-/commit/23a37e4a3a4ada6fdf85f8a7e4e39aa53cc70c8a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rustypaste/-/commit/23a37e4a3a4ada6fdf85f8a7e4e39aa53cc70c8a You're receiving this email because of your account on gitlab.archlinux.org.
