summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonne Haß2015-08-27 15:31:35 +0200
committerJonne Haß2015-08-27 15:31:35 +0200
commit4fc82d5e052108890da522a3bc4c8711e4337ce6 (patch)
tree21dfbfa742f15d821ece386028c17a24e377e8b7 /PKGBUILD
parentbe42698057dbce900571abd616c357076c4de554 (diff)
downloadaur-4fc82d5e052108890da522a3bc4c8711e4337ce6.tar.gz
crystal-git: switch back to gc from extra
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 238aba7c4f3d..5bb9f49c193f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Mikkel Kroman <mk@maero.dk>
pkgname=crystal-git
-pkgver=0.7.6.r0.geb13f75
+pkgver=0.7.6.r184.gef58475
_last_release="0.7.6-1"
pkgrel=1
pkgdesc="The Crystal Programming Language"
arch=('i686' 'x86_64')
url="http://crystal-lang.org"
license=('Apache')
-depends=('libunwind' 'gc-static' 'llvm' 'libatomic_ops' 'pcre' 'libpcl' 'libevent')
+depends=('libunwind' 'gc' 'llvm' 'libatomic_ops' 'pcre' 'libpcl' 'libevent')
makedepends=('libxml2')
checkdepends=('libyaml' 'libxml2' 'gmp' 'git')
optdepends=('libyaml: For YAML support'