Date: Monday, August 5, 2019 @ 04:41:17 Author: anatolik Revision: 497426
upgpkg: crystal 0.30.0-1 Modified: crystal/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-08-05 04:29:43 UTC (rev 497425) +++ PKGBUILD 2019-08-05 04:41:17 UTC (rev 497426) @@ -2,7 +2,7 @@ # Contributor: Jonne Haß <[email protected]> pkgname=crystal -pkgver=0.29.0 +pkgver=0.30.0 pkgrel=1 pkgdesc='The Crystal Programming Language' arch=(x86_64) @@ -9,7 +9,7 @@ url='https://crystal-lang.org' license=(Apache) depends=(gc libatomic_ops pcre libevent llvm6-libs) -makedepends=(libxml2 llvm6 crystal) # to compile version N we need crystal compiler of N-1 version +makedepends=(libxml2 llvm crystal) # to compile version N we need crystal compiler of N-1 version checkdepends=(libyaml libxml2 gmp inetutils git) optdepends=('shards: crystal language package manager' 'libyaml: For YAML support' @@ -16,7 +16,7 @@ 'gmp: For BigInt support' 'libxml2: For XML support') source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz) -sha256sums=('c2265b2a904ded282751f59a3bd0367072058eee1cf51ebe0af03a572f8e19b9') +sha256sums=('fc884970089e382344540676a9c5aa4f369c9a0f45d1858e079b4ce26878164a') prepare() { cd $pkgname-$pkgver
