summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Born2016-10-26 21:53:49 +0200
committerAndreas Born2016-10-26 21:53:49 +0200
commite6934212672072b1987660654925889a4fb4809e (patch)
tree6e0748cb0a4fe0221f34d08bd71783f7510a696a
parent94bf57e9f3187a5a82ae1de0347588c785bbf5f6 (diff)
downloadaur-e6934212672072b1987660654925889a4fb4809e.tar.gz
Change dependency to jre
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12cc0d0a35b7..6e2398f1c73c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Sep 29 17:54:26 UTC 2016
+# Wed Oct 26 19:51:17 UTC 2016
pkgbase = lrz-syncshare
pkgdesc = Sync client for the LRZ Sync+Share service
pkgver = 10.6.450
- pkgrel = 1
+ pkgrel = 2
url = https://syncandshare.lrz.de/
arch = any
license = custom
depends = desktop-file-utils
depends = hicolor-icon-theme
- depends = java-runtime-jre=8
+ depends = jre>8u
+ depends = jre<9
depends = xdg-utils
source = https://syncandshare.lrz.de/client_deployment/LRZ_Sync_Share_Latest_Linux.tar.gz
md5sums = 05b842a4776319c812ea9147015f423d
diff --git a/PKGBUILD b/PKGBUILD
index 88f86d6d18e8..b8038989e099 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
# Contributor: Andreas Born <futur[DOT]andy[AT]goooglemail[DOT]com>
pkgname=lrz-syncshare
pkgver=10.6.450
-pkgrel=1
+pkgrel=2
pkgdesc="Sync client for the LRZ Sync+Share service"
url='https://syncandshare.lrz.de/'
arch=('any')
license=('custom')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'java-runtime-jre=8' 'xdg-utils')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'jre>8u' 'jre<9' 'xdg-utils')
source=("https://syncandshare.lrz.de/client_deployment/LRZ_Sync_Share_Latest_Linux.tar.gz")
md5sums=('05b842a4776319c812ea9147015f423d')