summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSiôn le Roux2017-11-24 11:19:08 +0100
committerSiôn le Roux2017-11-24 11:31:01 +0100
commit8ae94c712111d252a395b0294f6d88b554ac8488 (patch)
treed492d37fd903b80df9446cbc82984d2c565d1f85 /PKGBUILD
parenta428fb48a99470d79e45322835bc6010c656092c (diff)
downloadaur-latex-solarized-git.tar.gz
Include generated version in VCS
The VERSION text from the PKGBUILD template is just a placeholder. The docs state: > To use pkgver(), you still need to declare the pkgver variable with the most recent value. The value is generated there by makepkg, it just needs to be included in the PKGBUILD and committed to source control. To apply this in AUR the pkgrel also needs to be bumped, because there's no upstream change.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f0aba8cb337..9dff150af2ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# https://github.com/sinisterstuf/PKGBUILD-latex-solarized
pkgname=latex-solarized-git
-pkgver=VERSION
-pkgrel=1
+pkgver=r6.11b24e9
+pkgrel=2
pkgdesc="Provides three LaTeX packages for using the Solarized theme in LaTeX code listings."
arch=('any')
url="https://github.com/jez/latex-solarized"