summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-11-16 01:17:10 +0100
committerhaawda2019-11-16 01:17:10 +0100
commitfc1b5021bbb285407e82aa116d565be3cb1de8fc (patch)
treeef73f6914fbd10dce967292e67a3c3dfee9af149
parent122a735ba3e03f4abd565374dca11aca25e99e5c (diff)
downloadaur-fc1b5021bbb285407e82aa116d565be3cb1de8fc.tar.gz
update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5108c217fab..f7060401456a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = jabref-git
pkgdesc = GUI frontend for BibTeX, written in Java -- built from git
- pkgver = 5.0alpha.r483.gca2953d0ed
+ pkgver = 5.0alpha.r539.ge47ab7aa3b
pkgrel = 1
url = https://www.jabref.org
arch = any
license = MIT
makedepends = git
makedepends = java-environment=12
- depends = java-environment=12
+ depends = java-environment=13
optdepends = gsettings-desktop-schemas: For web search support
provides = jabref
conflicts = jabref
diff --git a/PKGBUILD b/PKGBUILD
index a644f6602bcc..63622b41935e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@
# installation.
pkgname=jabref-git
-pkgver=5.0alpha.r483.gca2953d0ed
+pkgver=5.0alpha.r539.ge47ab7aa3b
pkgrel=1
pkgdesc="GUI frontend for BibTeX, written in Java -- built from git"
arch=('any')
url="https://www.jabref.org"
license=('MIT')
-depends=('java-environment=12') # tested with zulu-12-bin
+depends=('java-environment=13') # tested with openjdk 13 from official repos
makedepends=('git' 'java-environment=12')
optdepends=('gsettings-desktop-schemas: For web search support')
provides=('jabref')