[arch-commits] Commit in crystal/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Sun Sep 27 16:06:47 UTC 2015


    Date: Sunday, September 27, 2015 @ 18:06:46
  Author: anatolik
Revision: 141699

upgpkg: crystal 0.8.0-1

Modified:
  crystal/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++++++++--------
 1 file changed, 14 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-27 15:38:09 UTC (rev 141698)
+++ PKGBUILD	2015-09-27 16:06:46 UTC (rev 141699)
@@ -3,26 +3,32 @@
 # Contributor: Jonne Haß <me at jhass.eu>
 
 pkgname=crystal
-pkgver=0.7.7
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
 _binary_rel=1
 pkgdesc='The Crystal Programming Language'
 arch=(i686 x86_64)
 url='http://crystal-lang.org'
 license=(Apache)
-depends=(libunwind gc llvm libatomic_ops pcre libpcl libevent)
-makedepends=(libxml2)
+depends=(gc libatomic_ops pcre libpcl libevent libffi libedit)
+makedepends=(libxml2 llvm)
 checkdepends=(libyaml libxml2 gmp git)
-optdepends=('libyaml: For YAML support'
+optdepends=('shards: crystal language package manager'
+            'libyaml: For YAML support'
             'gmp: For BigInt support'
             'libxml2: For XML support')
 source=(crystal-$pkgver.tar.gz::https://github.com/manastech/crystal/archive/$pkgver.tar.gz)
 source_i686+=(https://github.com/manastech/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
 source_x86_64+=(https://github.com/manastech/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
-sha256sums=('5506f69ed59592666aa667a33ba90b07f1de2cc1ebeee25e771715f8521065f8')
-sha256sums_i686=('7a1ccdce29c1437da1cbaafa3fefd5ebc3c4b84b885964a6d4eaf8bfc5922831')
-sha256sums_x86_64=('433acbe8e88fe0c3df67ad64bd436349a6bcfc146284f0a690283ebefb93b5e6')
+sha256sums=('986a000bb2eded22e446fd55c543062770ec4000e28791f0b07f63fcee37b245')
+sha256sums_i686=('47b96c790458daa4179a777ba9356959e597f38cfda535a3f9069d46b362579d')
+sha256sums_x86_64=('6a0414b903cd99bfed8ebe2a447dc0c85f4fbc31e493064e44d37770e95a4b0e')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's|Please install shards: https://github.com/ysbaddaden/shards|Please install shards: pacman -S shards|' src/compiler/crystal/command.cr
+}
+
 build() {
   cd $pkgname-$pkgver
 



More information about the arch-commits mailing list