fribidi: update to 1.0.3.
Closes #14478. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
990515deb3
commit
34b909c50e
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'fribidi'
|
||||
pkgname=fribidi
|
||||
version=1.0.2
|
||||
version=1.0.3
|
||||
revision=1
|
||||
configure_args="--disable-docs"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
short_desc="Free Implementation of the Unicode Bidirectional Algorithm"
|
||||
homepage="http://fribidi.org/"
|
||||
license="LGPL-2.1-or-later"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://github.com/fribidi/fribidi/"
|
||||
distfiles="https://github.com/fribidi/fribidi/archive/v${version}.tar.gz"
|
||||
checksum=1609083ac93fd60078c60ecdd60b61aff86855eb33e09acced579f110e41b04d
|
||||
checksum=30edb331cfb94584328acece90ed723bd9655778fed29caa8a66f1a380d09a6b
|
||||
disable_parallel_build=yes
|
||||
|
||||
pre_configure() {
|
||||
|
@ -33,5 +33,6 @@ fribidi-devel_package() {
|
|||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/share/man/man3
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue