libgit2-glib: recompile to catch up thread safety of libgit2.

also fix devel subpackage.
This commit is contained in:
Enno Boland 2017-04-07 16:47:02 +02:00
parent 0ddb34a6ee
commit ac871d8798
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'libgit2-glib'
pkgname=libgit2-glib
version=0.25.0
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-silent-rules"
hostmakedepends="automake glib-devel gnome-common
@ -19,7 +19,7 @@ pre_configure() {
}
libgit2-glib-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
depends="${sourcepkg}>=${version}_${revision} $makedepends"
short_desc+=" - development files"
pkg_install() {
vmove "usr/lib/*.so"