summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorspider-mario2020-10-05 21:57:38 +0200
committerspider-mario2020-10-05 21:57:38 +0200
commit5d035578cc8c5c6bd1638539b6b265cb8db94bd9 (patch)
tree028650ab6be8a37feb4df45862628084248e66ef /PKGBUILD
parentc1622dce14b4c88401cc09cd829bf705d3854bd1 (diff)
downloadaur-5d035578cc8c5c6bd1638539b6b265cb8db94bd9.tar.gz
2020.09
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"