diff options
Diffstat (limited to 'core/libssh2/PKGBUILD')
-rw-r--r-- | core/libssh2/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/libssh2/PKGBUILD b/core/libssh2/PKGBUILD index eb0b7d867..29202c5dc 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 197828 2013-10-30 11:05:28Z allan $ # Maintainer: Dave Reisner <dreisner@archlinux.org> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> @@ -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') |