libuev: update to 2.1.3.

This commit is contained in:
Duncaen 2018-09-07 17:08:13 +02:00
parent 77a4b3d163
commit c48f51bad8

View File

@ -1,6 +1,6 @@
# Template file for 'libuev' # Template file for 'libuev'
pkgname=libuev pkgname=libuev
version=2.1.2 version=2.1.3
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="automake libtool" hostmakedepends="automake libtool"
@ -9,11 +9,12 @@ maintainer="Duncaen <duncaen@voidlinux.eu>"
license="MIT" license="MIT"
homepage="https://github.com/troglobit/libuev" homepage="https://github.com/troglobit/libuev"
distfiles="https://github.com/troglobit/libuev/archive/v${version}.tar.gz" distfiles="https://github.com/troglobit/libuev/archive/v${version}.tar.gz"
checksum=c5051fd8e00ad4f546205fcf84de651dbcf360acdc6bd8f69d61e61a0d0edd65 checksum=02c4a60d54789238fd27f8f1d170e6e87f147940b53d164939693ea2e842b518
pre_configure() { pre_configure() {
./autogen.sh ./autogen.sh
} }
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
rm -f ${DESTDIR}/usr/share/doc/libuev/LICENSE rm -f ${DESTDIR}/usr/share/doc/libuev/LICENSE