summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD20
1 files changed, 14 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1f4c071d309..456f16722b66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,27 +1,35 @@
-# Maintainer: Nascher <kevin at nascher dot org>
+# Maintainer: Nascher <kevin@nascher.org>
# Contributor: Ludovic LE ROUX <bojurama12@yahoo.com>
# This package is based on the gog-terraria package and the gog-freedom-planet package from Ainola.
+suffix=_treasure_trove
+
pkgname=gog-shovel-knight
-pkgver=2.7.0.9
-pkgrel=2
+pkgver=2.8.0.10
+pkgrel=1
pkgdesc='Yacht Club Games'
arch=("i686" "x86_64")
url='http://www.gog.com/game/shovel_knight'
license=('custom:commercial')
depends=('sdl2')
groups=('games')
-source=("gog://${pkgname//-/_}_${pkgver}.sh" "${pkgname}.desktop")
-sha512sums=('7fa66e8dfe1b7f165983d8571fc49512d12e706e8e4fdd855c77273ca73207d5610aebd752a12c4442a59148f190223d4df2340d143a726936b1f2f527dd6c77'
+source=("gog://${pkgname//-/_}${suffix}_${pkgver}.sh" "${pkgname}.desktop")
+sha512sums=('5b48afc6cfc5e2e531a5fc1314466fd5f20abc1b61e8502a3093b0acb0fb2554ffdf1b0c9da5aca5109a471e14700f37c90bbae09b5048626807cd710583e0c4'
'a30a86d218c1249aef5e4f8116d90b61913c74a0bb0629ef1a04c3736d2a3d1960d6b28d562aa83bbc49383594c55de346f9e1893e222e50bba6ebe0d8cd43fc')
# You need to download the gog.com installer file manually or with lgogdownloader.
-DLAGENTS+=("gog::/usr/bin/echo %u - This is is not a real URL, you need to download the GOG file manually to \"$PWD\" or setup a gog:// DLAGENT. Read this PKGBUILD for more information.")
+DLAGENTS+=("gog::/usr/bin/echo %u - This is is not a real URL, you need to download the GOG file manually to \"$PWD\" or setup a gog:// DLAGENT. Read this PKGBUILD for more
+information.")
# If you want to use lgogdownloader
# DLAGENTS+=('gogdownloader::/usr/bin/lgogdownloader --download-file=%u -o %o')
# source=("gogdownloader://shovel-knight/en3installer4" "${pkgname}.desktop")
+#
+# You can drop the file to the directory, where the PKGBUILD is and
+# remove the "gog://" from the source.
+# Example: "${pkgname//-/_}_${pkgver}.sh"
+
# Prevent compressing final package
PKGEXT='.pkg.tar'