Skip to content

Commit

Permalink
Deployment to AUR worked!
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pkgw committed Sep 30, 2018
1 parent 3501822 commit 2a99579
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,5 @@ before_deploy:
deploy:
provider: script
script: bash dist/arch/deploy.sh
# on:
# tags: true
on:
tags: true
8 changes: 8 additions & 0 deletions dist/arch/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Maintainer: Daniel M. Capella <[email protected]>
# Maintainer: Jan Tojnar <[email protected]>

# 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
Expand Down

0 comments on commit 2a99579

Please sign in to comment.