[arch-commits] Commit in libssh2/repos (3 files)

Angel Velásquez angvp at archlinux.org
Wed Aug 24 15:37:17 UTC 2011


    Date: Wednesday, August 24, 2011 @ 11:37:17
  Author: angvp
Revision: 136215

db-move: moved libssh2 from [testing] to [extra] (x86_64)

Added:
  libssh2/repos/extra-x86_64/PKGBUILD
    (from rev 136213, libssh2/repos/testing-x86_64/PKGBUILD)
Deleted:
  libssh2/repos/extra-x86_64/PKGBUILD
  libssh2/repos/testing-x86_64/

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-08-24 15:37:16 UTC (rev 136214)
+++ extra-x86_64/PKGBUILD	2011-08-24 15:37:17 UTC (rev 136215)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez <angvp at archlinux.org> 
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: ice-man <icemanf at gmail.com>
-
-pkgname=libssh2
-pkgver=1.2.7
-pkgrel=2
-pkgdesc="A library implementing the SSH2 protocol as defined by Internet Drafts"
-url="http://www.libssh2.org/"
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('openssl')
-makedepends=('zlib')
-options=('!libtool')
-source=("http://www.libssh2.org/download/${pkgname}-${pkgver}.tar.gz")
-md5sums=('a5d78344886f1282e4008c09bf568076')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: libssh2/repos/extra-x86_64/PKGBUILD (from rev 136213, libssh2/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-08-24 15:37:17 UTC (rev 136215)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Angel Velasquez <angvp at archlinux.org> 
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: ice-man <icemanf at gmail.com>
+
+pkgname=libssh2
+pkgver=1.2.9
+pkgrel=1
+pkgdesc="A library implementing the SSH2 protocol as defined by Internet Drafts"
+url="http://www.libssh2.org/"
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('openssl')
+makedepends=('zlib')
+options=('!libtool')
+source=("http://www.libssh2.org/download/${pkgname}-${pkgver}.tar.gz")
+md5sums=('62ea143c41c6ed437a55d6a0b0579f2f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}




More information about the arch-commits mailing list