summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2019-09-29 20:55:59 +0200
committerhaawda2019-09-29 20:55:59 +0200
commit5bdd150a9feec07de7bcaec29b61620561b1785c (patch)
tree8ebd35aecb20d97277701a1306bf77f1403a1dc0 /PKGBUILD
parent1e17d324b45306b113b6c69929e75d7f938881ae (diff)
downloadaur-5bdd150a9feec07de7bcaec29b61620561b1785c.tar.gz
fixed startscript
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bdf7b55b339f..5863c1f5cd76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
# installation.
pkgname=jabref-git
-pkgver=5.0alpha.r141.gdb96f88659
-pkgrel=2
+pkgver=5.0alpha.r162.g74fb8bcbd3
+pkgrel=1
pkgdesc="GUI frontend for BibTeX, written in Java -- built from git"
arch=('any')
url="https://www.jabref.org"
@@ -23,7 +23,7 @@ source=("${pkgname%-git}::git+https://github.com/JabRef/jabref.git"
"${pkgname%-git}.sh")
md5sums=('SKIP'
'5f76feb6b2f66a2ea8b52bca999a934f'
- '73b5bf3abbaf3412d8c1f7bc2ad3d09b')
+ '62d98bfb62f98615ea05e6b01d1148ca')
pkgver() {
cd ${pkgname%-git}