summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAustin Haedicke2018-08-06 17:49:48 -0400
committerAustin Haedicke2018-08-06 17:49:48 -0400
commitc592f91c3a4b58e17ce7129ee94488fe05fa3dcd (patch)
tree1405b4c98a4810db2347c6b923f7ebaad5b87168 /PKGBUILD
parent1db89d9dcefec55b4a441489b8368f93c1cf379c (diff)
downloadaur-c592f91c3a4b58e17ce7129ee94488fe05fa3dcd.tar.gz
2018.06 version released
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86ddd8b6ada4..df8b420bcb33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Austin Haedicke (austin.haedicke@gmail.com)
# If you find errors or have suggestions feel free to file an issue
-# or submit a pull request @ https://github.com/gtbjj/pkgbuild
+# or submit a pull request @ https://github.com/savagezen/pkgbuild
# Contributor: Marcin Karpezo <sirmacik at gmail dot com>
# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
# Contributor: RafaƂ Przywara <ptah.peteh (at) gmail (dot) com>
pkgname=rakudo-star
-pkgver=2018.04
+pkgver=2018.06
pkgrel=2
pkgdesc="Rakudo Perl6 on MoarVM with additional modules"
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ optdepends=('zef')
provides=('rakudo-star' 'rakudo-moarvm')
conflicts=('rakudo-star' 'rakudo-moarvm')
source=(http://rakudo.org/downloads/star/$pkgname-$pkgver.tar.gz)
-sha512sums=('b35290fa86b4d03287af2a33de949cfe363d36858a8f7a7591b92fcb7aa6ec2d99537ad26425e09bc01e818f4a3493d39f6d36e2dec0007efc48101be9cdb71a')
+sha512sums=('36d6f81d8f2fed218edb606bd29a3265cd258ba86100e7e406cc98ae121a4b076cf1489121568ecf5ce9448756029ee1ce3f05cc0ff331eca4f5d9f065576280')
build() {
cd "$pkgname-$pkgver"