|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/bash |
|
|
|
# Build script for Slackware |
|
|
|
# Copyright (C) 2018,2019 Damien Goutte-Gattat |
|
|
|
# Copyright (C) 2018,2019,2020 Damien Goutte-Gattat |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modifications, |
|
|
|
# is permitted provided that the following conditions are met: |
|
|
@ -29,9 +29,9 @@ |
|
|
|
|
|
|
|
# Source package infos |
|
|
|
NAMESRC=${NAMESRC:-appstream-glib} |
|
|
|
VERSION=${VERSION:-0.7.16} |
|
|
|
VERSION=${VERSION:-0.7.17} |
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} |
|
|
|
WGET=${WGET:-https://github.com/hughsie/appstream-glib/archive/appstream_glib_0_7_16.tar.gz} |
|
|
|
WGET=${WGET:-https://github.com/hughsie/appstream-glib/archive/appstream_glib_0_7_17.tar.gz} |
|
|
|
|
|
|
|
# Build infos |
|
|
|
NAMEPKG=${NAMEPKG:-appstream-glib} |
|
|
|