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:19:08 +0100
commita428fb48a99470d79e45322835bc6010c656092c (patch)
tree428dda0bdaac27b2244bd8560f88104992bf3830 /PKGBUILD
parent1d41a0b2b431bacba0105c76108a5ab4bd34ae61 (diff)
downloadaur-a428fb48a99470d79e45322835bc6010c656092c.tar.gz
Give pkgver an explicit value
Leaving it unset results in an error from pacman: ERROR: pkgver is not allowed to be empty. However, putting VERSION there puts the generated version number there when you run makepkg. Seems to work fine.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8de2530551a7..4f0aba8cb337 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# https://github.com/sinisterstuf/PKGBUILD-latex-solarized
pkgname=latex-solarized-git
-pkgver= # this is generated by pkgver() below
+pkgver=VERSION
pkgrel=1
pkgdesc="Provides three LaTeX packages for using the Solarized theme in LaTeX code listings."
arch=('any')