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

Anatol Pomozov anatolik at archlinux.org
Fri Nov 2 23:23:07 UTC 2018


    Date: Friday, November 2, 2018 @ 23:23:06
  Author: anatolik
Revision: 401306

upgpkg: crystal 0.27.0-1

Modified:
  crystal/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++--------------
 1 file changed, 4 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-02 18:56:21 UTC (rev 401305)
+++ PKGBUILD	2018-11-02 23:23:06 UTC (rev 401306)
@@ -2,8 +2,8 @@
 # Contributor: Jonne Haß <me at jhass.eu>
 
 pkgname=crystal
-pkgver=0.26.1
-pkgrel=4
+pkgver=0.27.0
+pkgrel=1
 pkgdesc='The Crystal Programming Language'
 arch=(x86_64)
 url='http://crystal-lang.org'
@@ -15,22 +15,12 @@
             'libyaml: For YAML support'
             'gmp: For BigInt support'
             'libxml2: For XML support')
-source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz
-        fix_build.patch::https://github.com/crystal-lang/crystal/commit/b697de03deed7647a7bebe0e0987cb660854bdac.patch
-        fix_openssl_11.patch::https://github.com/crystal-lang/crystal/commit/e7524159ef48fe47df914b3c0c1716c602a8bbd8.patch)
-sha256sums=('b7c755a7d0f49f572ae5c08b8b0139fcb1c6862c9479dfae74f00e2c8424fcb0'
-            '4f42a13ade130495e683261c5c200112dbb3f56c125dbada7533717393c69138'
-            '6ce3967052f6ac7e6f0a738782369a375310b5c2650fe1ac95e77408d268e24a')
+source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
+sha256sums=('43c8ac1b5c59ccea3cd58c9bd2a7af07a56f96cf1eff1e54d93f648b5340e83a')
 
 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
-
-  # https://github.com/crystal-lang/crystal/issues/6672
-  patch -p1 < ../fix_build.patch
-
-  # https://github.com/crystal-lang/crystal/pull/6738
-  patch -p1 < ../fix_openssl_11.patch
 }
 
 build() {



More information about the arch-commits mailing list