summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Audet2019-02-02 17:11:19 -0500
committerJeremy Audet2019-02-02 17:11:19 -0500
commitd278c1ba6f866312187271a151616478f39d07a4 (patch)
tree1f5413f5aad06b06bd30adf9053350b2f7c42d88
parent41785085291660fc86fe61338dd224a0228bacc9 (diff)
downloadaur-d278c1ba6f866312187271a151616478f39d07a4.tar.gz
Tweak source URL
The semantics of the "local" scheme are not well defined. However, it's wise to use the scheme with a forward-looking attitude, so that it will remain compatible with whatever specification might be put in place in the future. The best analog to "local" is "file," for which all of the following are valid and equivalent: file:///absolute/path file://localhost/absolute/path file:/absolute-path The important bit here is that "//" precedes the authority (hostname). Do the same thing for this package.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d3b5c554672..63d5ce17d095 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gog-bastion
pkgdesc = An action role-playing game set in a lush imaginative world. (GOG version)
pkgver = 1.50436.29.08.2018.23317
- pkgrel = 1
+ pkgrel = 2
epoch = 2
url = https://www.gog.com/game/bastion
arch = i686
@@ -9,8 +9,7 @@ pkgbase = gog-bastion
groups = games
groups = gog
license = custom
- makedepends = unzip
- source = local://bastion_1_50436_29_08_2018_23317.sh
+ source = local:///bastion_1_50436_29_08_2018_23317.sh
source = gog-bastion.desktop
source = gog-bastion
sha256sums = e8b35a29dbe0e941232eea3c63ad2ae75f3d605868dfab5acdae85254e73b79a
diff --git a/PKGBUILD b/PKGBUILD
index 7c4af63b1e60..8af4cffbba84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@ pkgname=gog-bastion
# pkgver was once 2.0.0.1
epoch=2
pkgver='1.50436.29.08.2018.23317'
-pkgrel=1
+pkgrel=2
pkgdesc='An action role-playing game set in a lush imaginative world. (GOG version)'
url='https://www.gog.com/game/bastion'
license=('custom')
groups=('games' 'gog')
arch=('i686' 'x86_64')
-source=("local://bastion_${pkgver//./_}.sh"
+source=("local:///bastion_${pkgver//./_}.sh"
"${pkgname}.desktop"
"$pkgname")
sha256sums=('e8b35a29dbe0e941232eea3c63ad2ae75f3d605868dfab5acdae85254e73b79a'