Search Criteria
Package Details: lazarus-qt5-svn 1.9-2
Git Clone URL: | https://aur.archlinux.org/lazarus-qt5-svn.git (read-only, click to copy) |
---|---|
Package Base: | lazarus-qt5-svn |
Description: | Delphi-like IDE for FreePascal qt5 version |
Upstream URL: | https://www.lazarus-ide.org/ |
Licenses: | |
Conflicts: | |
Submitter: | rebel |
Maintainer: | None |
Last Packager: | rebel |
Votes: | 1 |
Popularity: | 0.000613 |
First Submitted: | 2017-10-23 08:20 |
Last Updated: | 2017-12-26 16:27 |
Latest Comments
bastimo commented on 2020-04-15 21:15
Suggestion to automatically update the package version by base release and SVN version information from repository. E.g., by including before build block:
pkgver() {
cd "${srcdir}"/lazarus-qt5-svn/ide
printf '%s.r%s' \
$(cat version.inc | tr -d "'") \
$(svnversion | tr -d [A-z])
}