Revert "nghttp2: update to 1.0.0 (soname bump)."
This reverts commit d401772828
.
1.0.0 breaks curl, so that revert this for now.
This commit is contained in:
parent
bc0c9b6f10
commit
1d55056859
|
@ -2024,7 +2024,7 @@ libtomahawk-playdarapi.so.0.8.4 tomahawk-qt5-0.8.4_3
|
||||||
libtomahawk-widgets.so.0.8.4 tomahawk-qt5-0.8.4_3
|
libtomahawk-widgets.so.0.8.4 tomahawk-qt5-0.8.4_3
|
||||||
libzen.so.0 libzen-0.4.31_1
|
libzen.so.0 libzen-0.4.31_1
|
||||||
libmediainfo.so.0 libmediainfo-0.7.73_1
|
libmediainfo.so.0 libmediainfo-0.7.73_1
|
||||||
libnghttp2.so.14 nghttp2-1.0.0_1
|
libnghttp2.so.5 nghttp2-0.7.4_1
|
||||||
librom1394.so.0 libavc1394-0.5.4_1
|
librom1394.so.0 libavc1394-0.5.4_1
|
||||||
libavc1394.so.0 libavc1394-0.5.4_1
|
libavc1394.so.0 libavc1394-0.5.4_1
|
||||||
libiec61883.so.0 libiec61883-1.2.0_1
|
libiec61883.so.0 libiec61883-1.2.0_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nghttp2'
|
# Template file for 'nghttp2'
|
||||||
pkgname=nghttp2
|
pkgname=nghttp2
|
||||||
version=1.0.0
|
version=0.7.14
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-libxml2 --without-jemalloc --without-spdylay"
|
configure_args="--without-libxml2 --without-jemalloc --without-spdylay"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://nghttp2.org"
|
homepage="https://nghttp2.org"
|
||||||
distfiles="https://github.com/tatsuhiro-t/nghttp2/releases/download/v${version}/nghttp2-${version}.tar.xz"
|
distfiles="https://github.com/tatsuhiro-t/nghttp2/releases/download/v${version}/nghttp2-${version}.tar.xz"
|
||||||
checksum=b4c3b9176f5fc70c52878a09a71c877f6d54efd25867093c4bf04852bfe24282
|
checksum=f08ff29c8fa4e7fd57f546eb81eaf36d8211f83c655aed9b526e31b0a6e8831e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share/man
|
rm -rf ${DESTDIR}/usr/share/man
|
||||||
|
|
Loading…
Reference in New Issue