summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortectonic-deploy2018-11-06 04:38:40 +0000
committertectonic-deploy2018-11-06 04:38:40 +0000
commit6dbd28e169b1cdce34742ab74efd725ed6605be8 (patch)
tree8e5598c811275540be12fad0c18c11d7a15cc481
parentda77df1dfddf95e1ceb0a0975d9c3e0cda318346 (diff)
downloadaur-6dbd28e169b1cdce34742ab74efd725ed6605be8.tar.gz
Release v0.1.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 15 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 115d32219638..7c24e57d5ded 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tectonic
pkgdesc = Modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive
- pkgver = 0.1.10
- pkgrel = 1
+ pkgver = 0.1.11
+ pkgrel = 0
url = https://tectonic-typesetting.github.io/
arch = x86_64
license = MIT
@@ -9,8 +9,8 @@ pkgbase = tectonic
depends = fontconfig
depends = harfbuzz-icu
depends = openssl
- source = tectonic-0.1.10.tar.gz::https://crates.io/api/v1/crates/tectonic/0.1.10/download
- sha512sums = 44d75487a8543e765730751879fab44a78fe0fdc8cd92943be74e6e4c12df3ef0a002e1632991090e853d4944e95d3c1075d6e9a011fd432a8e8501adc52ebb9
+ source = tectonic-0.1.11.tar.gz::https://crates.io/api/v1/crates/tectonic/0.1.11/download
+ sha512sums = 103b22129e3daa28dbb6e68cbc256c711bc6cd3b51e3b356db67d421c6b547eef1d600da2750a5312426ad9db132f4f77d452abeb77062d5394e0f887af8ff81
pkgname = tectonic
diff --git a/PKGBUILD b/PKGBUILD
index e2c02646f438..30f4ddaf6904 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,17 @@
# Maintainer: Daniel M. Capella <polycitizen@gmail.com>
# Maintainer: Jan Tojnar <jtojnar@gmail.com>
+# The master version of this file is maintained here:
+#
+# https://github.com/tectonic-typesetting/tectonic/blob/master/dist/arch/PKGBUILD
+#
+# 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.
+
pkgname=tectonic
-pkgver=0.1.10
-pkgrel=1
+pkgver=0.1.11
+pkgrel=0
arch=('x86_64')
pkgdesc='Modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive'
url=https://tectonic-typesetting.github.io/
@@ -11,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=('44d75487a8543e765730751879fab44a78fe0fdc8cd92943be74e6e4c12df3ef0a002e1632991090e853d4944e95d3c1075d6e9a011fd432a8e8501adc52ebb9')
+sha512sums=('103b22129e3daa28dbb6e68cbc256c711bc6cd3b51e3b356db67d421c6b547eef1d600da2750a5312426ad9db132f4f77d452abeb77062d5394e0f887af8ff81')
build() {
cd $pkgname-$pkgver