summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTing-Wei Lan2019-07-11 23:45:26 +0800
committerTing-Wei Lan2019-07-11 23:45:26 +0800
commit77c43071dc4714b268fae70eac9ddb64f09c5048 (patch)
treefa877f1dac826ab40328fcebfc1c0d82c8531b80 /PKGBUILD
parent47241b3ee1e5758d3d2d471db9ead1455e735790 (diff)
downloadaur-77c43071dc4714b268fae70eac9ddb64f09c5048.tar.gz
guix: Switch back to gnutls because guile binding is now enabled
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8e7c6916e8a..007b3ab1add8 100644
--- a/PKGBUILD
+++ b/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=(