summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspider-mario2020-12-05 12:40:31 +0100
committerspider-mario2020-12-05 12:40:31 +0100
commit0b95ea91b304f7cfad11e3239743f705d431a4e7 (patch)
tree659f148170600b2b09ae42b84eb7abe2c6e2c5c3
parent10957de0f3bd768b510cd0fdb39b7e8dcfa62c18 (diff)
downloadaur-0b95ea91b304f7cfad11e3239743f705d431a4e7.tar.gz
2020.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da0491873b89..ea9b5c94dc8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = nqp
pkgdesc = Lightweight Raku-like environment for virtual machines (MoarVM backend)
- pkgver = 2020.10
+ pkgver = 2020.11
pkgrel = 1
url = https://github.com/Raku/nqp
arch = x86_64
license = PerlArtistic
makedepends = perl>=5.8
- depends = moarvm>=2020.10
+ depends = moarvm>=2020.11
provides = nqp-moarvm
conflicts = nqp-moarvm
replaces = nqp-moarvm
options = !makeflags
- source = https://github.com/Raku/nqp/releases/download/2020.10/nqp-2020.10.tar.gz
- b2sums = 5c44a20c3696bb596bd1d3088fba8db8c63ce6e612f00c2d24456dc7d908b12a214b4bde7e4e79505c39f6237a6f91578de47778185fa6cc3b6287c90e6c370e
+ source = https://github.com/Raku/nqp/releases/download/2020.11/nqp-2020.11.tar.gz
+ b2sums = d273c78c8f2083908b2815dc10787fec31404eb13c1e64253e7e5ae896d27a3755cf5c8045d47c4f465178568731e0d74951db6e45d103cf3ee18470124e97e0
pkgname = nqp
diff --git a/PKGBUILD b/PKGBUILD
index 1f1fab130ce3..180a8e8bd64f 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=2020.10
+pkgver=2020.11
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=('5c44a20c3696bb596bd1d3088fba8db8c63ce6e612f00c2d24456dc7d908b12a214b4bde7e4e79505c39f6237a6f91578de47778185fa6cc3b6287c90e6c370e')
+b2sums=('d273c78c8f2083908b2815dc10787fec31404eb13c1e64253e7e5ae896d27a3755cf5c8045d47c4f465178568731e0d74951db6e45d103cf3ee18470124e97e0')
build() {
cd "$pkgname-$pkgver"