summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2018-11-03 16:13:24 +0100
committerJonne Haß2018-11-03 16:13:24 +0100
commitce76b1173ae76e4865f21b1fd0142e27c90b4db3 (patch)
tree4226dcbf1ef17a2ef9c244652e9dcbf74ca26a14
parent362b24eba5749561e8c7e636ab56e67c8dcb2523 (diff)
downloadaur-ce76b1173ae76e4865f21b1fd0142e27c90b4db3.tar.gz
crystal-git: 0.27.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 369953638711..4842b2b235cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = crystal-git
pkgdesc = The Crystal Programming Language
- pkgver = 0.26.0.r4.g0af2e03ef
+ pkgver = 0.27.0.r1.g7c1337a3e
pkgrel = 1
url = http://crystal-lang.org
arch = i686
@@ -13,7 +13,7 @@ pkgbase = crystal-git
checkdepends = inetutils
makedepends = git
makedepends = libxml2
- makedepends = llvm
+ makedepends = llvm6
depends = gc
depends = libatomic_ops
depends = pcre
@@ -26,10 +26,10 @@ pkgbase = crystal-git
conflicts = crystal
source = git+https://github.com/crystal-lang/crystal.git
sha256sums = SKIP
- source_i686 = https://github.com/crystal-lang/crystal/releases/download/0.26.0/crystal-0.26.0-1-linux-i686.tar.gz
- sha256sums_i686 = 2c822deabd2c5ab2151b8545f8c9b67bfa50515f33bb0b7ebdfcec4c83bbfac5
- source_x86_64 = https://github.com/crystal-lang/crystal/releases/download/0.26.0/crystal-0.26.0-1-linux-x86_64.tar.gz
- sha256sums_x86_64 = 856c6fe8b5104ea9bc9aeaf64e21bacb9082c7edc3ee4e27ad3c462f40b06af5
+ source_i686 = https://github.com/crystal-lang/crystal/releases/download/0.27.0/crystal-0.27.0-1-linux-i686.tar.gz
+ sha256sums_i686 = 7d495b9e51f6665c6745f7d297a40bcbfb842fbb2f29ed91fb037a6813c75fd7
+ source_x86_64 = https://github.com/crystal-lang/crystal/releases/download/0.27.0/crystal-0.27.0-1-linux-x86_64.tar.gz
+ sha256sums_x86_64 = a6a6966e1089df2c3467ceb200db9a282dcbfef54418865638bf152f3cd36642
pkgname = crystal-git
diff --git a/PKGBUILD b/PKGBUILD
index dc4c83b4581a..47d550d97b8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Contributor: Mikkel Kroman <mk@maero.dk>
pkgname=crystal-git
-pkgver=0.26.0.r4.g0af2e03ef
-_last_release="0.26.1-1"
+pkgver=0.27.0.r1.g7c1337a3e
+_last_release="0.27.0-1"
pkgrel=1
pkgdesc="The Crystal Programming Language"
arch=('i686' 'x86_64')
url="http://crystal-lang.org"
license=('Apache')
depends=('gc' 'libatomic_ops' 'pcre' 'libevent')
-makedepends=('git' 'libxml2' 'llvm')
+makedepends=('git' 'libxml2' 'llvm6')
checkdepends=('libyaml' 'libxml2' 'gmp' 'git' 'inetutils')
optdepends=('shards: To make the crystal deps command work'
'libyaml: For YAML support'
@@ -76,5 +76,5 @@ package() {
}
sha256sums=('SKIP')
-sha256sums_i686=('684c33366d80ca89b2cf14c7770fc9a182596ea19105db4334eca6bda2e9bf98')
-sha256sums_x86_64=('610bb650d20c161ba6900f23b2044a5d12b5669d5c8e466ea419e42f1a6d13f1')
+sha256sums_i686=('7d495b9e51f6665c6745f7d297a40bcbfb842fbb2f29ed91fb037a6813c75fd7')
+sha256sums_x86_64=('a6a6966e1089df2c3467ceb200db9a282dcbfef54418865638bf152f3cd36642')