summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrik Karlsson2017-10-08 09:57:32 +0200
committerPatrik Karlsson2017-10-08 09:57:32 +0200
commit4409613162e6b86d1466d91b815ebe6b18cad023 (patch)
tree58e1d1a148f1bd39bf4eedc2a1d9839d033cad6b
parentf608bc9e74fe2b391bc0969e7378ee19e4ff4a82 (diff)
downloadaur-4409613162e6b86d1466d91b815ebe6b18cad023.tar.gz
Accept java 9
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a664480ad240..2b12149947ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = jotasync
pkgdesc = rsync GUI with integrated scheduler
pkgver = 0.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://trixon.se/projects/jotasync
arch = any
license = Apache
makedepends = desktop-file-utils
- depends = java-runtime=8
+ depends = java-runtime>=8
source = https://trixon.se/files/jotasync-0.3.1-bin.zip
source = jotaclient.sh
source = jotaserver.sh
diff --git a/PKGBUILD b/PKGBUILD
index e0c5f93d8b47..509bb5a0e4f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=jotasync
pkgver=0.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="rsync GUI with integrated scheduler"
arch=('any')
url="https://trixon.se/projects/jotasync"
license=('Apache')
-depends=('java-runtime=8')
+depends=('java-runtime>=8')
makedepends=('desktop-file-utils')
source=(
"https://trixon.se/files/$pkgname-$pkgver-bin.zip"