summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleh Prypin2018-11-05 23:04:55 +0100
committerOleh Prypin2018-11-05 23:04:55 +0100
commita3aa2d61112b15b73ea2fabecd389c38ddc9dc43 (patch)
treeffc8d26587cf733046eb53440567e85a3f4f7630
parent5afead2ce530641bb16c1ca828957f6916763be7 (diff)
downloadaur-a3aa2d61112b15b73ea2fabecd389c38ddc9dc43.tar.gz
Update to 0.6.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14f3720a6663..fc4751465389 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,15 @@
-# Generated by mksrcinfo v8
-# Mon Jan 1 17:34:27 UTC 2018
pkgbase = crystal-icr
pkgdesc = Interactive console for Crystal programming language
- pkgver = 0.5.0
+ pkgver = 0.6.0
pkgrel = 1
url = https://github.com/crystal-community/icr
arch = i686
arch = x86_64
license = LGPL
- makedepends = llvm
depends = crystal
depends = readline
- source = https://github.com/crystal-community/icr/archive/v0.5.0.tar.gz
- sha256sums = f2b5cb971b368085e9c4f607d906e0622aa94d65c0f7c820d9cbdf23fb972c33
+ source = https://github.com/crystal-community/icr/archive/v0.6.0.tar.gz
+ sha256sums = 970d5ecbde6bb370c8178339db42e7812b7a2f3a5db3eec868cc18c19523c0ea
pkgname = crystal-icr
diff --git a/PKGBUILD b/PKGBUILD
index 6febce2c6279..fac1122e0587 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,14 @@
# Maintainer: Oleh Prypin <aur@blaxpirit.com>
pkgname=crystal-icr
-pkgver=0.5.0
+pkgver=0.6.0
pkgrel=1
pkgdesc="Interactive console for Crystal programming language"
arch=(i686 x86_64)
url='https://github.com/crystal-community/icr'
license=(LGPL)
depends=('crystal' 'readline')
-makedepends=('llvm')
source=("https://github.com/crystal-community/icr/archive/v$pkgver.tar.gz")
-sha256sums=('f2b5cb971b368085e9c4f607d906e0622aa94d65c0f7c820d9cbdf23fb972c33')
+sha256sums=('970d5ecbde6bb370c8178339db42e7812b7a2f3a5db3eec868cc18c19523c0ea')
build() {
cd "icr-$pkgver"