Search Criteria
Package Details: meowsql 0.4.18-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/meowsql.git (read-only, click to copy) |
---|---|
Package Base: | meowsql |
Description: | An attempt to port a very useful GUI database client HeidiSQL to C++/Qt (currently alpha) |
Upstream URL: | https://github.com/ragnar-lodbrok/meow-sql |
Licenses: | GPL2 |
Conflicts: | meowsql-git |
Submitter: | bko |
Maintainer: | bko |
Last Packager: | bko |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-09-26 11:07 (UTC) |
Last Updated: | 2023-02-13 08:46 (UTC) |
Dependencies (7)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- mariadb-libs (mariadb-libs-gitAUR, libmysqlclient81AUR, libmysqlclientAUR, libmysqlclient80AUR, mariadb-lts-libs)
- postgresql-libs (postgresql-libs-12AUR, postgresql13-libsAUR, postgresql-libs-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- git (git-gitAUR, git-glAUR) (make)
- mariadb (mysql55AUR, mysql56AUR, mytop-gitAUR, mysql81AUR, mysql57AUR, mysqlAUR, mysql80AUR, mariadb-lts, percona-server) (optional)
- postgresql (postgresql-12AUR, postgresql15-docsAUR, postgresql15AUR, postgresql17-docsAUR, postgresql17AUR, postgresql13AUR, postgresql-gitAUR) (optional)
Latest Comments
xiota commented on 2023-10-14 09:46 (UTC)
Please remove
-${pkgver}-${pkgrel}
from the git clone folder name.bko commented on 2022-04-06 12:50 (UTC)
Thanks, but I don't think I'm creating version mismatches or breaking the rules for the AUR or the official Arch packages. If you pay attention, even officially supported packages often ignore prefixes or suffixes that developers can add to the version. Don't worry about it.
MarsSeed commented on 2022-04-06 11:34 (UTC)
As for
hicolor-icon-theme
, that comes as a best-practice recommendation of Arch, and it was brought to my attention by scanning the package with namcap.(Bearing in mind that not everything namcap says is definitively right, but in this case it correctly reported what's required by Arch guidelines in this matter.)
MarsSeed commented on 2022-04-06 11:31 (UTC)
The versioning mismatch you've chosen to create is not a big issue as far as I'm personally concerned.
But keep in mind that Arch and the AUR has their own set of rules. Package maintenance here is a public service and there is no place for private technical principles or beliefs that diverge from or contradict those rules.
bko commented on 2022-04-05 14:33 (UTC)
Thanks, added
hicolor-icon-theme
to dependencies even though this dependency was not mentioned by the current developer. You are right, semver is not required, but I prefer to keep it always. I don't think this is a problem.MarsSeed commented on 2022-04-05 14:08 (UTC) (edited on 2022-04-05 14:08 (UTC) by MarsSeed)
Arch and AUR does not follow semver. See here under
'-S, --sync'
/Alphanumeric
about valid version strings.MarsSeed commented on 2022-04-05 14:02 (UTC) (edited on 2022-04-05 14:02 (UTC) by MarsSeed)
Also the package needs
depends=('hicolor-icon-theme')
.bko commented on 2022-04-05 14:01 (UTC)
Hi, @MarsSeed,
0.4.14alpha
is not compliant with semver (https://semver.org/) and0.4.14-alpha
is not allowed by the AUR. I added this to the description as a compromise.MarsSeed commented on 2022-04-05 10:34 (UTC)
Hi,
The version is not set correctly. Current version is
0.4.14alpha
. Please kindly fix it. :)