summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleh Prypin2017-11-15 22:28:23 +0100
committerOleh Prypin2017-11-15 22:28:23 +0100
commit0fd4a614a04062da4eea82f8436a02de6f826a24 (patch)
treea66a04dc2c91d9ec41104705afdf3ef2c2801aee
parent74a986dbb21e83c90c662293d38008c700e73d03 (diff)
downloadaur-0fd4a614a04062da4eea82f8436a02de6f826a24.tar.gz
Update to 0.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f75d446ef52f..6db62d479bc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Oct 21 15:49:19 UTC 2017
+# Wed Nov 15 21:27:44 UTC 2017
pkgbase = crystal-icr
pkgdesc = Interactive console for Crystal programming language
- pkgver = 0.3.0
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/crystal-community/icr
arch = i686
@@ -11,8 +11,8 @@ pkgbase = crystal-icr
makedepends = llvm
depends = crystal
depends = readline
- source = https://github.com/crystal-community/icr/archive/v0.3.0.tar.gz
- sha256sums = 4e3695965c95d55d345baf8c7fc9a7eff0bf95da1b1c8141bdb63c2d5269a30e
+ source = https://github.com/crystal-community/icr/archive/v0.4.0.tar.gz
+ sha256sums = 6d3ba783b68a425c3def6918bbfb48c828d0d56e8636b7afbebd12a40a7dc5d3
pkgname = crystal-icr
diff --git a/PKGBUILD b/PKGBUILD
index 94e65180809e..1201358598bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Oleh Prypin <aur@blaxpirit.com>
pkgname=crystal-icr
-pkgver=0.3.0
+pkgver=0.4.0
pkgrel=1
pkgdesc="Interactive console for Crystal programming language"
arch=(i686 x86_64)
@@ -9,17 +9,17 @@ license=(LGPL)
depends=('crystal' 'readline')
makedepends=('llvm')
source=("https://github.com/crystal-community/icr/archive/v$pkgver.tar.gz")
-sha256sums=('4e3695965c95d55d345baf8c7fc9a7eff0bf95da1b1c8141bdb63c2d5269a30e')
+sha256sums=('6d3ba783b68a425c3def6918bbfb48c828d0d56e8636b7afbebd12a40a7dc5d3')
build() {
cd "icr-$pkgver"
make
}
-check() {
- cd "icr-$pkgver"
- make test
-}
+# check() {
+# cd "icr-$pkgver"
+# make test
+# }
package() {
cd "icr-$pkgver"