Revert "libgit2: update to 0.23.0 (soname bump)."
This reverts commit e2a72d8700
.
This commit is contained in:
parent
3b18075273
commit
23b9ae465c
2 changed files with 7 additions and 7 deletions
|
@ -1210,7 +1210,7 @@ libunwind-x86_64.so.8 libunwind-1.1_1
|
||||||
libunwind-x86.so.8 libunwind-1.1_1
|
libunwind-x86.so.8 libunwind-1.1_1
|
||||||
libunwind-arm.so.8 libunwind-1.1_4
|
libunwind-arm.so.8 libunwind-1.1_4
|
||||||
libmicrohttpd.so.10 libmicrohttpd-0.9.26_1
|
libmicrohttpd.so.10 libmicrohttpd-0.9.26_1
|
||||||
libgit2.so.23 libgit2-0.23.0_1
|
libgit2.so.22 libgit2-0.22.0_1
|
||||||
libagg.so.2 agg-2.5_1
|
libagg.so.2 agg-2.5_1
|
||||||
libzzip-0.so.13 zziplib-0.13.62_1
|
libzzip-0.so.13 zziplib-0.13.62_1
|
||||||
libzzipfseeko-0.so.13 zziplib-0.13.62_1
|
libzzipfseeko-0.so.13 zziplib-0.13.62_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libgit2'
|
# Template file for 'libgit2'
|
||||||
pkgname=libgit2
|
pkgname=libgit2
|
||||||
version=0.23.0
|
version=0.22.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="cmake python git pkg-config"
|
hostmakedepends="cmake python git pkg-config"
|
||||||
|
@ -10,13 +10,13 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://libgit2.github.com/"
|
homepage="http://libgit2.github.com/"
|
||||||
license="GPL-2 with Linking Exception"
|
license="GPL-2 with Linking Exception"
|
||||||
distfiles="https://github.com/libgit2/libgit2/archive/v${version}.tar.gz"
|
distfiles="https://github.com/libgit2/libgit2/archive/v${version}.tar.gz"
|
||||||
checksum=49d75c601eb619481ecc0a79f3356cc26b89dfa646f2268e434d7b4c8d90c8a1
|
checksum=511fe60e7c12c3525b4e0489861e5c1fe0e331d604bee9a3dfb8420c2f288f60
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl)
|
*-musl)
|
||||||
# Don't use qsort_r, see src/util.c
|
# Don't use qsort_r, see src/util.c
|
||||||
CFLAGS="-D__ANDROID_API__"
|
CFLAGS="-D__ANDROID_API__"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
libgit2-devel_package() {
|
libgit2-devel_package() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue