summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTectonic CI2021-01-03 03:39:34 +0000
committerTectonic CI2021-01-03 03:39:34 +0000
commitaee4e11811bdd6ebb4466fd52f56e03df654baa7 (patch)
tree67abdc02ad385f36b12cba2272a999579e8d9d35
parent14785e62f7ad1123dfd9d553957d68eca409caa2 (diff)
downloadaur-aee4e11811bdd6ebb4466fd52f56e03df654baa7.tar.gz
Release 0.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 217a3b2f014b..f83183952fd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tectonic
pkgdesc = Modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive
- pkgver = 0.4.0
+ pkgver = 0.4.1
pkgrel = 0
url = https://tectonic-typesetting.github.io/
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = tectonic
depends = fontconfig
depends = harfbuzz-icu
depends = openssl
- source = tectonic-0.4.0.tar.gz::https://crates.io/api/v1/crates/tectonic/0.4.0/download
- sha512sums = 00a4007204f4cb2aef5726c4f13c7e0911b1a5c3f622b681314612316ae90cc58efb24438c5e1cc5beb5ce3e5f87f004181edaaf9b7507ba128accb10109d436
+ source = tectonic-0.4.1.tar.gz::https://crates.io/api/v1/crates/tectonic/0.4.1/download
+ sha512sums = cd4e48781daa08f5518d97cc20fb13212d136954c41459fc5a5ac0eaf149ada3dd1b01e2117dd339c30f3423f970ebc734377e8e99612439e2b69c9e4922a53d
pkgname = tectonic
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