summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD20
2 files changed, 19 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ac7ca05c479..834c73472a26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Thu Oct 6 15:39:46 UTC 2016
+# Sun Apr 9 17:43:52 UTC 2017
pkgbase = gog-shovel-knight
pkgdesc = Yacht Club Games
- pkgver = 2.7.0.9
- pkgrel = 2
+ pkgver = 2.8.0.10
+ pkgrel = 1
url = http://www.gog.com/game/shovel_knight
arch = i686
arch = x86_64
groups = games
license = custom:commercial
depends = sdl2
- source = gog://gog_shovel_knight_2.7.0.9.sh
+ source = gog://gog_shovel_knight_treasure_trove_2.8.0.10.sh
source = gog-shovel-knight.desktop
- sha512sums = 7fa66e8dfe1b7f165983d8571fc49512d12e706e8e4fdd855c77273ca73207d5610aebd752a12c4442a59148f190223d4df2340d143a726936b1f2f527dd6c77
+ sha512sums = 5b48afc6cfc5e2e531a5fc1314466fd5f20abc1b61e8502a3093b0acb0fb2554ffdf1b0c9da5aca5109a471e14700f37c90bbae09b5048626807cd710583e0c4
sha512sums = a30a86d218c1249aef5e4f8116d90b61913c74a0bb0629ef1a04c3736d2a3d1960d6b28d562aa83bbc49383594c55de346f9e1893e222e50bba6ebe0d8cd43fc
pkgname = gog-shovel-knight
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'