summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornot_anonymous2019-06-17 07:00:19 -0600
committernot_anonymous2019-06-17 07:00:19 -0600
commit2276efb86d2321a3393b145119ce890bfc09b726 (patch)
treede6aec7e89429c6f3fef8fdbb8d3266b80720b1b
parent0195254387244419c2282fa889642afb3aa86c3b (diff)
downloadaur-2276efb86d2321a3393b145119ce890bfc09b726.tar.gz
Updated
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6957086ce052..e2cace8c14e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = openrocket
pkgdesc = A free and fully featured rocket flight simulator - 6 degrees of freedom
pkgver = 15.03
- pkgrel = 2
+ pkgrel = 3
url = http://openrocket.info/
arch = any
license = GPL3
- depends = java-environment
- depends = bash
+ depends = java-environment=8
+ depends = desktop-file-utils
noextract = OpenRocket-15.03.jar
source = https://github.com/openrocket/openrocket/releases/download/release-15.03/OpenRocket-15.03.jar
source = openrocket.1
diff --git a/PKGBUILD b/PKGBUILD
index 46a576908ad2..11c7f1ac4928 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=openrocket
_pkgname=OpenRocket
pkgver=15.03
-pkgrel=2
+pkgrel=3
pkgdesc="A free and fully featured rocket flight simulator - 6 degrees of freedom"
arch=('any')
url=http://openrocket.info/
license=('GPL3')
-depends=('java-environment' 'bash')
+depends=('java-environment=8' 'desktop-file-utils')
source=("https://github.com/$pkgname/$pkgname/releases/download/release-$pkgver/$_pkgname-15.03.jar"
$pkgname.1
de_debian.tar.gz)