summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ebcfe18314a..0d08d8df4a20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libssh2-git
pkgdesc = Client-side C library implementing the SSH2 protocol
- pkgver = 1.9.0.r83.gcfe0bf6
- pkgrel = 3
+ pkgver = 1.10.0.r257.gfe02bd2b
+ pkgrel = 1
url = https://www.libssh2.org/
arch = i686
arch = x86_64
@@ -11,11 +11,10 @@ pkgbase = libssh2-git
depends = glibc
depends = openssl
depends = zlib
- provides = libssh2
+ provides = libssh2=1.10.0.r257.gfe02bd2b
provides = libssh2.so
conflicts = libssh2
source = git+https://github.com/libssh2/libssh2.git
sha256sums = SKIP
pkgname = libssh2-git
-
diff --git a/PKGBUILD b/PKGBUILD
index e61fbd62e4f6..d170ee54766f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=libssh2-git
-pkgver=1.9.0.r83.gcfe0bf6
-pkgrel=3
+pkgver=1.10.0.r257.gfe02bd2b
+pkgrel=1
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' 'cmake')
-provides=('libssh2' 'libssh2.so')
+provides=("libssh2=$pkgver" 'libssh2.so')
conflicts=('libssh2')
source=("git+https://github.com/libssh2/libssh2.git")
sha256sums=('SKIP')