summaryrefslogtreecommitdiff
path: root/community/libgit2/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libgit2/PKGBUILD')
-rw-r--r--community/libgit2/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/libgit2/PKGBUILD b/community/libgit2/PKGBUILD
index aedbb4fde..7d1f23fd8 100644
--- a/community/libgit2/PKGBUILD
+++ b/community/libgit2/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 93245 2013-06-29 19:05:07Z thestinger $
+# $Id: PKGBUILD 104861 2014-01-27 17:22:44Z thestinger $
# Maintainer: Daniel Micay <danielmicay@gmail.com>
# Contributor: Hilton Medeiros <medeiros.hilton@gmail.com>
# Contributor: Dave Reisner <d@falconindy.com>
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 @@ url="http://libgit2.github.com/"
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-*