LGOGDownloader: update to 3.4.

This commit is contained in:
Piotr Wójcik 2018-12-31 11:23:08 +01:00 committed by Helmut Pozimski
parent 26b68d8029
commit 7e67c45f74
2 changed files with 6 additions and 8 deletions

View File

@ -1,18 +1,18 @@
# Template file for 'LGOGDownloader'
pkgname=LGOGDownloader
version=3.3
revision=6
version=3.4
revision=1
wrksrc="lgogdownloader-${version}"
build_style=cmake
hostmakedepends="pkg-config"
makedepends="htmlcxx-devel tinyxml2-devel libcurl-devel liboauth-devel
rhash-devel jsoncpp-devel boost-devel libressl-devel zlib-devel"
short_desc="An open source downloader for GOG.com games that uses the GOG.com API"
short_desc="Open source downloader for GOG.com games that uses the GOG.com API"
maintainer="RunningDroid <runningdroid@zoho.com>"
license="WTFPL"
homepage="https://sites.google.com/site/gogdownloader/"
distfiles="https://sites.google.com/site/gogdownloader/lgogdownloader-${version}.tar.gz"
checksum=8bb7a37b48f558bddeb662ebac32796b0ae11fa2cc57a03d48b3944198e800ce
homepage="https://github.com/Sude-/lgogdownloader"
distfiles="https://github.com/Sude-/lgogdownloader/archive/v${version}.tar.gz"
checksum=22a87b4cff30810159858bcb83c2e37f55d21efeed8307ce3d2afb94ea4d337e
if [ -z "$CROSS_BUILD" ]; then
hostmakedepends+=" help2man"

View File

@ -1,2 +0,0 @@
site="https://github.com/Sude-/lgogdownloader/releases"
pattern='<span class="(tag-name|css-truncate-target)">v\K.+(?=</span>)'