summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12020-11-21 02:15:52 +0800
committerChocobo12020-11-21 02:15:52 +0800
commit69d77a93d6a318ec5e76c7b98970e3598dd8e864 (patch)
tree88183582bb91a449398cd0eccbd61c2943c05993
parent43cea61d78f3631c7b050d7e16906ef07cbda240 (diff)
downloadaur-69d77a93d6a318ec5e76c7b98970e3598dd8e864.tar.gz
upgpkg: libssh2-git 1.9.0.r83.gcfe0bf6-3
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3ffdb760f3e..9ebcfe18314a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = libssh2-git
pkgdesc = Client-side C library implementing the SSH2 protocol
pkgver = 1.9.0.r83.gcfe0bf6
- pkgrel = 2
+ pkgrel = 3
url = https://www.libssh2.org/
arch = i686
arch = x86_64
license = BSD
makedepends = git
+ makedepends = cmake
depends = glibc
depends = openssl
depends = zlib
diff --git a/PKGBUILD b/PKGBUILD
index 1fd4137003d8..e61fbd62e4f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=libssh2-git
pkgver=1.9.0.r83.gcfe0bf6
-pkgrel=2
+pkgrel=3
pkgdesc="Client-side C library implementing the SSH2 protocol"
arch=('i686' 'x86_64')
url="https://www.libssh2.org/"
license=('BSD')
depends=('glibc' 'openssl' 'zlib')
-makedepends=('git')
+makedepends=('git' 'cmake')
provides=('libssh2' 'libssh2.so')
conflicts=('libssh2')
source=("git+https://github.com/libssh2/libssh2.git")