summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleh Prypin2018-11-06 20:40:17 +0100
committerOleh Prypin2018-11-06 20:40:17 +0100
commit75dd356307ae45bda9239e176e3ec2e3e3c49675 (patch)
treec74e52f3a6b9955fd9f5b87402d3f3bf9472a051
parenta3aa2d61112b15b73ea2fabecd389c38ddc9dc43 (diff)
downloadaur-75dd356307ae45bda9239e176e3ec2e3e3c49675.tar.gz
Add shards to makedepends
Needed since https://github.com/crystal-community/icr/commit/a0fe31a053a16f6cfbce79c4819f7166cf2f8e8d
-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')