pdfpc: update to 4.3.4

This commit is contained in:
Benjamin Slade 2019-06-25 14:54:00 -06:00 committed by Juan RP
parent f36f3fe28f
commit 4925d60219

View file

@ -1,6 +1,6 @@
# Template file for 'pdfpc' # Template file for 'pdfpc'
pkgname=pdfpc pkgname=pdfpc
version=4.3.3 version=4.3.4
revision=1 revision=1
wrksrc="pdfpc-${version}" wrksrc="pdfpc-${version}"
build_style=cmake build_style=cmake
@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
homepage="https://pdfpc.github.io/" homepage="https://pdfpc.github.io/"
changelog="https://raw.githubusercontent.com/pdfpc/pdfpc/master/CHANGELOG.txt" changelog="https://raw.githubusercontent.com/pdfpc/pdfpc/master/CHANGELOG.txt"
distfiles="https://github.com/pdfpc/pdfpc/archive/v${version}.tar.gz" distfiles="https://github.com/pdfpc/pdfpc/archive/v${version}.tar.gz"
checksum=cd640bff85c4ff079811cb00af0d8141f54fcf76cd224f2a8f8b58c1e3082ebb checksum=cc3ccd7a23990b76dd6083e774d28f63d726a86db3a7f180b1c90596b735d5ed
if [ $CROSS_BUILD ]; then if [ $CROSS_BUILD ]; then
hostmakedepends+=" libgee08-devel" hostmakedepends+=" libgee08-devel"