Package Details: mytop-git 10.9.7_r197760.g717e3b3cfdb-1

Git Clone URL: https://aur.archlinux.org/mariadb-git.git (read-only, click to copy)
Package Base: mariadb-git
Description: Top clone for MariaDB
Upstream URL: https://mariadb.org/
Licenses: GPL
Conflicts: mariadb
Provides: mariadb
Submitter: heavysink
Maintainer: IslandC0der
Last Packager: IslandC0der
Votes: 0
Popularity: 0.000000
First Submitted: 2019-02-21 21:10 (UTC)
Last Updated: 2023-05-14 20:10 (UTC)

Required by (160)

Sources (2)

Latest Comments

MarsSeed commented on 2023-10-25 10:39 (UTC)

There are many packaging issues here.

All '-git' packages should provide and conflict with their non-git counterpart, but mytop-git shouldn't provide and conflict with mariadb, the pkgbase shouldn't have any provides and conflicts at all, and none of the packages should have replaces fields.

miryo commented on 2022-10-13 01:13 (UTC) (edited on 2023-06-21 00:52 (UTC) by miryo)

to fix ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace.
plz change the function pkgver() to:

pkgver() {
  cd $pkgbase
  _ver="$(grep -m1 '^Source:' debian/control | cut -d '-' -f2 | tr - . | awk '{print $NF}')"
   echo "${_ver}_r$(git rev-list --count HEAD).g$(git rev-parse --short HEAD)"
}

on PKGBUILD.
just add | awk '{print $NF}' to end of ling 2

GC268DM commented on 2022-06-03 12:34 (UTC)

==> Starting pkgver()...
==> ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace.
==> ERROR: pkgver() generated an invalid version: Source: mariadb_r195914.gc910fdc8cef

IslandC0der commented on 2021-08-03 00:13 (UTC)

Fixed :)

maderios commented on 2021-07-31 10:48 (UTC)

I get error

warning: cannot resolve "mariadb-libs=10.7_r193394.gc5ae2c49711", a dependency of "mariadb-clients-git"
warning: cannot resolve "mariadb-clients=10.7_r193394.gc5ae2c49711", a dependency of "mariadb-git"
:: The following packages cannot be upgraded due to unresolvable dependencies:
      mariadb-clients-git  mariadb-git
:: Do you want to skip the above packages for this upgrade? [y/N]

IslandC0der commented on 2021-07-23 20:16 (UTC)

Should be fixed now :)

katoitalia commented on 2021-07-22 16:45 (UTC)

this fails to build for me on aarch64