summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTomasz Łaziuk2016-06-20 08:19:50 +0200
committerTomasz Łaziuk2016-06-20 08:21:35 +0200
commit24e6ed6bdaf68571177cfb1cf67592db3a3714b4 (patch)
tree8478110f6e5e49adcad5a07e561864a09070f3d5 /PKGBUILD
parentc309ce7ee31ab3412d87b35e736c437de68ca7f7 (diff)
downloadaur-24e6ed6bdaf68571177cfb1cf67592db3a3714b4.tar.gz
required java env changed
Diffstat (limited to 'PKGBUILD')
-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 {} \;
}