imgbrd-grabber: update to 6.0.5.

This commit is contained in:
maxice8 2018-09-16 13:54:52 -03:00
parent a598afc7fe
commit 066dc45f15
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,6 +1,6 @@
# Template file for 'imgbrd-grabber'
pkgname=imgbrd-grabber
version=6.0.4
version=6.0.5
revision=1
build_style=cmake
hostmakedepends="nodejs"
@ -12,9 +12,9 @@ maintainer="SolitudeSF <solitudesf@protonmail.com>"
license="Apache-2.0"
homepage="https://bionus.github.io/imgbrd-grabber"
distfiles="https://github.com/Bionus/imgbrd-grabber/archive/v${version}.tar.gz"
checksum=3b4bcc096fafc27f2bcf710416009e08933d50d4b067b5def34e680130995e39
checksum=734e18d8c0e0491589f14dbcc2da34ceaed9ef984073c27b7515d8ee60b2d2b7
if [ -n "$CROSS_BUILD" ]; then
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake"
fi