diff options
Diffstat (limited to 'core/libssh2/PKGBUILD')
-rw-r--r-- | core/libssh2/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/libssh2/PKGBUILD b/core/libssh2/PKGBUILD index 4df093749..6b90eecb7 100644 --- a/core/libssh2/PKGBUILD +++ b/core/libssh2/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 173038 2012-12-09 15:23:11Z dreisner $ +# $Id: PKGBUILD 198760 2013-11-03 13:49:40Z dreisner $ # Maintainer: Dave Reisner <dreisner@archlinux.org> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> @@ -7,7 +7,7 @@ pkgname=libssh2 pkgver=1.4.3 -pkgrel=1 +pkgrel=2 pkgdesc="A library implementing the SSH2 protocol as defined by Internet Drafts" url="http://www.libssh2.org/" arch=('i686' 'x86_64' 'mips64el') @@ -15,7 +15,6 @@ license=('BSD') depends=('openssl') makedepends=('zlib') provides=('libssh2.so') -options=('!libtool') source=("http://www.libssh2.org/download/$pkgname-$pkgver.tar.gz"{,.asc}) md5sums=('071004c60c5d6f90354ad1b701013a0b' 'bd01eca1e58c15233d69dae411dd2656') |