summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2020-07-27 20:42:57 +0800
committerTing-Wei Lan2020-07-27 20:42:57 +0800
commit33a5149b43b05cc0ef75f0f7bf00099b7d1f3a4d (patch)
treea58fd0b6795c1efc1df629cc0400aecfb264291e
parente0b920d655689e4105657ba3b6ced633af106588 (diff)
downloadaur-33a5149b43b05cc0ef75f0f7bf00099b7d1f3a4d.tar.gz
guix: Switch the dependency to guile-json3
Later versions of guile-json cause tests to fail.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb57a164e5ab..9463c6175270 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = guix
pkgdesc = A purely functional package manager for the GNU system
pkgver = 1.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.gnu.org/software/guix/
install = guix.install
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = guix
license = GPL3
makedepends = bash-completion
makedepends = fish
- makedepends = guile-json>=3
+ makedepends = guile-json3
makedepends = guile-ssh>=0.10.2
makedepends = help2man
makedepends = po4a
@@ -25,7 +25,7 @@ pkgbase = guix
depends = lzlib
depends = zlib
optdepends = bash-completion: to enable bash programmable completion
- optdepends = guile-json: to import packages from cpan, gem, pypi
+ optdepends = guile-json3: to import packages from cpan, gem, pypi
optdepends = guile-ssh: to offload builds to other machines
options = !strip
source = https://ftp.gnu.org/gnu/guix/guix-1.1.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 82b5788e4194..f9210144661e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=guix
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A purely functional package manager for the GNU system"
arch=('x86_64' 'i686' 'armv7h')
url="https://www.gnu.org/software/guix/"
@@ -16,7 +16,7 @@ options=('!strip')
makedepends=(
'bash-completion'
'fish'
- 'guile-json>=3'
+ 'guile-json3'
'guile-ssh>=0.10.2'
'help2man'
'po4a')
@@ -33,7 +33,7 @@ depends=(
'zlib')
optdepends=(
'bash-completion: to enable bash programmable completion'
- 'guile-json: to import packages from cpan, gem, pypi'
+ 'guile-json3: to import packages from cpan, gem, pypi'
'guile-ssh: to offload builds to other machines')
source=(
"https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})