diff --git a/srcpkgs/libutf8proc/template b/srcpkgs/libutf8proc/template index b10aae4cd4..3e27346d26 100644 --- a/srcpkgs/libutf8proc/template +++ b/srcpkgs/libutf8proc/template @@ -1,7 +1,7 @@ # Template file for 'libutf8proc' pkgname=libutf8proc version=2.4.0 -revision=1 +revision=2 build_style=cmake configure_args="-DBUILD_SHARED_LIBS=ON" hostmakedepends="pkg-config perl netsurf-buildsystem" @@ -17,10 +17,6 @@ post_install() { sed "s|@VERSION@|${version}|" \ ${FILESDIR}/libutf8proc.pc.in > ${DESTDIR}/usr/lib/pkgconfig/libutf8proc.pc - # Fix headers - vmkdir usr/include/libutf8proc - mv ${DESTDIR}/usr/include/utf8proc.h ${DESTDIR}/usr/include/libutf8proc/ - vlicense LICENSE.md }