summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12020-11-21 00:57:34 +0800
committerChocobo12020-11-21 00:57:34 +0800
commit43cea61d78f3631c7b050d7e16906ef07cbda240 (patch)
treefb41815effa62c1bd2807b8d3cdcb74244af1f07
parent00cc3d5d815d5f6a6c77b062b629e6fbb9c25a00 (diff)
downloadaur-43cea61d78f3631c7b050d7e16906ef07cbda240.tar.gz
upgpkg: libssh2-git 1.9.0.r83.gcfe0bf6-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4edd277c26b..c3ffdb760f3e 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 = 1
+ pkgrel = 2
url = https://www.libssh2.org/
arch = i686
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = libssh2-git
depends = openssl
depends = zlib
provides = libssh2
+ provides = libssh2.so
conflicts = libssh2
source = git+https://github.com/libssh2/libssh2.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ff6fa3f2820c..1fd4137003d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=libssh2-git
pkgver=1.9.0.r83.gcfe0bf6
-pkgrel=1
+pkgrel=2
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')
-provides=('libssh2')
+provides=('libssh2' 'libssh2.so')
conflicts=('libssh2')
source=("git+https://github.com/libssh2/libssh2.git")
sha256sums=('SKIP')