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

Anatol Pomozov anatolik at archlinux.org
Thu Nov 23 02:00:31 UTC 2017


    Date: Thursday, November 23, 2017 @ 02:00:30
  Author: anatolik
Revision: 268123

upgpkg: crystal 0.24.0-1

Modified:
  crystal/trunk/PKGBUILD

----------+
 PKGBUILD |   20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-23 01:47:48 UTC (rev 268122)
+++ PKGBUILD	2017-11-23 02:00:30 UTC (rev 268123)
@@ -3,9 +3,9 @@
 # Contributor: Jonne Haß <me at jhass.eu>
 
 pkgname=crystal
-pkgver=0.23.1
-pkgrel=2
-_binary_rel=3
+pkgver=0.24.0
+pkgrel=1
+_binary_rel=2
 pkgdesc='The Crystal Programming Language'
 arch=(x86_64)
 url='http://crystal-lang.org'
@@ -17,20 +17,14 @@
             '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
-        llvm5.patch::https://github.com/crystal-lang/crystal/commit/3d48a9628d57cea739f30583fa6092aa9dd90be3.patch)
-source_i686+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
+source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
 source_x86_64+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
-sha256sums=('8cf1b9a4eab29fca2f779ea186ae18f7ce444ce189c621925fa1a0c61dd5ff55'
-            '13af142a262a20c05076863bdffd881c9c96c754b8f48a89f35a8295ab83394c')
-sha256sums_i686=('268a39b8d37385ff60d113d4d9fc966472160faa1e3bbf7ae58860ab6678aceb')
-sha256sums_x86_64=('6a84cc866838ffa5250e28c3ce1a918a93f89c06393fe8cfd4068fcbbc66f3ab')
+sha256sums=('c34f4326ee576f60b8960e331aae8d5265a12b30707582e1f5c6c6032d364a80')
+sha256sums_x86_64=('9cfdb67885aafb9781c678f20df4275c87365ebe0e9411e17dcb6f84e38e7498')
 
 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
-
-  patch -p1 < ../llvm5.patch
 }
 
 build() {
@@ -72,7 +66,7 @@
   cp -r src "$pkgdir/usr/lib/crystal"
 
   install -dm755 "$pkgdir/usr/share/doc/crystal"
-  cp -r doc "$pkgdir/usr/share/doc/crystal/api"
+  cp -r docs "$pkgdir/usr/share/doc/crystal/api"
   cp -r samples "$pkgdir/usr/share/doc/crystal/"
 
   install -Dm644 man/crystal.1 "$pkgdir/usr/share/man/man1/"



More information about the arch-commits mailing list