You are not logged in.
Is there an automatic method to run pkgver and update the pkgver= array of a PKGBUILD - similar to updpkgsums for the checksums?
Last edited by oberon (2015-09-30 10:57:58)
Offline
It would be a single line sed.
Offline
Thanks. Could you provide it? ![]()
Offline
"makepkg -o" should work nicely to update the package version when you have a pkgver() function. It does only steps necessary to run it.
* update sources
* extract sources
* run pkgver
(* run prepare)
Last edited by progandy (2015-09-30 10:53:35)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
perfect. thank you! ![]()
Offline