From 2a99579c8cdc7032d146093494f496dade629836 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Sun, 30 Sep 2018 17:20:15 -0400 Subject: [PATCH] Deployment to AUR worked! After making the `tectonic-deploy` use a co-maintainer, automagical deployment to AUR worked. Go back to only running the deploy script when new tags are pushed to master, and add a note in the PKGBUILD file since I could imagine people trying to update the version on aur.archlinux.org without realizing that it will get overwritten when new releases are made. --- .travis.yml | 4 ++-- dist/arch/PKGBUILD | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 49cc31a60..f2b1a1545 100644 --- a/.travis.yml +++ b/.travis.yml @@ -100,5 +100,5 @@ before_deploy: deploy: provider: script script: bash dist/arch/deploy.sh -# on: -# tags: true + on: + tags: true diff --git a/dist/arch/PKGBUILD b/dist/arch/PKGBUILD index e2c02646f..d1a8076d1 100644 --- a/dist/arch/PKGBUILD +++ b/dist/arch/PKGBUILD @@ -1,6 +1,14 @@ # Maintainer: Daniel M. Capella # Maintainer: Jan Tojnar +# 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