summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2019-07-11 23:45:26 +0800
committerTing-Wei Lan <lantw44@gmail.com>2019-07-11 23:45:26 +0800
commit51d4ef98108d85530e7e6b7ef6b569599112a00b (patch)
tree39e56ead1be16320e4c974a8254c111e9539fdab
parent9bd1482b6588222bdcb1782b54cfb7533e89f9c7 (diff)
downloadAUR4-PKGBUILD-51d4ef98108d85530e7e6b7ef6b569599112a00b.tar
AUR4-PKGBUILD-51d4ef98108d85530e7e6b7ef6b569599112a00b.tar.gz
AUR4-PKGBUILD-51d4ef98108d85530e7e6b7ef6b569599112a00b.tar.bz2
AUR4-PKGBUILD-51d4ef98108d85530e7e6b7ef6b569599112a00b.tar.lz
AUR4-PKGBUILD-51d4ef98108d85530e7e6b7ef6b569599112a00b.tar.xz
AUR4-PKGBUILD-51d4ef98108d85530e7e6b7ef6b569599112a00b.tar.zst
AUR4-PKGBUILD-51d4ef98108d85530e7e6b7ef6b569599112a00b.zip
guix: Switch back to gnutls because guile binding is now enabled
-rw-r--r--guix/.SRCINFO4
-rw-r--r--guix/PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/guix/.SRCINFO b/guix/.SRCINFO
index 66b01e4..f4df99c 100644
--- a/guix/.SRCINFO
+++ b/guix/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = guix
pkgdesc = A purely functional package manager for the GNU system
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.gnu.org/software/guix/
install = guix.install
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = guix
depends = guile-sqlite3
depends = sqlite>=3.6.19
depends = bzip2
- depends = gnutls-guile
+ depends = gnutls
depends = libgcrypt
depends = zlib
optdepends = bash-completion: to enable bash programmable completion
diff --git a/guix/PKGBUILD b/guix/PKGBUILD
index a8e7c69..007b3ab 100644
--- a/guix/PKGBUILD
+++ b/guix/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=guix
pkgver=1.0.1
-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/"
@@ -26,7 +26,7 @@ depends=(
'guile-sqlite3'
'sqlite>=3.6.19'
'bzip2'
- 'gnutls-guile'
+ 'gnutls'
'libgcrypt'
'zlib')
optdepends=(