summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpostblue2016-07-05 11:06:02 +0200
committerpostblue2016-07-05 11:06:02 +0200
commit57f07713eeed426a5b1fa806f3e81eaa9fa80c80 (patch)
tree9c5664b960b4841e1bf1f0f8f14f95ab22d2a645
parenteb869e917ece3b935cfd8262c7e934655bcb7fdb (diff)
downloadaur-57f07713eeed426a5b1fa806f3e81eaa9fa80c80.tar.gz
Change local file call
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a01f12cc8d33..73c646cb3fa4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = legend-of-grimrock
pkgdesc = A 3D grid-based dungeon crawler inspired by classic 1980s and 1990s action role-playing games Dungeon Master, Eye of the Beholder and Ultima Underworld.
pkgver = 20130515
- pkgrel = 2
+ pkgrel = 3
url = http://www.grimrock.net/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 90f964807d61..3fd33e8337d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='A 3D grid-based dungeon crawler inspired by classic 1980s and 1990s act
url='http://www.grimrock.net/'
_pkgdate=2013-05-15
pkgver=20130515
-pkgrel=2
+pkgrel=3
arch=(i686 x86_64)
license=(custom)
PKGEXT=.pkg.tar
@@ -18,7 +18,7 @@ depends=(
)
optdepends=('libtxc_dxtn: For Mesa S3TC support.')
source=(
- "local://LegendOfGrimrock-Linux-$_pkgdate.sh"
+ local://LegendOfGrimrock-Linux-$_pkgdate.sh
$pkgname.desktop
)
@@ -28,7 +28,7 @@ source=(
}
package() {
- sh ${source[0]//::/} --tar xf
+ sh ${source[0]//"local://"/} --tar xf
_target=$pkgdir/usr/share/$pkgname