summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspider-mario2020-10-05 21:57:38 +0200
committerspider-mario2020-10-05 21:57:38 +0200
commit5d035578cc8c5c6bd1638539b6b265cb8db94bd9 (patch)
tree028650ab6be8a37feb4df45862628084248e66ef
parentc1622dce14b4c88401cc09cd829bf705d3854bd1 (diff)
downloadaur-5d035578cc8c5c6bd1638539b6b265cb8db94bd9.tar.gz
2020.09
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81a1cbed864a..1aa46dbe6343 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = nqp
pkgdesc = Lightweight Raku-like environment for virtual machines (MoarVM backend)
- pkgver = 2020.08.1
+ pkgver = 2020.09
pkgrel = 1
url = https://github.com/Raku/nqp
arch = any
license = PerlArtistic
makedepends = perl>=5.8
depends = bash
- depends = moarvm>=2020.08
+ depends = moarvm>=2020.09
provides = nqp-moarvm
conflicts = nqp-moarvm
replaces = nqp-moarvm
options = !makeflags
- source = https://github.com/Raku/nqp/releases/download/2020.08.1/nqp-2020.08.1.tar.gz
- b2sums = 456b37662a529b5309ee49120be9fec766d69c9ad6f4a652997a47fe56deb22bfdbce66c7e792e3e35173308a6b1f8136e0cb302058b7832b0bc51fc7c6de954
+ source = https://github.com/Raku/nqp/releases/download/2020.09/nqp-2020.09.tar.gz
+ b2sums = 9ec1d121f9dc276ad52ea22d43fb24fefeda009f648b64f330669d7f9aaaef599522cca708b3671f982969cba0a1346cc078c55c98247545408b3a929899edd1
pkgname = nqp
diff --git a/PKGBUILD b/PKGBUILD
index a855e0ff9b6d..09fe74d79a11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: spider-mario <spidermario@free.fr>
# Contributor: Marcin Karpezo <sirmacik at gmail dot com>
pkgname=nqp
-pkgver=2020.08.1
+pkgver=2020.09
pkgrel=1
pkgdesc="Lightweight Raku-like environment for virtual machines (MoarVM backend)"
arch=('any')
url='https://github.com/Raku/nqp'
license=(PerlArtistic)
-depends=('bash' "moarvm>=2020.08")
+depends=('bash' "moarvm>=$pkgver")
makedepends=('perl>=5.8')
provides=('nqp-moarvm')
replaces=('nqp-moarvm')
conflicts=('nqp-moarvm')
options=('!makeflags')
source=("https://github.com/Raku/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('456b37662a529b5309ee49120be9fec766d69c9ad6f4a652997a47fe56deb22bfdbce66c7e792e3e35173308a6b1f8136e0cb302058b7832b0bc51fc7c6de954')
+b2sums=('9ec1d121f9dc276ad52ea22d43fb24fefeda009f648b64f330669d7f9aaaef599522cca708b3671f982969cba0a1346cc078c55c98247545408b3a929899edd1')
build() {
cd "$pkgname-$pkgver"