summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortheredbaron18342018-07-03 21:28:49 -0400
committertheredbaron18342018-07-03 21:28:49 -0400
commitedbc52b8d3ca0c6fbf0ce3bc7ef9ff91e50ea532 (patch)
treecb4c64110d795b6091ad208ab14389e2c33b3184
parent4673a03e4a9445a5981a3cd7b1a10dd552e6477d (diff)
downloadaur-edbc52b8d3ca0c6fbf0ce3bc7ef9ff91e50ea532.tar.gz
updated to 1.5.0
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD4
2 files changed, 15 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25ff0e26f9f8..799a35fecce0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,3 +11,16 @@ pkgbase = destinationsol
pkgname = destinationsol
+pkgbase = destinationsol
+ pkgdesc = 2D Space Arcade/RPG with Planets
+ pkgver = 1.5.0
+ pkgrel = 1
+ url = https://github.com/MovingBlocks/DestinationSol
+ arch = i686
+ arch = x86_64
+ license = Apache V2
+ makedepends = unzip
+ depends = java-runtime-common
+
+pkgname = destinationsol
+
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
}