summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Graën2022-04-27 16:15:21 +0200
committerJohannes Graën2022-04-27 16:15:21 +0200
commit9f10186abe24e2e4af2272d9a896e907f1ff2fc0 (patch)
tree7b498a1a45e3c7b7512667445e36adca48e2ef80
parent02edd02a19db9bcec7294aa0f122e57d0ece198b (diff)
downloadaur-9f10186abe24e2e4af2272d9a896e907f1ff2fc0.tar.gz
5.6 > 5.7
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ec7f4816061..cd7ac13380ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jabref-latest
pkgdesc = GUI frontend for BibTeX, written in Java; latest main (master) version from git
- pkgver = 20220118
+ pkgver = 20220426
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-20220118.tgz::https://builds.jabref.org/main/JabRef-5.6-portable_linux.tar.gz
+ source = Jabref-20220426.tgz::https://builds.jabref.org/main/JabRef-5.7-portable_linux.tar.gz
source = https://raw.githubusercontent.com/JabRef/jabref/main/LICENSE.md
source = jabref.sh
source = JabRef.desktop
diff --git a/PKGBUILD b/PKGBUILD
index a7e883b3ad09..bdcb5c1c4713 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Johannes Graën <johannes SPIRALGALAXY selfnet FULLSTOP de>
pkgname=jabref-latest
-pkgver=20220118
+pkgver=20220426
pkgrel=1
pkgdesc="GUI frontend for BibTeX, written in Java; latest main (master) version from git"
arch=('x86_64')
@@ -17,7 +17,7 @@ depends=('glibc'
'alsa-lib'
'python3')
optdepends=('gsettings-desktop-schemas: For web search support')
-source=(Jabref-${pkgver}.tgz::https://builds.jabref.org/main/JabRef-5.6-portable_linux.tar.gz
+source=(Jabref-${pkgver}.tgz::https://builds.jabref.org/main/JabRef-5.7-portable_linux.tar.gz
https://raw.githubusercontent.com/JabRef/jabref/main/LICENSE.md
jabref.sh
JabRef.desktop
@@ -30,7 +30,7 @@ sha256sums=('SKIP'
pkgver() {
- curl --silent --head https://builds.jabref.org/main/JabRef-5.6-portable_linux.tar.gz \
+ curl --silent --head https://builds.jabref.org/main/JabRef-5.7-portable_linux.tar.gz \
| grep -i "last-modified" | cut -d' ' -f2- | date -f - +%Y%m%d
}