summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrandtheftjiujitsu2015-07-16 13:12:51 -0400
committergrandtheftjiujitsu2015-07-16 13:12:51 -0400
commitfa9c350de5d9fa152a19766bb59250b355dbdbf9 (patch)
tree46497d10d2416464f62980aa30254f4dc43f6db0
parent5a34957260fc945d2e19a1b930a804fc8274a8ba (diff)
downloadaur-fa9c350de5d9fa152a19766bb59250b355dbdbf9.tar.gz
v2015.06
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22e6c924a2a3..0e8cdd1fb864 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
-# Maintainer: Austin Haedicke <irc.freenode.net / github: gtbjj>
+# Maintainer: Austin Haedicke
-# If you find errors or have suggestions please contact me
-# via IRC PM or submit a pull request on github.
+# If you find errors or have suggestions feel free to file an issue
+# or submit a pull request @ https://github.com/gtbjj/pkgbuild
# Contributor: Marcin Karpezo <sirmacik at gmail dot com>
# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
pkgname=rakudo-star
-pkgver=2015.03
+pkgver=2015.06
pkgrel=1
pkgdesc="Rakudo Perl6 on MoarVM with additional modules"
arch=('i686' 'x86_64')
@@ -17,10 +17,8 @@ depends=('glibc')
makedepends=('perl')
provides=('rakudo' 'rakudo-moarvm')
conflicts=('rakudo' 'rakudo-moarvm')
-options=('!makeflags')
source=(http://rakudo.org/downloads/star/$pkgname-$pkgver.tar.gz)
sha512sums=('SKIP')
-pkgdir="$HOME/.rakudostar"
build() {
cd "$pkgname-$pkgver"