summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTectonic CI2021-01-03 03:39:34 +0000
committerTectonic CI2021-01-03 03:39:34 +0000
commitaee4e11811bdd6ebb4466fd52f56e03df654baa7 (patch)
tree67abdc02ad385f36b12cba2272a999579e8d9d35 /PKGBUILD
parent14785e62f7ad1123dfd9d553957d68eca409caa2 (diff)
downloadaur-aee4e11811bdd6ebb4466fd52f56e03df654baa7.tar.gz
Release 0.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0aee29656114..a6e48c274eb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,14 @@
# The master version of this file is maintained here:
#
-# https://github.com/tectonic-typesetting/tectonic/blob/master/dist/arch/PKGBUILD.in
+# https://github.com/tectonic-typesetting/tectonic/blob/master/dist/arch/PKGBUILD.src.in
#
# The version on aur.archlinux.org is updated automatically by the Tectonic
-# CI/CD system # when new versions are released.
+# CI/CD system when new versions are released. Pull requests should be filed
+# against Tectonic if the settings in this file need changing.
pkgname=tectonic
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=0
arch=('x86_64')
pkgdesc='Modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive'
@@ -19,7 +20,7 @@ license=('MIT')
depends=('fontconfig' 'harfbuzz-icu' 'openssl')
makedepends=('rust' 'gcc' 'pkg-config')
source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$pkgname/$pkgver/download")
-sha512sums=('00a4007204f4cb2aef5726c4f13c7e0911b1a5c3f622b681314612316ae90cc58efb24438c5e1cc5beb5ce3e5f87f004181edaaf9b7507ba128accb10109d436')
+sha512sums=('cd4e48781daa08f5518d97cc20fb13212d136954c41459fc5a5ac0eaf149ada3dd1b01e2117dd339c30f3423f970ebc734377e8e99612439e2b69c9e4922a53d')
build() {
cd $pkgname-$pkgver