summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorspider-mario2020-05-10 11:55:39 +0200
committerspider-mario2020-05-10 11:55:39 +0200
commitb59d3c090ccbe6bdafed2ccec91b7738bd410819 (patch)
treed83046aa301419c8ec2dcea64c7f291d91391b3c /PKGBUILD
parent36965e3a32e4bfcd11ce3bbbcb4928515bdb6aaf (diff)
downloadaur-b59d3c090ccbe6bdafed2ccec91b7738bd410819.tar.gz
2020.05
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 28295c056d67..c2a0df600ed1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: spider-mario <spidermario@free.fr>
# Contributor: Marcin Karpezo <sirmacik at gmail dot com>
pkgname=nqp
-pkgver=2020.02
+pkgver=2020.05
pkgrel=1
pkgdesc="High-level environment to create compilers and libraries for virtual machines (MoarVM backend)"
arch=('any')
-url='https://github.com/perl6/nqp#readme'
+url='https://github.com/Raku/nqp#readme'
license=(PerlArtistic)
depends=('bash' "moarvm>=$pkgver")
makedepends=('perl>=5.8')
@@ -13,8 +13,8 @@ provides=('nqp-moarvm')
replaces=('nqp-moarvm')
conflicts=('nqp-moarvm')
options=('!makeflags')
-source=("https://github.com/perl6/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('7ac0638718b83fdd782b60c9250b4ab6d82f7d70ef62064df82aa7341976fad95a98d48270e785cd0a9dccfa9dcc44c3d339317b4d40fd68c6a78414a9957e46')
+source=("https://github.com/Raku/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
+b2sums=('d73bb5cf5dcd2f0e0d42928fb12382428355f3c19bbcd015950c2a9e49ab73c215ce8ce21f3686283866c387823f1cbb3ba8179de8f7a66dca43afae94a45a42')
build() {
cd "$pkgname-$pkgver"