mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
pdfpc: update to 4.3.2
This commit is contained in:
parent
46f1bbe14e
commit
607aa7df3c
1 changed files with 4 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue