summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Williams2020-09-08 02:07:34 +0000
committerPeter Williams2020-09-08 02:07:34 +0000
commita2756908a48c8e82e0d21e15f2f656775bd7946e (patch)
tree262c0cb556114b48d2bb7e8917f2cf05be8a23d9 /PKGBUILD
parent2e1d60ecd003a3f60fedfc3cb14f01fae5a2fa02 (diff)
downloadaur-a2756908a48c8e82e0d21e15f2f656775bd7946e.tar.gz
Release 0.1.14
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67c1060ece53..3dcc4d4f8ed1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,13 @@
# The master version of this file is maintained here:
#
-# https://github.com/tectonic-typesetting/tectonic/blob/master/dist/arch/PKGBUILD
+# https://github.com/tectonic-typesetting/tectonic/blob/master/dist/arch/PKGBUILD.in
#
-# The version on aur.archlinux.org is updated automatically through a Travis
-# CI deploy script that's invoked when new tags are pushed to the GitHub
-# tectonic repository.
+# The version on aur.archlinux.org is updated automatically by the Tectonic
+# CI/CD system # when new versions are released.
pkgname=tectonic
-pkgver=0.1.13
+pkgver=0.1.14
pkgrel=0
arch=('x86_64')
pkgdesc='Modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive'
@@ -20,7 +19,7 @@ license=('MIT')
depends=('fontconfig' 'harfbuzz-icu' 'openssl')
makedepends=('rust')
source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$pkgname/$pkgver/download")
-sha512sums=('837f38346d6b2c07d960d087f7eda1a0ca57735e18a71f956010c59bf9a45628ce40b4efc541f0b69cefe35261ffeb7d44e941448f5c550aeba3782f8b9d903b')
+sha512sums=('ae5c80be848ee19586acad843ecec3c53cda1150c4342ccf593a3faa03eeebda0fca526cdb6d777b987db3975c292835f5307fe4986f9068329518387c31fc23')
build() {
cd $pkgname-$pkgver