Search Criteria
Package Details: libmowgli-2-git v2.1.3.r42.g8be3be8-1
Git Clone URL: | https://aur.archlinux.org/libmowgli-2-git.git (read-only, click to copy) |
---|---|
Package Base: | libmowgli-2-git |
Description: | A class library containing performance and usability oriented extensions to C. |
Upstream URL: | https://github.com/atheme/libmowgli-2 |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | BigfootLives |
Maintainer: | BigfootLives |
Last Packager: | BigfootLives |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-04-12 21:15 |
Last Updated: | 2020-05-08 00:43 |
Latest Comments
BigfootLives commented on 2020-05-02 18:59
@grawity Thank you for the help! I've updated the
PKGBUILD
.grawity commented on 2020-05-02 15:58
Because a
-git
package builds from git master, it needs to have apkgver()
function to automatically set the package version. Without it, the package will appear to be at 2.1.3.8be3be8 forever even though the actual commits change.Specifying
${pkgname}-${pkgver}::
for a Git repository is redundant and only counterproductive – this is one situation where you want to reuse the same repository over and over (makepkg will automatically fetch new commits).