gettext-tiny: update to 0.0.5.

This commit is contained in:
Michael Gehring 2016-10-03 23:06:48 +02:00
parent cdd516351b
commit 4bcbbbd7eb

View file

@ -1,13 +1,13 @@
# Template build file for 'gettext-tiny'. # Template build file for 'gettext-tiny'.
pkgname=gettext-tiny pkgname=gettext-tiny
version=0.0.4 version=0.0.5
revision=2 revision=1
short_desc="Tiny Internationalized Message Handling Library and tools" short_desc="Tiny Internationalized Message Handling Library and tools"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://github.com/rofl0r/gettext-tiny" homepage="https://github.com/rofl0r/gettext-tiny"
license="MIT" license="MIT"
distfiles="https://github.com/rofl0r/${pkgname}/archive/v${version}.tar.gz" distfiles="https://github.com/rofl0r/${pkgname}/archive/v${version}.tar.gz"
checksum=f01dcae13516d8ab5e23385d7ea36c54a9c7c8e6a0e690d79538eb23e2f1cc46 checksum=b351cb7a27cb301a777bd71195b5d24e5cbd832e59a53d45360fb009ae265886
conflicts="gettext>=0" conflicts="gettext>=0"
@ -17,6 +17,7 @@ do_build() {
do_install() { do_install() {
make ${makejobs} prefix=/usr DESTDIR=${DESTDIR} install make ${makejobs} prefix=/usr DESTDIR=${DESTDIR} install
vlicense LICENSE
} }
gettext-tiny-devel_package() { gettext-tiny-devel_package() {