kickshaw: update to 1.0.32

This commit is contained in:
Nathan Owens 2020-11-25 21:28:45 -06:00 committed by Érico Nogueira Rolim
parent dfd0075ded
commit 7a2f89ce51
1 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'kickshaw'
pkgname=kickshaw
version=1.0.31
revision=2
build_style=gnu-makefile
version=1.0.32
revision=1
wrksrc="${pkgname}_${version}_GTK3_source_only"
build_wrksrc="source"
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="gtk+3-devel"
depends="desktop-file-utils"
@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://savannah.nongnu.org/projects/obladi"
distfiles="http://download-mirror.savannah.gnu.org/releases/obladi/kickshaw_${version}_GTK3_source_only.tar.bz2"
checksum=6d47c1ac77aa7ec2da2c04b3f8c30c8858002b16a7f2e1bd29746b55a915c335
checksum=9cc6b4b6bc980f776dbfdcd5390a77e33e067b70c2d71d5c0d05218487f3ff29
pre_build() {
CFLAGS+=" $(pkg-config --cflags gtk+-3.0)"