summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTectonic CI2021-10-11 21:18:53 +0000
committerTectonic CI2021-10-11 21:18:53 +0000
commit97a0c2ff27cca5d0936f6630d122eb3bced59ff0 (patch)
treee133719ee4b586a847d45a25e8cda17bdbe0df2a
parenta58e21c65f45ac964a848a7d007ddc079815dd26 (diff)
downloadaur-tectonic.tar.gz
Release 0.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index caf695878719..ce5124da0a5f 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.7.1
+ pkgver = 0.8.0
pkgrel = 1
url = https://tectonic-typesetting.github.io/
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = tectonic
depends = fontconfig
depends = harfbuzz-icu
depends = openssl
- source = tectonic-0.7.1.tar.gz::https://crates.io/api/v1/crates/tectonic/0.7.1/download
- sha512sums = ffd09ea7fc0f2e4914883134d018d5b6f6b4769a899b29f4942ba01c144e93d9b1f2a192fe05668322331050bcafc8593c4559d819284239f70b7d6f3b59fb0f
+ source = tectonic-0.8.0.tar.gz::https://crates.io/api/v1/crates/tectonic/0.8.0/download
+ sha512sums = 4750b32621f5557bd4ef885445898b1b555461bc30cf8476a9fb2a76b008d7378664465f4cd6b1b8ddc7305cd24bda4a6d865ec925fad64edcd9e4a302d70b21
pkgname = tectonic
diff --git a/PKGBUILD b/PKGBUILD
index a003eae0e8e2..2d5bae91a3b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
# against Tectonic if the settings in this file need changing.
pkgname=tectonic
-pkgver=0.7.1
+pkgver=0.8.0
pkgrel=1
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
pkgdesc='Modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive'
@@ -20,7 +20,7 @@ license=('MIT')
depends=('fontconfig' 'harfbuzz-icu' 'openssl')
makedepends=('cargo' 'pkg-config')
source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$pkgname/$pkgver/download")
-sha512sums=('ffd09ea7fc0f2e4914883134d018d5b6f6b4769a899b29f4942ba01c144e93d9b1f2a192fe05668322331050bcafc8593c4559d819284239f70b7d6f3b59fb0f')
+sha512sums=('4750b32621f5557bd4ef885445898b1b555461bc30cf8476a9fb2a76b008d7378664465f4cd6b1b8ddc7305cd24bda4a6d865ec925fad64edcd9e4a302d70b21')
build() {
cd $pkgname-$pkgver