[arch-commits] Commit in rustypaste/trunk (PKGBUILD)
Orhun Parmaksiz
orhun at gemini.archlinux.org
Sat May 21 17:47:31 UTC 2022
Date: Saturday, May 21, 2022 @ 17:47:31
Author: orhun
Revision: 1209873
upgpkg: rustypaste 0.7.1-1: upstream release
Modified:
rustypaste/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-21 17:37:10 UTC (rev 1209872)
+++ PKGBUILD 2022-05-21 17:47:31 UTC (rev 1209873)
@@ -2,7 +2,7 @@
# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
pkgname=rustypaste
-pkgver=0.7.0
+pkgver=0.7.1
pkgrel=1
pkgdesc='A minimal file upload/pastebin service'
arch=('x86_64')
@@ -12,7 +12,7 @@
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=('7990b54805e7130862e6047f9393fe5c539dc4ded32e4d74bd4fedc34c610717dccdd10781a81dd603e25e2bf9132e0e035ac08f785a3cfc95c09d4f4edbd948')
+b2sums=('a46cae0327a32c3b3c4e70bf0fc8d5ae11e3b01e87f3240fd125264c6cada25129a997912415b328b15f8328450446d363bc978aaf5be6ce38791a5e6c9a3ec1')
prepare() {
cd ${pkgname}-${pkgver}
@@ -32,6 +32,10 @@
export RUSTUP_TOOLCHAIN=stable
CFLAGS+=' -ffat-lto-objects'
cargo test --frozen -- --test-threads 1
+
+ cd fixtures
+ sed -i "s|target/debug|target/release|" test-fixtures.sh
+ ./test-fixtures.sh
}
package() {
More information about the arch-commits
mailing list