summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOleh Prypin2018-11-06 20:40:17 +0100
committerOleh Prypin2018-11-06 20:40:17 +0100
commit75dd356307ae45bda9239e176e3ec2e3e3c49675 (patch)
treec74e52f3a6b9955fd9f5b87402d3f3bf9472a051 /PKGBUILD
parenta3aa2d61112b15b73ea2fabecd389c38ddc9dc43 (diff)
downloadaur-75dd356307ae45bda9239e176e3ec2e3e3c49675.tar.gz
Add shards to makedepends
Needed since https://github.com/crystal-community/icr/commit/a0fe31a053a16f6cfbce79c4819f7166cf2f8e8d
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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')