Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
evcxr_repl
Commits:
927575f3 by Orhun Parmaksız at 2024-10-13T13:40:55+02:00
upgpkg: 0.18.0-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = evcxr_repl
pkgdesc = A Rust REPL based on evcxr
- pkgver = 0.17.0
+ pkgver = 0.18.0
pkgrel = 1
url = https://github.com/evcxr/evcxr
arch = x86_64
- license = Apache
+ license = Apache-2.0
depends = gcc-libs
depends = rust-src
options = !lto
- source =
evcxr_repl-0.17.0.tar.gz::https://github.com/evcxr/evcxr/archive/v0.17.0.tar.gz
- sha256sums =
372cee9626d547409d8482116a04a5d59db84ad2faf59468f55e141d21785cd5
+ source =
evcxr_repl-0.18.0.tar.gz::https://github.com/evcxr/evcxr/archive/v0.18.0.tar.gz
+ sha256sums =
80287d888e8976ffb72a06469d4c1167154caed795ac0897ec5c1e6f1eabbab6
pkgname = evcxr_repl
=====================================
PKGBUILD
=====================================
@@ -3,15 +3,15 @@
pkgname=evcxr_repl
_pkgname=evcxr
-pkgver=0.17.0
+pkgver=0.18.0
pkgrel=1
pkgdesc="A Rust REPL based on evcxr"
arch=('x86_64')
url="https://github.com/evcxr/evcxr"
-license=('Apache')
+license=('Apache-2.0')
depends=('gcc-libs' 'rust-src')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('372cee9626d547409d8482116a04a5d59db84ad2faf59468f55e141d21785cd5')
+sha256sums=('80287d888e8976ffb72a06469d4c1167154caed795ac0897ec5c1e6f1eabbab6')
options=('!lto')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/evcxr_repl/-/commit/927575f3b131b58c97dd6b2fe376dfae33032a76
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/evcxr_repl/-/commit/927575f3b131b58c97dd6b2fe376dfae33032a76
You're receiving this email because of your account on gitlab.archlinux.org.