summaryrefslogtreecommitdiff
path: root/community/libgit2/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libgit2/PKGBUILD')
-rw-r--r--community/libgit2/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/libgit2/PKGBUILD b/community/libgit2/PKGBUILD
index 4345c73bb..bc68be153 100644
--- a/community/libgit2/PKGBUILD
+++ b/community/libgit2/PKGBUILD
@@ -1,11 +1,12 @@
-# $Id: PKGBUILD 113375 2014-06-20 17:47:33Z thestinger $
+# $Id: PKGBUILD 113387 2014-06-21 05:05:19Z thestinger $
# Maintainer: Daniel Micay <danielmicay@gmail.com>
# Contributor: Hilton Medeiros <medeiros.hilton@gmail.com>
# Contributor: Dave Reisner <d@falconindy.com>
pkgname=libgit2
-pkgver=0.21.0
+pkgver=0.20.0
pkgrel=1
+epoch=1
pkgdesc="A linkable library for Git"
arch=('i686' 'x86_64')
url="http://libgit2.github.com/"
@@ -13,7 +14,7 @@ depends=(zlib openssl libssh2)
makedepends=(cmake python)
license=('GPL2')
source=("https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz")
-md5sums=('06b598bf21b0536dcbf454dc63af2313')
+md5sums=('e35f613a37e11354f34249f2faa68237')
build() {
cd $pkgname-$pkgver