SDL2_ttf: update to 2.0.14.

This commit is contained in:
Juan RP 2016-02-03 07:14:10 +01:00
parent ee70e2f439
commit 8f2d0a8bd6
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'SDL2_ttf'
pkgname=SDL2_ttf
version=2.0.13
version=2.0.14
revision=1
build_style=gnu-configure
configure_args="--disable-static"
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT"
homepage="http://www.libsdl.org/projects/SDL_ttf"
distfiles="${homepage}/release/${pkgname}-${version}.tar.gz"
checksum=25ddad0302e7d74ce16a770974930cefbdcf67499ca7d40ce7a6bd7de6022fdf
checksum=34db5e20bcf64e7071fe9ae25acaa7d72bdc4f11ab3ce59acc768ab62fe39276
SDL2_ttf-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
@ -19,6 +19,6 @@ SDL2_ttf-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
vmove usr/lib/*.so
}
}