summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Laß2021-09-07 10:49:54 +0200
committerMichael Laß2021-09-07 10:49:54 +0200
commite297c9ab17ae2abfba1a997847b0616c2ff6df7a (patch)
tree3b00e57924c1a5d40b843203ed87c547a5a34f04
parent4abe6e4aae5f34729a02c582c6a3708b333cc931 (diff)
downloadaur-e297c9ab17ae2abfba1a997847b0616c2ff6df7a.tar.gz
Include CSL styles
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa67b2538db6..22b398f55e95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jabref
pkgdesc = Graphical Java application for managing BibTeX and biblatex (.bib) databases
pkgver = 5.3
- pkgrel = 2
+ pkgrel = 3
url = https://www.jabref.org/
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 36dfe98c75e1..3082fbf312c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=jabref
pkgver=5.3
-pkgrel=2
+pkgrel=3
pkgdesc="Graphical Java application for managing BibTeX and biblatex (.bib) databases"
arch=(any)
url="https://www.jabref.org/"
@@ -32,7 +32,8 @@ sha256sums=('a75f471304d39bc2a8eb6fa99b4d249b6d71d9243b453e3baa60fde71cf93705'
prepare() {
cd ${pkgname}-${pkgver}
- # Include CSL locales in our build
+ # Include CSL styles and locales in our build
+ cp -r buildres/csl/csl-styles/* src/main/resources/csl-styles/
cp -r buildres/csl/csl-locales/* src/main/resources/csl-locales/
}