summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspider-mario2021-04-03 12:58:15 +0200
committerspider-mario2021-04-03 12:58:15 +0200
commitc464be690ea41b86a650f84ceca0c97c3f83e282 (patch)
treecdbc01dca696532aea68706430af5e898d097bf3
parentdba2a240a21ff71bac500f0f270402b3fc2a6859 (diff)
downloadaur-c464be690ea41b86a650f84ceca0c97c3f83e282.tar.gz
2021.03
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d91e9d81330..f49b897ef101 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = nqp
pkgdesc = Lightweight Raku-like environment for virtual machines (MoarVM backend)
- pkgver = 2021.02
+ pkgver = 2021.03
pkgrel = 1
url = https://github.com/Raku/nqp
arch = x86_64
license = PerlArtistic
makedepends = perl>=5.8
- depends = moarvm>=2021.02
+ depends = moarvm>=2021.03
provides = nqp-moarvm
conflicts = nqp-moarvm
replaces = nqp-moarvm
options = !makeflags
- source = https://github.com/Raku/nqp/releases/download/2021.02/nqp-2021.02.tar.gz
- b2sums = 3f67e33b948805a7c4dad1999e310d36da0cd8d4663b20ada5af6079c8ad2966c1f65e9f24c620f16480b7dea42a166f73fec61f3849e2cdd79b28ec017b0d7f
+ source = https://github.com/Raku/nqp/releases/download/2021.03/nqp-2021.03.tar.gz
+ b2sums = e969770dffd19d88ac0755373a1c6b5ae7b782ad7c4613b884d92d9c5d342e165d5fee752cbb49b7bda421e402cb131b52c50a384f89494cbfbca25ddc968759
pkgname = nqp
diff --git a/PKGBUILD b/PKGBUILD
index 026074556ceb..39c912ad5fab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: spider-mario <spidermario@free.fr>
# Contributor: Marcin Karpezo <sirmacik at gmail dot com>
pkgname=nqp
-pkgver=2021.02
+pkgver=2021.03
pkgrel=1
pkgdesc="Lightweight Raku-like environment for virtual machines (MoarVM backend)"
arch=('x86_64')
@@ -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=('3f67e33b948805a7c4dad1999e310d36da0cd8d4663b20ada5af6079c8ad2966c1f65e9f24c620f16480b7dea42a166f73fec61f3849e2cdd79b28ec017b0d7f')
+b2sums=('e969770dffd19d88ac0755373a1c6b5ae7b782ad7c4613b884d92d9c5d342e165d5fee752cbb49b7bda421e402cb131b52c50a384f89494cbfbca25ddc968759')
build() {
cd "$pkgname-$pkgver"