summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9083005d89bd..6c4705394509 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Oleh Prypin <aur@blaxpirit.com>
pkgname=crystal-icr
-pkgver=0.2.7
-pkgrel=2
+pkgver=0.2.8
+pkgrel=1
pkgdesc="Interactive console for Crystal programming language"
arch=(i686 x86_64)
url='https://github.com/greyblake/crystal-icr'
@@ -9,7 +9,7 @@ license=(LGPL)
depends=('crystal' 'readline')
makedepends=('llvm35')
source=("https://github.com/greyblake/crystal-icr/archive/v$pkgver.tar.gz")
-sha256sums=('1a1e32e95da650264f748eb65f9f63e7a94eb39c3794ab3b031e5c4826ee1068')
+sha256sums=('5a235ee2f3065c6cf9479a7c32a11ba3d11f5e185d6c1458a97bd60eb11f88a3')
build() {
cd "$pkgname-$pkgver"