[arch-commits] Commit in libgit2/trunk (PKGBUILD)

Daniel Micay thestinger at nymeria.archlinux.org
Sat Jun 29 19:04:29 UTC 2013


    Date: Saturday, June 29, 2013 @ 21:04:29
  Author: thestinger
Revision: 93244

upgpkg: libgit2 0.19.0-1

Modified:
  libgit2/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-29 15:48:46 UTC (rev 93243)
+++ PKGBUILD	2013-06-29 19:04:29 UTC (rev 93244)
@@ -4,16 +4,16 @@
 # Contributor: Dave Reisner <d at falconindy.com>
 
 pkgname=libgit2
-pkgver=0.18.0
+pkgver=0.19.0
 pkgrel=1
 pkgdesc="A linkable library for Git"
 arch=('i686' 'x86_64')
 url="http://libgit2.github.com/"
-depends=(zlib openssl)
+depends=(zlib openssl libssh2)
 makedepends=(cmake python)
 license=('GPL2')
 source=("src-$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/tarball/v$pkgver")
-md5sums=('50409ddb0c34713677b33ef617e92c94')
+md5sums=('df1c1e058b2d0f46b1b73dc78d551ea1')
 
 build() {
   cd $pkgname-*




More information about the arch-commits mailing list