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

Daniel Micay thestinger at nymeria.archlinux.org
Sat Jun 21 05:04:34 UTC 2014


    Date: Saturday, June 21, 2014 @ 07:04:34
  Author: thestinger
Revision: 113386

temporarily downgrade libgit2 to 0.20.0-1 with epoch=1

There was significant ABI / API breakage and this needs to bake for a bit. The
packages using these can't simply be upgraded to new versions yet.

Modified:
  libgit2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-21 04:58:24 UTC (rev 113385)
+++ PKGBUILD	2014-06-21 05:04:34 UTC (rev 113386)
@@ -4,8 +4,9 @@
 # Contributor: Dave Reisner <d at 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 @@
 makedepends=(cmake python)
 license=('GPL2')
 source=("https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz")
-md5sums=('06b598bf21b0536dcbf454dc63af2313')
+md5sums=('e35f613a37e11354f34249f2faa68237')
 
 build() {
   cd $pkgname-$pkgver




More information about the arch-commits mailing list