pdfpc: update to 4.3.2

This commit is contained in:
Andrew Benson 2019-02-08 10:21:44 -06:00 committed by maxice8
parent 46f1bbe14e
commit 607aa7df3c

View file

@ -1,10 +1,8 @@
# Template file for 'pdfpc'
pkgname=pdfpc
version=4.3.1
version=4.3.2
revision=1
# 4.3.1 was retagged, drop _distver on next release
_distver="${version}_0"
wrksrc="pdfpc-${_distver}"
wrksrc="pdfpc-${version}"
build_style=cmake
hostmakedepends="pkg-config vala"
makedepends="gst-plugins-base1-devel gtk+3-devel libgee08-devel
@ -14,8 +12,8 @@ maintainer="Aaron Marcher <info@nulltime.net>"
license="GPL-2.0-or-later"
homepage="https://pdfpc.github.io/"
changelog="https://raw.githubusercontent.com/pdfpc/pdfpc/master/CHANGELOG.txt"
distfiles="https://github.com/pdfpc/pdfpc/archive/v${_distver}.tar.gz"
checksum=45c9c81aad40d108bc4b55a98ca16c4161685fb7d6f738dc4d13150565000587
distfiles="https://github.com/pdfpc/pdfpc/archive/v${version}.tar.gz"
checksum=44b487ea207bac88364e136570d4d4baaec08cfd1388e3477fb52a36b6c57f29
if [ $CROSS_BUILD ]; then
hostmakedepends+=" libgee08-devel"