summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2019-11-16 12:09:26 +0100
committerhaawda2019-11-16 12:09:26 +0100
commit9990485e3f740446fcf681496221db92b1e6f2aa (patch)
tree618e113c2f76179ab57671a84cbdf3e854b8b0b0 /PKGBUILD
parent3334b6fce5ab5c58233dd1b409aa24c212ee3d99 (diff)
downloadaur-slashtime.tar.gz
needs an old java, tested with openjdk 8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca12c4a0079e..083c73974c06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=slashtime
pkgver=0.5.13
-pkgrel=2
+pkgrel=3
pkgdesc="A small program which displays the time in various places"
arch=('any')
url="https://github.com/afcowie/slashtime.git"
license=('GPL')
-depends=('java-gnome-bin' 'java-runtime' 'sh' 'hicolor-icon-theme')
-makedepends=('java-environment' 'git')
+depends=('java-gnome-bin' 'java-runtime=8' 'sh' 'hicolor-icon-theme')
+makedepends=('java-environment=8' 'git')
source=("git+$url#commit=357e15714e9948dc3ae0aefb02325d83266c9740")
md5sums=('SKIP')