summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTectonic CI2021-06-07 16:17:26 +0000
committerTectonic CI2021-06-07 16:17:26 +0000
commit88234198c700222e809e9f6ea80617761a79d257 (patch)
tree82945389d6d5a9da6994a3729a8e358fd06fce8f
parenta42c8982e2ecbfc44de807cf3d254bc764b172d3 (diff)
downloadaur-88234198c700222e809e9f6ea80617761a79d257.tar.gz
Release 0.5.1
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD16
2 files changed, 18 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8041f114bc2f..06c5e54a1f84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = tectonic-bin
pkgdesc = Modernized, complete, self-contained TeX/LaTeX engine, powered by XeTex and TeXLive (binary release)
- pkgver = 0.5.0
- pkgrel = 0
+ pkgver = 0.5.1
+ pkgrel = 1
url = https://github.com/tectonic-typesetting/tectonic
arch = x86_64
+ arch = i686
arch = armv7h
license = MIT
depends = fontconfig
@@ -13,9 +14,11 @@ pkgbase = tectonic-bin
conflicts = tectonic
source = https://raw.githubusercontent.com/tectonic-typesetting/tectonic/master/LICENSE
sha512sums = 5d2f16e9171ba223b0d9d12b0c022718e02b2a8738ec4a664b9eb2ca19d7b67f178f6606edd75a8201e1ab99a88937b9e4c4d01e4a3cdf0ccfedb536207db0a3
- source_x86_64 = tectonic-0.5.0.tar.gz::https://github.com/tectonic-typesetting/tectonic/releases/download/tectonic%400.5.0/tectonic-0.5.0-x86_64-unknown-linux-gnu.tar.gz
- sha512sums_x86_64 = 476508e75f8de0ceac149c72647e46c8ec5e2c200084710283604999d2367e3946ff99f5e61b4f764559faa32ca93c75a5ba6fffc2ffbc75f4d89ab0e58bbd95
- source_armv7h = tectonic-0.5.0.tar.gz::https://github.com/tectonic-typesetting/tectonic/releases/download/tectonic%400.5.0/tectonic-0.5.0-arm-unknown-linux-musleabihf.tar.gz
- sha512sums_armv7h = 4f6fbdca82319a78bb6e25b8127d73d3c4d220265a1f31799176881fe875e613a4bdff7454b281ed0676cc7049394a499a2f8974166e458c38611dc902a07183
+ source_x86_64 = tectonic-0.5.1.tar.gz::https://github.com/tectonic-typesetting/tectonic/releases/download/tectonic%400.5.1/tectonic-0.5.1-x86_64-unknown-linux-gnu.tar.gz
+ sha512sums_x86_64 = c2d8afe6fd62fd5e95907bd6de1207f1afb0001148ccd31ce404d11f78eed7a073d8334f5636369743a0c5f8820080f9099709be799f5e865ed032881302e9e9
+ source_i686 = tectonic-0.5.1.tar.gz::https://github.com/tectonic-typesetting/tectonic/releases/download/tectonic%400.5.1/tectonic-0.5.1-i686-unknown-linux-gnu.tar.gz
+ sha512sums_i686 = @i686_sha512@
+ source_armv7h = tectonic-0.5.1.tar.gz::https://github.com/tectonic-typesetting/tectonic/releases/download/tectonic%400.5.1/tectonic-0.5.1-arm-unknown-linux-musleabihf.tar.gz
+ sha512sums_armv7h = f65dc16d095bd6eb822e95e3666742707629f552707c398b6b03d757cc7825d906bc05a0081a06f6a98032b60f060ba7032d6c33dd5347084c91a2e8cabf361d
pkgname = tectonic-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2a5352a8c3f6..326a76260f07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: lmartinez-mirror <lmartinez-mirror@noreply.github.com>
+# Maintainer: Luis Martinez <luis dot martinez at tuta dot io>
# Contributor: tectonic-deploy <sasha+tectonic@hackafe.net>
# The master version of this file is maintained here:
@@ -11,10 +11,10 @@
pkgname=tectonic-bin
_pkgname=tectonic
-pkgver=0.5.0
-pkgrel=0
+pkgver=0.5.1
+pkgrel=1
pkgdesc='Modernized, complete, self-contained TeX/LaTeX engine, powered by XeTex and TeXLive (binary release)'
-arch=('x86_64' 'armv7h')
+arch=('x86_64' 'i686' 'armv7h')
url='https://github.com/tectonic-typesetting/tectonic'
license=('MIT')
depends=('fontconfig' 'harfbuzz-icu' 'openssl')
@@ -22,12 +22,14 @@ provides=('tectonic')
conflicts=('tectonic')
source=("https://raw.githubusercontent.com/tectonic-typesetting/tectonic/master/LICENSE")
source_x86_64=("$_pkgname-$pkgver.tar.gz::$url/releases/download/$_pkgname%40$pkgver/$_pkgname-$pkgver-x86_64-unknown-linux-gnu.tar.gz")
+source_i686=("$_pkgname-$pkgver.tar.gz::$url/releases/download/$_pkgname%40$pkgver/$_pkgname-$pkgver-i686-unknown-linux-gnu.tar.gz")
source_armv7h=("$_pkgname-$pkgver.tar.gz::$url/releases/download/$_pkgname%40$pkgver/$_pkgname-$pkgver-arm-unknown-linux-musleabihf.tar.gz")
sha512sums=('5d2f16e9171ba223b0d9d12b0c022718e02b2a8738ec4a664b9eb2ca19d7b67f178f6606edd75a8201e1ab99a88937b9e4c4d01e4a3cdf0ccfedb536207db0a3')
-sha512sums_x86_64=('476508e75f8de0ceac149c72647e46c8ec5e2c200084710283604999d2367e3946ff99f5e61b4f764559faa32ca93c75a5ba6fffc2ffbc75f4d89ab0e58bbd95')
-sha512sums_armv7h=('4f6fbdca82319a78bb6e25b8127d73d3c4d220265a1f31799176881fe875e613a4bdff7454b281ed0676cc7049394a499a2f8974166e458c38611dc902a07183')
+sha512sums_x86_64=('c2d8afe6fd62fd5e95907bd6de1207f1afb0001148ccd31ce404d11f78eed7a073d8334f5636369743a0c5f8820080f9099709be799f5e865ed032881302e9e9')
+sha512sums_i686=('@i686_sha512@')
+sha512sums_armv7h=('f65dc16d095bd6eb822e95e3666742707629f552707c398b6b03d757cc7825d906bc05a0081a06f6a98032b60f060ba7032d6c33dd5347084c91a2e8cabf361d')
package() {
install -Dm755 tectonic -t "$pkgdir/usr/bin/"
- install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$_pkgname/"
+ install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
}