summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspider-mario2020-05-10 11:55:39 +0200
committerspider-mario2020-05-10 11:55:39 +0200
commitb59d3c090ccbe6bdafed2ccec91b7738bd410819 (patch)
treed83046aa301419c8ec2dcea64c7f291d91391b3c
parent36965e3a32e4bfcd11ce3bbbcb4928515bdb6aaf (diff)
downloadaur-b59d3c090ccbe6bdafed2ccec91b7738bd410819.tar.gz
2020.05
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c116f74bbe7f..5f1a9eb9ef2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = nqp
pkgdesc = High-level environment to create compilers and libraries for virtual machines (MoarVM backend)
- pkgver = 2020.02
+ pkgver = 2020.05
pkgrel = 1
- url = https://github.com/perl6/nqp#readme
+ url = https://github.com/Raku/nqp#readme
arch = any
license = PerlArtistic
makedepends = perl>=5.8
depends = bash
- depends = moarvm>=2020.02
+ depends = moarvm>=2020.05
provides = nqp-moarvm
conflicts = nqp-moarvm
replaces = nqp-moarvm
options = !makeflags
- source = https://github.com/perl6/nqp/releases/download/2020.02/nqp-2020.02.tar.gz
- b2sums = 7ac0638718b83fdd782b60c9250b4ab6d82f7d70ef62064df82aa7341976fad95a98d48270e785cd0a9dccfa9dcc44c3d339317b4d40fd68c6a78414a9957e46
+ source = https://github.com/Raku/nqp/releases/download/2020.05/nqp-2020.05.tar.gz
+ b2sums = d73bb5cf5dcd2f0e0d42928fb12382428355f3c19bbcd015950c2a9e49ab73c215ce8ce21f3686283866c387823f1cbb3ba8179de8f7a66dca43afae94a45a42
pkgname = nqp
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"