summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Graën2023-01-12 16:08:46 +0100
committerJohannes Graën2023-01-12 16:08:46 +0100
commite0e1edd19c8f026c0949b851dafc8195179f7892 (patch)
tree50f0ccb3734576ac22084073b80057865e104ea1
parent1373850577d2ec8416d7f169d853097c320a4663 (diff)
downloadaur-e0e1edd19c8f026c0949b851dafc8195179f7892.tar.gz
new version 2.9
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD13
2 files changed, 5 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed38d936e374..fbdea5304d87 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 = 20220805
+ pkgver = 20230110
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-20220805.tgz::https://builds.jabref.org/main/JabRef-5.8-portable_linux.tar.gz
+ source = Jabref-20230110.tgz::https://builds.jabref.org/main/JabRef-5.9-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 b8cefa73557f..ef7e7559d845 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Johannes Graën <johannes SPIRALGALAXY selfnet FULLSTOP de>
pkgname=jabref-latest
-pkgver=20220805
+pkgver=20230110
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.8-portable_linux.tar.gz
+source=(Jabref-${pkgver}.tgz::https://builds.jabref.org/main/JabRef-5.9-portable_linux.tar.gz
https://raw.githubusercontent.com/JabRef/jabref/main/LICENSE.md
jabref.sh
JabRef.desktop
@@ -30,20 +30,13 @@ sha256sums=('SKIP'
pkgver() {
- curl --silent --head https://builds.jabref.org/main/JabRef-5.8-portable_linux.tar.gz \
+ curl --silent --head https://builds.jabref.org/main/JabRef-5.9-portable_linux.tar.gz \
| grep -i "last-modified" | cut -d' ' -f2- | date -f - +%Y%m%d
}
package() {
cd ${srcdir}
mv JabRef jabref
- #find JabRef/ -name 'org.jabref.jabref.json' -exec sed -i 's@/opt/jabref/lib/@/opt/JabRef/lib/@' {} \;
- #install -Dm755 JabRef/bin/JabRef ${pkgdir}/opt/JabRef/bin/JabRef
- #find JabRef/lib -type f -exec install -Dm644 "{}" "${pkgdir}/opt/{}" \;
- #chmod +x ${pkgdir}/opt/JabRef/lib/runtime/bin/*
- #chmod +x ${pkgdir}/opt/JabRef/lib/runtime/lib/jexec
- #chmod +x ${pkgdir}/opt/JabRef/lib/runtime/lib/jspawnhelper
- #chmod +x ${pkgdir}/opt/JabRef/lib/jabrefHost.py
install -Dm755 jabref/bin/JabRef ${pkgdir}/opt/jabref/bin/JabRef
find jabref/lib -type f -exec install -Dm644 "{}" "${pkgdir}/opt/{}" \;
chmod +x ${pkgdir}/opt/jabref/lib/runtime/bin/*