Package Details: nqp 2024.02-1

Git Clone URL: https://aur.archlinux.org/nqp.git (read-only, click to copy)
Package Base: nqp
Description: Lightweight Raku-like environment for virtual machines (MoarVM backend)
Upstream URL: https://github.com/Raku/nqp
Licenses: PerlArtistic
Submitter: sirmacik
Maintainer: spider-mario
Last Packager: spider-mario
Votes: 36
Popularity: 0.014236
First Submitted: 2011-10-02 10:37 (UTC)
Last Updated: 2024-03-08 09:26 (UTC)

Latest Comments

1 2 Next › Last »

xiota commented on 2023-09-21 23:30 (UTC)

  1. Compliance with AUR submission guideline, which say not to use replaces.
  2. The rename was 8 years ago. It's no longer needed.
  3. replaces has caused problems in some use-case scenarios. Should be removed when no longer needed.

spider-mario commented on 2023-09-21 23:08 (UTC)

Sorry, could you please elaborate a little on why it should be removed?

xiota commented on 2023-09-20 09:06 (UTC) (edited on 2023-09-21 23:43 (UTC) by xiota)

Please remove replaces directive. Thank you.

spider-mario commented on 2020-11-01 08:56 (UTC)

Oops, indeed, thanks.

I have added x86_64 for now, would you happen to have reports of it working on aarch64 as well?

jonathon commented on 2020-10-31 14:48 (UTC) (edited on 2020-10-31 14:57 (UTC) by jonathon)

This package has platform-specific binaries (e.g. nqp-m) so will need the arch array updating, e.g.:

diff --git a/PKGBUILD b/PKGBUILD
index 09fe74d..5b6aad0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
 # Maintainer: spider-mario <spidermario@free.fr>
 # Contributor: Marcin Karpezo <sirmacik at gmail dot com>
 pkgname=nqp
-pkgver=2020.09
+pkgver=2020.10
 pkgrel=1
 pkgdesc="Lightweight Raku-like environment for virtual machines (MoarVM backend)"
-arch=('any')
+arch=('x86_64' 'aarch64')
 url='https://github.com/Raku/nqp'
 license=(PerlArtistic)
 depends=('bash' "moarvm>=$pkgver")
@@ -14,7 +14,7 @@ replaces=('nqp-moarvm')
 conflicts=('nqp-moarvm')
 options=('!makeflags')
 source=("https://github.com/Raku/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('9ec1d121f9dc276ad52ea22d43fb24fefeda009f648b64f330669d7f9aaaef599522cca708b3671f982969cba0a1346cc078c55c98247545408b3a929899edd1')
+b2sums=('5c44a20c3696bb596bd1d3088fba8db8c63ce6e612f00c2d24456dc7d908b12a214b4bde7e4e79505c39f6237a6f91578de47778185fa6cc3b6287c90e6c370e')

 build() {
        cd "$pkgname-$pkgver"

code-hunger commented on 2019-08-25 22:08 (UTC) (edited on 2019-08-25 22:13 (UTC) by code-hunger)

Thank you spider-mario for fixing it so quickly, and sorry for the late reply. I didn't notice I had a notification here. It installs from AUR without problems now!

Though I think the earlier problem should be fixed, as the previous url loads a gzip file for me.

spider-mario commented on 2019-08-12 19:07 (UTC)

With git sources, git itself handles that. makepkg -g won’t output a checksum for them.

respiranto commented on 2019-08-10 17:47 (UTC)

Is there a reason for not specifying a checksum?

spider-mario commented on 2019-04-30 20:19 (UTC)

Thanks for notifying me. It should be fixed now. Does it work?

code-hunger commented on 2019-04-27 15:07 (UTC) (edited on 2019-04-27 15:07 (UTC) by code-hunger)

Currently the install fails with E404;
if you're downloading this only as a rakudo dependency, you can install rakudo from https://perl6intro.com/files/rakudo-star-2019.03.tar.gz, following the instructions here: http://perl6.org/downloads/.