gettext-tiny: update to 0.3.1.

This commit is contained in:
maxice8 2018-12-02 18:52:38 -02:00 committed by maxice8
parent 8e505d6185
commit fad76ffdcb

View file

@ -1,13 +1,13 @@
# Template build file for 'gettext-tiny'. # Template file for 'gettext-tiny'
pkgname=gettext-tiny pkgname=gettext-tiny
version=0.2.0 version=0.3.1
revision=1 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"
license="MIT" license="MIT"
homepage="https://github.com/rofl0r/gettext-tiny"
distfiles="https://github.com/rofl0r/${pkgname}/archive/v${version}.tar.gz" distfiles="https://github.com/rofl0r/${pkgname}/archive/v${version}.tar.gz"
checksum=1e0b57c4befb76f8f5c55f57ea4f1c2dbe62f57b80c34276fd49d870edf03dcb checksum=654dcd52f2650476c8822b60bee89c20a0aa7f6a1bf6001701eeacd71a9e388b
conflicts="gettext>=0" conflicts="gettext>=0"
@ -21,10 +21,11 @@ do_install() {
} }
gettext-tiny-devel_package() { gettext-tiny-devel_package() {
conflicts="glibc-devel>=0 musl>=0" conflicts="glibc-devel>=0 musl-devel>=0"
short_desc+=" - development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib vmove usr/lib
vmove usr/share/aclocal
} }
} }