summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Lau2017-09-27 16:22:12 +0200
committerSebastian Lau2017-09-27 16:22:12 +0200
commit6f92c460fc360780e883bc323b3e6e8aa884032d (patch)
tree60690f6929198db37afba8da45b0c202af28f72e
parent411fe78176f8cd06f54282a29832b457f9bcfd09 (diff)
downloadaur-6f92c460fc360780e883bc323b3e6e8aa884032d.tar.gz
UPD dependency java-runtime to >=8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c963b32cd947..3bd389423630 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Wed Sep 27 14:15:31 UTC 2017
+# Wed Sep 27 14:21:51 UTC 2017
pkgbase = astah-professional
pkgdesc = easy-to-use UML2.x modeler
pkgver = 7.2.0
- pkgrel = 1
+ pkgrel = 2
url = http://astah.net/editions/professional
install = astah-professional.install
arch = any
license = custom:none
- depends = java-runtime
+ depends = java-runtime>=8
conflicts = astah_community
source = http://cdn.change-vision.com/files/astah-professional-7_2_0-1ff236.zip
source = astah-professional.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 5a2213ea6de0..24b71446ebff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@ pkgname='astah-professional'
_pkgname=${pkgname//-/_}
pkgver='7.2.0'
_pkgver=${pkgver//./_}
-pkgrel=1
+pkgrel=2
_pkgrel=1ff236
pkgdesc='easy-to-use UML2.x modeler'
arch=('any')
url="http://astah.net/editions/professional"
conflicts=('astah_community')
license=('custom:none')
-depends=('java-runtime')
+depends=('java-runtime>=8')
source=("http://cdn.change-vision.com/files/${pkgname}-${_pkgver}-$_pkgrel.zip"
"astah-professional.desktop"
"astah-professional.png"