summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaphael Michel2018-05-18 21:57:43 +0200
committerRaphael Michel2018-05-18 21:57:43 +0200
commitc01f2c3f3077ddb338470ba608186d9ca473acf5 (patch)
treef167556e9c87ec4f56a4a91d4fc61a0c6995a257 /PKGBUILD
parent08ebcf519207f423f7b663bd34498e842941bc6a (diff)
downloadaur-c01f2c3f3077ddb338470ba608186d9ca473acf5.tar.gz
Dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ef16891d04d..ae67ab8037f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Raphael Michel <mail@raphaelmichel.de>
_pkgname=pretixdesk
pkgname=$_pkgname-git
-pkgver=r71.a61e9c1
+pkgver=r100.b50a437
pkgrel=1
pkgdesc="Desktop application for attendee check-in with the pretix ticketing system"
arch=('x86_64')
license=('GPL')
url="https://pretix.eu"
-depends=('jdk>=9' 'bash' 'sqlite')
-makedepends=('jdk>=9' 'gradle')
+depends=('jre8-openjdk' 'java-openjfx' 'bash' 'sqlite')
+makedepends=('jre8-openjdk' 'java-openjfx' 'gradle')
source=('git+https://github.com/pretix/pretixdesk.git' 'git+https://github.com/pretix/libpretixsync.git' 'launcher' 'pretixdesk.desktop')
conflicts=('pretixdesk')
provides=('pretixdesk')