summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspider-mario2020-08-24 10:57:50 +0200
committerspider-mario2020-08-24 10:57:50 +0200
commitc1622dce14b4c88401cc09cd829bf705d3854bd1 (patch)
tree74cc13c8e947dcde6d904d1f793069baedf6559f
parent9f894b995bd0c0b842c37614f1be3018a5a3c398 (diff)
downloadaur-c1622dce14b4c88401cc09cd829bf705d3854bd1.tar.gz
2020.08.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f81374461ed7..81a1cbed864a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = nqp
pkgdesc = Lightweight Raku-like environment for virtual machines (MoarVM backend)
- pkgver = 2020.07
+ pkgver = 2020.08.1
pkgrel = 1
url = https://github.com/Raku/nqp
arch = any
license = PerlArtistic
makedepends = perl>=5.8
depends = bash
- depends = moarvm>=2020.07
+ depends = moarvm>=2020.08
provides = nqp-moarvm
conflicts = nqp-moarvm
replaces = nqp-moarvm
options = !makeflags
- source = https://github.com/Raku/nqp/releases/download/2020.07/nqp-2020.07.tar.gz
- b2sums = 194cd52dabe307dab41bec8508a28d00f05c043c16d2ba1beec4a9da63be0d26be3303cb95647ab4f028985ce8913b16f6724f79a395fdf3a6878a2953d33958
+ source = https://github.com/Raku/nqp/releases/download/2020.08.1/nqp-2020.08.1.tar.gz
+ b2sums = 456b37662a529b5309ee49120be9fec766d69c9ad6f4a652997a47fe56deb22bfdbce66c7e792e3e35173308a6b1f8136e0cb302058b7832b0bc51fc7c6de954
pkgname = nqp
diff --git a/PKGBUILD b/PKGBUILD
index 5e18230cd507..a855e0ff9b6d 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.07
+pkgver=2020.08.1
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>=$pkgver")
+depends=('bash' "moarvm>=2020.08")
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=('194cd52dabe307dab41bec8508a28d00f05c043c16d2ba1beec4a9da63be0d26be3303cb95647ab4f028985ce8913b16f6724f79a395fdf3a6878a2953d33958')
+b2sums=('456b37662a529b5309ee49120be9fec766d69c9ad6f4a652997a47fe56deb22bfdbce66c7e792e3e35173308a6b1f8136e0cb302058b7832b0bc51fc7c6de954')
build() {
cd "$pkgname-$pkgver"