summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12024-01-12 17:32:21 +0800
committerChocobo12024-01-12 17:32:21 +0800
commit3e3826761990ffbafe4f2cb06e15a9b16e07868e (patch)
tree1a2dae43e187b3c66af23cbc2507d6fd8b58dad6
parent977e429d777765b3db7b9966675326d680e2cbc0 (diff)
downloadaur-libssh-git.tar.gz
upgpkg: libssh-git 0.10.6.r494.g99e8f341-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e983597e47bd..2467be36c35d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libssh-git
pkgdesc = Multiplatform C library implementing the SSHv2 and SSHv1 protocol on client and server side
- pkgver = 0.10.4.r216.gf9147a3c
+ pkgver = 0.10.6.r494.g99e8f341
pkgrel = 1
url = https://www.libssh.org/
arch = i686
@@ -12,7 +12,8 @@ pkgbase = libssh-git
depends = glibc
depends = openssl
depends = zlib
- provides = libssh=0.10.4.r216.gf9147a3c
+ provides = libssh=0.10.6.r494.g99e8f341
+ provides = libssh.so
conflicts = libssh
options = staticlibs
source = git+https://git.libssh.org/projects/libssh.git
diff --git a/PKGBUILD b/PKGBUILD
index a2f20742561d..4e8a58979965 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=libssh-git
-pkgver=0.10.4.r216.gf9147a3c
+pkgver=0.10.6.r494.g99e8f341
pkgrel=1
pkgdesc="Multiplatform C library implementing the SSHv2 and SSHv1 protocol on client and server side"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://www.libssh.org/"
license=('LGPL')
depends=('glibc' 'openssl' 'zlib')
makedepends=('git' 'cmake' 'cmocka')
-provides=("libssh=$pkgver")
+provides=("libssh=$pkgver" 'libssh.so')
conflicts=('libssh')
options=('staticlibs')
source=("git+https://git.libssh.org/projects/libssh.git")