Age | Commit message (Collapse) | Author |
|
This reverts "add mksrcinfo header".
The .SRCINFO is now generated by "makepkg --printsrcinfo" which does no
longer include any header since commit f63854f [1], released with pacman
version 5.0.1.
[1]: https://projects.archlinux.org/pacman.git/commit/?id=f63854fa96f658ca5bdf2c21a1cd33cf4e3fbdbd
|
|
Since pacman version 5.0.1, prepare() runs before pkgver(). Restoring
the function to a working state actually saves a directory change as
they now find the sources already moved down.
|
|
Other packages usually depend on the package without any -git suffix.
This makes it possible to als satisfy these dependency requirements when
they target specific versions or version ranges.
This also enables one part of the split package to depend on other parts
from the same build or at least built from the same version, which
ensures compatibility.
|
|
The new version of mksrcinfo released with the recent update to
pkgbuild-introspection adds a header to all .SRCINFO files.
|
|
Amongst other minor changes, this adds support for Firefox version 42.
|
|
As it is not used explicitly before being overwritten in, the first
assignment only reorders the .SRCINFO a little and can thus be removed.
|
|
|
|
|