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

Lukas Fleischer lfleischer at archlinux.org
Fri Jan 13 21:18:28 UTC 2017


    Date: Friday, January 13, 2017 @ 21:18:28
  Author: lfleischer
Revision: 286222

upgpkg: libgit2 1:0.24.6-1

Upstream update.

Switch to 0.24.6, the 0.25 branch is not supported by libgit2-glib yet.

Modified:
  libgit2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-13 21:14:02 UTC (rev 286221)
+++ PKGBUILD	2017-01-13 21:18:28 UTC (rev 286222)
@@ -3,7 +3,7 @@
 # Contributor: Dave Reisner <d at falconindy.com>
 
 pkgname=libgit2
-pkgver=0.25.1
+pkgver=0.24.6
 pkgrel=1
 epoch=1
 pkgdesc='A linkable library for Git'
@@ -13,7 +13,7 @@
 makedepends=(cmake python)
 license=('GPL2')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz")
-sha1sums=('c65238d0e0a698b202a3a886d003228cac6dacc3')
+sha1sums=('259d7ccdf716b273f239810bdd567195c3e02d0d')
 
 build() {
   cd "$pkgname-$pkgver"



More information about the arch-commits mailing list