summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ece2b0e6f528..d9d8a865e9af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = libssh-gnutls
pkgdesc = Library for accessing ssh client services through C libraries - compiled with gnutls (libgcrypt), documentation for libssh
pkgver = 0.8.6
- pkgrel = 1
+ pkgrel = 2
url = http://www.libssh.org/
arch = x86_64
license = LGPL
makedepends = cmake
makedepends = cmocka
- makedepends = doxygen
+ makedepends = doxygen<=1.8.14
makedepends = python
source = https://www.libssh.org/files/0.8/libssh-0.8.6.tar.xz
source = https://www.libssh.org/files/0.8/libssh-0.8.6.tar.xz.asc
diff --git a/PKGBUILD b/PKGBUILD
index 03f9648d4f2b..e4a6407e3bb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgbase=libssh-gnutls
pkgname=(${pkgbase} ${pkgbase}-docs)
pkgver=0.8.6
-pkgrel=1
+pkgrel=2
pkgdesc="Library for accessing ssh client services through C libraries - compiled with gnutls (libgcrypt), documentation for libssh"
arch=("x86_64")
url="http://www.libssh.org/"
license=("LGPL")
-makedepends=("cmake" "cmocka" "doxygen" "python")
+makedepends=("cmake" "cmocka" "doxygen<=1.8.14" "python")
source=("https://www.libssh.org/files/${pkgver%.*}/${pkgname%-gnutls}-${pkgver}.tar.xz"{,.asc})
sha256sums=("1046b95632a07fc00b1ea70ee683072d0c8a23f544f4535440b727812002fd01" "SKIP")
validpgpkeys=("8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D") # Andreas Schneider <asn@cryptomilk.org>