summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Arn02022-02-24 14:01:51 +0100
committer Willy Sudiarto Raharjo2022-02-24 16:01:48 +0100
commit2ce7ce94f3b4e2846b262d936720f8f2e33ccf73 (patch)
treee7766ba949df52c94d2208c6bbeeea89ab2e276c /games
parent5fac7b8a7e6218b2009fe0ba167c40d7f370dd5c (diff)
downloadslackbuilds-2ce7ce94f3b4e2846b262d936720f8f2e33ccf73.tar.gz
games/lgogdownloader: updated for version 3.9
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/lgogdownloader/README4
-rw-r--r--games/lgogdownloader/lgogdownloader.SlackBuild10
-rw-r--r--games/lgogdownloader/lgogdownloader.info6
3 files changed, 10 insertions, 10 deletions
diff --git a/games/lgogdownloader/README b/games/lgogdownloader/README
index 447a7128cd..fa3f79e8a9 100644
--- a/games/lgogdownloader/README
+++ b/games/lgogdownloader/README
@@ -1,2 +1,6 @@
LGOGDownloader is an open source downloader to GOG.com for Linux
users using the same API as the official GOGDownloader.
+
+Note:
+You need a static rhash library for this to work so pass "STATICLIB=yes"
+to "rhash.SlackBuild".
diff --git a/games/lgogdownloader/lgogdownloader.SlackBuild b/games/lgogdownloader/lgogdownloader.SlackBuild
index 5ef8424013..44beedea33 100644
--- a/games/lgogdownloader/lgogdownloader.SlackBuild
+++ b/games/lgogdownloader/lgogdownloader.SlackBuild
@@ -25,15 +25,11 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# 20220222 bkw: Modified by SlackBuilds.org, BUILD=2:
-# - use working download URL.
-# - man page in /usr/man.
-
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=lgogdownloader
-VERSION=${VERSION:-3.8}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-3.9}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -109,7 +105,7 @@ make install/strip DESTDIR=$PKG
cd ..
mv $PKG/usr/share/man $PKG/usr/man
-rmdir $PKG/usr/share/man
+rmdir $PKG/usr/share
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/games/lgogdownloader/lgogdownloader.info b/games/lgogdownloader/lgogdownloader.info
index 7f49712916..5a5281bd38 100644
--- a/games/lgogdownloader/lgogdownloader.info
+++ b/games/lgogdownloader/lgogdownloader.info
@@ -1,8 +1,8 @@
PRGNAM="lgogdownloader"
-VERSION="3.8"
+VERSION="3.9"
HOMEPAGE="https://sites.google.com/site/gogdownloader/home/"
-DOWNLOAD="http://ftp.osuosl.org/pub/gentoo/distfiles/lgogdownloader-3.8.tar.gz"
-MD5SUM="f684d8641f68550b14ab7f0f43cbf0f9"
+DOWNLOAD="https://github.com/Sude-/lgogdownloader/archive/v3.9/lgogdownloader-3.9.tar.gz"
+MD5SUM="bc336c3403d02c1ee5f90eb74ec02f58"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="htmlcxx jsoncpp rhash tinyxml2"