[arch-commits] Commit in geany-plugins/trunk (PKGBUILD libgit2-0.23.patch)
Alexander Rødseth
arodseth at archlinux.org
Sat Apr 23 21:52:53 UTC 2016
Date: Saturday, April 23, 2016 @ 23:52:53
Author: arodseth
Revision: 171663
upgpkg: geany-plugins 1.27-2
Modified:
geany-plugins/trunk/PKGBUILD
Deleted:
geany-plugins/trunk/libgit2-0.23.patch
--------------------+
PKGBUILD | 2 +-
libgit2-0.23.patch | 12 ------------
2 files changed, 1 insertion(+), 13 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-04-23 21:46:27 UTC (rev 171662)
+++ PKGBUILD 2016-04-23 21:52:53 UTC (rev 171663)
@@ -6,7 +6,7 @@
pkgname=geany-plugins
pkgver=1.27
-pkgrel=1
+pkgrel=2
pkgdesc='Plugins for Geany'
arch=('x86_64' 'i686')
url='http://plugins.geany.org/'
Deleted: libgit2-0.23.patch
===================================================================
--- libgit2-0.23.patch 2016-04-23 21:46:27 UTC (rev 171662)
+++ libgit2-0.23.patch 2016-04-23 21:52:53 UTC (rev 171663)
@@ -1,12 +0,0 @@
-diff -Naur old/git-changebar/src/gcb-plugin.c new/git-changebar/src/gcb-plugin.c
---- old/git-changebar/src/gcb-plugin.c 2015-08-31 09:37:32.343517032 -1000
-+++ new/git-changebar/src/gcb-plugin.c 2015-08-31 09:37:56.677041414 -1000
-@@ -656,7 +656,7 @@
- opts.flags = GIT_DIFF_FORCE_TEXT;
-
- ret = git_diff_buffers (old_buf->ptr, old_buf->size, NULL,
-- buf, len, NULL, &opts, NULL, hunk_cb, NULL, payload);
-+ buf, len, NULL, &opts, NULL, NULL, hunk_cb, NULL, payload);
-
- if (free_buf) {
- g_free (buf);
More information about the arch-commits
mailing list