summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Graën2020-12-25 13:06:55 +0100
committerJohannes Graën2020-12-25 13:06:55 +0100
commitd3f630ad7792fc9858da2bcc55e08c61aed87bb9 (patch)
tree7912e80cfc76cb9ff7be28899588ea6040b813ea
parentd0825adb0bba237a80c4305fd339d199787d8a0c (diff)
downloadaur-d3f630ad7792fc9858da2bcc55e08c61aed87bb9.tar.gz
version 5.2 > 5.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD14
-rw-r--r--[-rwxr-xr-x]jabref.sh0
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1ffca344a6d..750815a9c7f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jabref-latest
pkgdesc = GUI frontend for BibTeX, written in Java; latest master version from git
- pkgver = 20200916
+ pkgver = 20201224
pkgrel = 1
url = https://www.jabref.org/
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = jabref-latest
optdepends = gsettings-desktop-schemas: For web search support
provides = jabref
conflicts = jabref
- source = Jabref-20200916.tgz::https://builds.jabref.org/master/JabRef-5.2-portable_linux.tar.gz
+ source = Jabref-20201224.tgz::https://builds.jabref.org/master/JabRef-5.3-portable_linux.tar.gz
source = https://raw.githubusercontent.com/JabRef/jabref/master/LICENSE.md
source = jabref.sh
source = JabRef.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 687982e2372d..821c4a641a1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Johannes Graën <johannes SPIRALGALAXY selfnet FULLSTOP de>
pkgname=jabref-latest
-pkgver=20200916
+pkgver=20201224
pkgrel=1
pkgdesc="GUI frontend for BibTeX, written in Java; latest master version from git"
arch=('x86_64')
@@ -11,13 +11,13 @@ provides=('jabref')
conflicts=('jabref')
depends=('glibc'
'freetype2'
- 'libxtst'
- 'libnet'
- 'libxrender'
- 'alsa-lib'
+ 'libxtst'
+ 'libnet'
+ 'libxrender'
+ 'alsa-lib'
'python3')
optdepends=('gsettings-desktop-schemas: For web search support')
-source=(Jabref-${pkgver}.tgz::https://builds.jabref.org/master/JabRef-5.2-portable_linux.tar.gz
+source=(Jabref-${pkgver}.tgz::https://builds.jabref.org/master/JabRef-5.3-portable_linux.tar.gz
https://raw.githubusercontent.com/JabRef/jabref/master/LICENSE.md
jabref.sh
JabRef.desktop
@@ -30,7 +30,7 @@ sha256sums=('SKIP'
pkgver() {
- curl --silent --head https://builds.jabref.org/master/JabRef-5.2-portable_linux.tar.gz \
+ curl --silent --head https://builds.jabref.org/master/JabRef-5.3-portable_linux.tar.gz \
| grep -i "last-modified" | cut -d' ' -f2- | date -f - +%Y%m%d
}
diff --git a/jabref.sh b/jabref.sh
index edd67468a11b..edd67468a11b 100755..100644
--- a/jabref.sh
+++ b/jabref.sh