summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Born2017-10-04 00:01:29 +0200
committerAndreas Born2017-10-04 00:01:29 +0200
commit22c59fa42b3c8043ecda922b8ef1dd284582bdd9 (patch)
tree0ab4dd691cc7b3032f1fa37265a1078fb364dcc4
parent2dae970b444b52cd531263424f1a1e6c6376b4d6 (diff)
downloadaur-22c59fa42b3c8043ecda922b8ef1dd284582bdd9.tar.gz
Bump version to 11.4.564, depends now jre8
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c009dcc2a59..246b39a29a0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = lrz-syncshare
pkgdesc = Sync client for the LRZ Sync+Share service
- pkgver = 11.3.476
+ pkgver = 11.4.564
pkgrel = 1
url = https://syncandshare.lrz.de/
arch = any
license = custom
depends = desktop-file-utils
depends = hicolor-icon-theme
- depends = jre>8u
- depends = jre<9
+ depends = jre8
depends = xdg-utils
- source = LRZ_Sync_Share_11.3.476_Linux.tar.gz::https://syncandshare.lrz.de/client_deployment/LRZ_Sync_Share_Latest_Linux.tar.gz
- md5sums = 6f795a84f56014ba387abbcef5263401
+ source = LRZ_Sync_Share_11.4.564_Linux.tar.gz::https://syncandshare.lrz.de/client_deployment/LRZ_Sync_Share_Latest_Linux.tar.gz
+ md5sums = 3d3471fb617f98d63bc85681d17783e6
pkgname = lrz-syncshare
diff --git a/PKGBUILD b/PKGBUILD
index 2354c610d7fc..5303168f71f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Andreas Born <futur[DOT]andy[AT]gmail[DOT]com>
pkgname=lrz-syncshare
-pkgver=11.3.476
+pkgver=11.4.564
pkgrel=1
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' 'jre>8u' 'jre<9' 'xdg-utils')
+#depends=('desktop-file-utils' 'hicolor-icon-theme' 'jre>8u' 'jre<9' 'xdg-utils')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'jre8' 'xdg-utils')
source=("LRZ_Sync_Share_${pkgver}_Linux.tar.gz::https://syncandshare.lrz.de/client_deployment/LRZ_Sync_Share_Latest_Linux.tar.gz")
-md5sums=('6f795a84f56014ba387abbcef5263401')
+md5sums=('3d3471fb617f98d63bc85681d17783e6')
pkgver() {
cat "${srcdir}/LRZ_Sync_Share/VERSION"