slcp: rebuild against libgit2.so.28

[ci skip]
This commit is contained in:
maxice8 2019-02-11 22:12:54 -02:00
parent fab1d6694c
commit 2db36112ab
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
2 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,14 @@
diff --git a/slcp.c b/slcp.c
index 7f12b08..e93c1fd 100644
--- slcp.c
+++ slcp.c
@@ -106,7 +106,7 @@ int main(int argc, char* argv[])
{
git_repo = NULL;
}
- git_buf_free(&tmpgitdb);
+ git_buf_dispose(&tmpgitdb);
/* prepare some git information */
if(git_repo) {

View File

@ -1,7 +1,7 @@
# Template file for 'slcp'
pkgname=slcp
version=0.2
revision=10
revision=11
build_style=gnu-makefile
makedepends="libgit2-devel"
short_desc="Simple shell prompt written in C"