summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c065e0d5e86b..4277b401a3bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
pkgname=texlive-aastex6
pkgdesc="Package for preparing papers in American Astronomical Society (AAS) journals "
-pkgver=6.3
-pkgrel=2
+pkgver=6.3.1
+pkgrel=1
arch=('i686' 'x86_64')
url="http://journals.aas.org/authors/aastex.html"
license=('LPPL')
depends=('texlive-core' 'texlive-publishers')
provides=('texlive-aastex6')
install=texlive-aastex6.install
-source=('https://journals.aas.org/wp-content/uploads/2019/06/aastex63.cls'
+source=('https://journals.aas.org/wp-content/uploads/2021/02/aastex631.cls'
'https://journals.aas.org/wp-content/uploads/2019/06/aasjournal.bst')
-sha1sums=('6b02c31b19a8713526212d7dd524a776ecfcbf7e'
+sha1sums=('fb9659c616c735cd05f494103e1594e19c944519'
'88fda6521f0c8cf4d4fb77dfb572e7005c90206b')
@@ -22,7 +22,7 @@ package() {
cd "$srcdir"
# install current files
- install -Dm644 aastex63.cls $pkgdir/usr/share/texmf/tex/latex/aastex/aastex63.cls
+ install -Dm644 aastex631.cls $pkgdir/usr/share/texmf/tex/latex/aastex/aastex631.cls
install -Dm644 aasjournal.bst $pkgdir/usr/share/texmf/bibtex/bst/aastex/aasjournal.bst
}