Package Details: mkosi-git 24.3.r371.g2195d95e07-1

Git Clone URL: https://aur.archlinux.org/mkosi-git.git (read-only, click to copy)
Package Base: mkosi-git
Description: Build Legacy-Free OS Images
Upstream URL: https://github.com/systemd/mkosi
Licenses: LGPL2.1
Conflicts: mkosi
Provides: mkosi
Submitter: falconindy
Maintainer: lucaswerkmeister
Last Packager: lucaswerkmeister
Votes: 6
Popularity: 0.000013
First Submitted: 2016-07-16 02:20 (UTC)
Last Updated: 2024-10-12 20:40 (UTC)

Dependencies (46)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4

lucaswerkmeister commented on 2018-02-13 22:14 (UTC)

Anyways, dependency added.

lucaswerkmeister commented on 2018-02-13 15:19 (UTC)

@gdiscry: hm, shouldn’t it be an implicit dependency because you need git to fetch the sources? Or is that step still done outside the chroot, but we need git for pkgver as well, and that’s the problem?

gdiscry commented on 2018-02-13 06:20 (UTC)

git is missing as makedepends. It's not part of base or base-devel and building the package with makechrootpkg fails without adding it.

lucaswerkmeister commented on 2018-01-04 23:01 (UTC)

@willemw: done, thanks! (vercmp says that 3.r.g is newer than r., so I didn’t bump the epoch.)

willemw commented on 2017-12-22 17:43 (UTC)

If:

git describe --long | sed 's/^v//;s/([^-]*-g)/r\1/;s/-/./g'

is used in pkgver(), then pkgver includes the release number.