Date: Thursday, October 27, 2022 @ 19:27:50
  Author: freswa
Revision: 1338230

archrelease: copy trunk to community-x86_64

Added:
  tectonic/repos/community-x86_64/PKGBUILD
    (from rev 1338229, tectonic/trunk/PKGBUILD)
Deleted:
  tectonic/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-27 19:27:47 UTC (rev 1338229)
+++ PKGBUILD    2022-10-27 19:27:50 UTC (rev 1338230)
@@ -1,41 +0,0 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-# Contributor: tectonic-deploy <[email protected]>
-# Contributor: Daniel M. Capella <[email protected]>
-# Contributor: Jan Tojnar <[email protected]>
-
-pkgname=tectonic
-pkgver=0.11.0
-pkgrel=2
-pkgdesc='Modernized, complete, self-contained TeX/LaTeX engine, powered by 
XeTeX and TeXLive'
-arch=('x86_64')
-url='https://tectonic-typesetting.github.io/'
-license=('MIT')
-depends=('fontconfig' 'harfbuzz-icu' 'openssl')
-makedepends=('cargo' 'pkg-config')
-options=(!lto)
-source=("https://github.com/tectonic-typesetting/tectonic/archive/refs/tags/tectonic@${pkgver}.tar.gz";)
-b2sums=('a7bfb54313b134609303d0038c9f0e382e2173d664e8f6233cead0336c2c0c6a6bbf142de073021225a06b28f4134d3b206b53566e887f1f6c498f37baa64223')
-
-prepare() {
-  cd ${pkgname}-${pkgname}-${pkgver}
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd ${pkgname}-${pkgname}-${pkgver}
-  export RUSTUP_TOOLCHAIN=stable
-  export CARGO_TARGET_DIR=target
-  cargo build --release --locked --features external-harfbuzz
-}
-
-check() {
-  cd ${pkgname}-${pkgname}-${pkgver}
-  export RUSTUP_TOOLCHAIN=stable
-  cargo test --release --locked --features external-harfbuzz
-}
-
-package() {
-  cd ${pkgname}-${pkgname}-${pkgver}
-  install -Dm755 target/release/tectonic "${pkgdir}"/usr/bin/tectonic
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: tectonic/repos/community-x86_64/PKGBUILD (from rev 1338229, 
tectonic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-27 19:27:50 UTC (rev 1338230)
@@ -0,0 +1,41 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor: tectonic-deploy <[email protected]>
+# Contributor: Daniel M. Capella <[email protected]>
+# Contributor: Jan Tojnar <[email protected]>
+
+pkgname=tectonic
+pkgver=0.12.0
+pkgrel=1
+pkgdesc='Modernized, complete, self-contained TeX/LaTeX engine, powered by 
XeTeX and TeXLive'
+arch=('x86_64')
+url='https://tectonic-typesetting.github.io/'
+license=('MIT')
+depends=('fontconfig' 'harfbuzz-icu' 'openssl')
+makedepends=('cargo' 'pkg-config')
+options=(!lto)
+source=("https://github.com/tectonic-typesetting/tectonic/archive/refs/tags/tectonic@${pkgver}.tar.gz";)
+b2sums=('a0d2a50644cf127e7e0c1d5ec8d349a01acf7bfc36b961669b978b3cd586815ec5bc2fa3d14c2d82360e2483baeaace8a064e320b048269d20f98da069163c16')
+
+prepare() {
+  cd ${pkgname}-${pkgname}-${pkgver}
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd ${pkgname}-${pkgname}-${pkgver}
+  export RUSTUP_TOOLCHAIN=stable
+  export CARGO_TARGET_DIR=target
+  cargo build --release --locked --features external-harfbuzz
+}
+
+check() {
+  cd ${pkgname}-${pkgname}-${pkgver}
+  export RUSTUP_TOOLCHAIN=stable
+  cargo test --release --locked --features external-harfbuzz
+}
+
+package() {
+  cd ${pkgname}-${pkgname}-${pkgver}
+  install -Dm755 target/release/tectonic "${pkgdir}"/usr/bin/tectonic
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Reply via email to