summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortheredbaron18342018-07-03 21:28:49 -0400
committertheredbaron18342018-07-03 21:28:49 -0400
commitedbc52b8d3ca0c6fbf0ce3bc7ef9ff91e50ea532 (patch)
treecb4c64110d795b6091ad208ab14389e2c33b3184 /PKGBUILD
parent4673a03e4a9445a5981a3cd7b1a10dd552e6477d (diff)
downloadaur-edbc52b8d3ca0c6fbf0ce3bc7ef9ff91e50ea532.tar.gz
updated to 1.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9361a2229aee..413387e740cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stephen Bell <theredbaron1834 @ yahoo.com>
pkgname=destinationsol
pkgrel=1
-pkgver=1.3.1
+pkgver=1.5.0
pkgdesc="2D Space Arcade/RPG with Planets"
arch=('i686' 'x86_64')
url="https://github.com/MovingBlocks/DestinationSol"
@@ -13,7 +13,7 @@ build() {
mkdir "$srcdir/DestinationSol"
cd "$srcdir"/DestinationSol
msg "Grabbing files...."
- curl https://github.com/MovingBlocks/DestinationSol/releases/download/v1.3.1/DestinationSol.zip -L -o DestinationSol.zip
+ curl https://github.com/MovingBlocks/DestinationSol/releases/download/v1.5.0/DestinationSol1.5.0.zip -L -o DestinationSol.zip
unzip DestinationSol.zip
}