Date: Tuesday, March 3, 2015 @ 10:48:17
  Author: jgc
Revision: 232470

upgpkg: libgit2 1:0.22.1-1

Modified:
  libgit2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-03-03 09:39:58 UTC (rev 232469)
+++ PKGBUILD    2015-03-03 09:48:17 UTC (rev 232470)
@@ -4,7 +4,7 @@
 # Contributor: Dave Reisner <d...@falconindy.com>
 
 pkgname=libgit2
-pkgver=0.21.5
+pkgver=0.22.1
 pkgrel=1
 epoch=1
 pkgdesc='A linkable library for Git'
@@ -13,8 +13,8 @@
 depends=(zlib openssl libssh2)
 makedepends=(cmake python)
 license=('GPL2')
-source=("https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz";)
-md5sums=('6f1d64b2d50239f0c518cb45fbe3da4a')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz";)
+md5sums=('dbf516d18e176bbb131de3efccfee533')
 
 build() {
   cd $pkgname-$pkgver

Reply via email to