summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Łaziuk2016-06-20 08:19:50 +0200
committerTomasz Łaziuk2016-06-20 08:19:50 +0200
commit03138e0657c657e612ec21115c16090cd0543d92 (patch)
tree54be3511c75d325edebdc36dc4c14d7ccd1f6d44
parentc309ce7ee31ab3412d87b35e736c437de68ca7f7 (diff)
downloadaur-03138e0657c657e612ec21115c16090cd0543d92.tar.gz
required java env changed
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0408de5b2ee3..10d5defe7d92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=worksnaps
pkgver=1.1.20150618
-pkgrel=2
+pkgrel=3
pkgdesc="Time Tracking with Screenshots for Remote Teams"
arch=('any')
url="http://www.worksnaps.com/www/download.shtml"
license=('unknown')
-depends=('jre7-openjdk')
+depends=('java-runtime')
source=("http://worksnaps-download.s3.amazonaws.com/WSClient-linux-$pkgver.zip")
md5sums=('7bc4f74ac3d7ed0e889172596c32eff7')
@@ -23,7 +23,7 @@ exec "$script"'
chmod a+rx "$filename"
# make sure everybody has access to the files
chmod a+r "$srcdir" --recursive
- # worksnaps requires write access to the sh filesi, thats unsafe but otherwise an java exception is thrown
+ # worksnaps requires write access to the sh files, thats unsafe but otherwise an java exception is thrown
find "$srcdir" -type f -name "*.sh" -exec chmod a+rwx {} \;
}