summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc4751465389..980918b415fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = crystal-icr
pkgdesc = Interactive console for Crystal programming language
pkgver = 0.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/crystal-community/icr
arch = i686
arch = x86_64
license = LGPL
+ makedepends = shards
depends = crystal
depends = readline
source = https://github.com/crystal-community/icr/archive/v0.6.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index fac1122e0587..4a19821cfc1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Oleh Prypin <aur@blaxpirit.com>
pkgname=crystal-icr
pkgver=0.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="Interactive console for Crystal programming language"
arch=(i686 x86_64)
url='https://github.com/crystal-community/icr'
license=(LGPL)
depends=('crystal' 'readline')
+makedepends=('shards')
source=("https://github.com/crystal-community/icr/archive/v$pkgver.tar.gz")
sha256sums=('970d5ecbde6bb370c8178339db42e7812b7a2f3a5db3eec868cc18c19523c0ea')