Age | Commit message (Collapse) | Author |
|
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.
|
|
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.
|
|
* Uses git revision info for version number
* Installs top-level .sty files from jez/latex-solarized to TEXMF
* Runs texhash on install/uninstall
* .SRCINFO contains a hard-coded version because AUR4 is strict
|