Date: Monday, January 27, 2014 @ 18:21:25 Author: thestinger Revision: 104860
upgpkg: libgit2 0.20.0-1 Modified: libgit2/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-01-27 16:24:41 UTC (rev 104859) +++ PKGBUILD 2014-01-27 17:21:25 UTC (rev 104860) @@ -4,7 +4,7 @@ # Contributor: Dave Reisner <[email protected]> pkgname=libgit2 -pkgver=0.19.0 +pkgver=0.20.0 pkgrel=1 pkgdesc="A linkable library for Git" arch=('i686' 'x86_64') @@ -12,8 +12,8 @@ depends=(zlib openssl libssh2) makedepends=(cmake python) license=('GPL2') -source=("src-$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/tarball/v$pkgver") -md5sums=('df1c1e058b2d0f46b1b73dc78d551ea1') +source=("https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz") +md5sums=('e35f613a37e11354f34249f2faa68237') build() { cd $pkgname-*
