summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeremy Audet2019-01-04 23:57:35 -0500
committerJeremy Audet2019-01-04 23:57:35 -0500
commitd60766fc436407a998266b71f5023e5fc347ebb4 (patch)
treef91c06cacdd7605f0fb93cc5e614dea0955c7b87 /PKGBUILD
parent105244e9c6e64ef22a34140386bb73d502ff3ae8 (diff)
downloadaur-gog-pyre.tar.gz
Fix source URL
Use the local scheme instead of the file scheme. From a mailing list conversation: > local:// [...] is special-cased in makepkg -- if makepkg sees it, it > will not try to handle it as a download url no matter what. You can > get a similar result by using sdfsgsgfdiuyicl:// since makepkg does > most likely not have a DLAGENTS=() handler for this and will therefore > tell you it cannot figure out how to download it... but it's the > difference between "unknown download client" and "was not found in the > build directory and is not a URL."
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79d52a101bf6..344cf628c197 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='gog-pyre'
pkgver='1.50427.11957.23366'
-pkgrel=1
+pkgrel=2
pkgdesc='A party-based RPG in which you lead a band of exiles to freedom. (GOG version)'
url='https://www.gog.com/game/pyre'
license=('custom')
@@ -15,7 +15,7 @@ arch=('x86_64')
depends=('binkplayer-bin')
makedepends=('unzip')
# Copy the game file into the current directory before building.
-source=("file:///pyre_${pkgver//./_}.sh"
+source=("local:///pyre_${pkgver//./_}.sh"
"${pkgname}.desktop"
"${pkgname}")
sha256sums=('f42b4c55975df69e8d98069dea72178320485f6bb8b8a1573490e10331fa17d2'