Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / evcxr_repl
Commits: 06d38556 by Orhun Parmaksız at 2023-10-23T20:34:49+03:00 upgpkg: 0.16.0-1: upstream release - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,14 @@ +pkgbase = evcxr_repl + pkgdesc = A Rust REPL based on evcxr + pkgver = 0.16.0 + pkgrel = 1 + url = https://github.com/evcxr/evcxr + arch = x86_64 + license = Apache + depends = gcc-libs + depends = rust-src + options = !lto + source = evcxr_repl-0.16.0.tar.gz::https://github.com/evcxr/evcxr/archive/v0.16.0.tar.gz + sha256sums = ecd00c839a487cea5260bfc75c78ceba51e7215044b962081d7641c1292643bf + +pkgname = evcxr_repl ===================================== PKGBUILD ===================================== @@ -3,15 +3,15 @@ pkgname=evcxr_repl _pkgname=evcxr -pkgver=0.15.1 -pkgrel=2 +pkgver=0.16.0 +pkgrel=1 pkgdesc="A Rust REPL based on evcxr" arch=('x86_64') url="https://github.com/evcxr/evcxr" license=('Apache') depends=('gcc-libs' 'rust-src') source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('8d5a2009c7222b14d96f8cd927f3e8fe8e46ae59e74be0b645b12a119a4376ea') +sha256sums=('ecd00c839a487cea5260bfc75c78ceba51e7215044b962081d7641c1292643bf') options=('!lto') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/evcxr_repl/-/commit/06d38556d281d689277cf227edecd16c76589e2f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/evcxr_repl/-/commit/06d38556d281d689277cf227edecd16c76589e2f You're receiving this email because of your account on gitlab.archlinux.org.
