summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTing-Wei Lan2015-11-21 17:36:24 +0800
committerTing-Wei Lan2015-11-21 17:37:10 +0800
commitf94650033f7adfcd9abb96c59e6460926d27f2c7 (patch)
tree1bf35382dd18fb30667650d366a597d092fbc48f /PKGBUILD
parent0bbaabefd8cbbc39a540ee47e127806add6d7034 (diff)
downloadaur-f94650033f7adfcd9abb96c59e6460926d27f2c7.tar.gz
guix: Add guile-json to optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fda1b9e597dc..cf1c8a88e9ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=guix
pkgver=0.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="GNU guix is a purely functional package manager"
arch=('x86_64' 'i686')
url="https://www.gnu.org/software/guix/"
@@ -23,7 +23,8 @@ depends=(
'libgcrypt')
optdepends=(
'bash-completion: to enable bash programmable completion'
- 'emacs: to enable Emacs Interface')
+ 'emacs: to enable Emacs Interface'
+ 'guile-json: to import packages from cpan, gem, pypi')
source=(
"ftp://alpha.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
install="${pkgname}.install"