Package Details: athenaeum-git 2.3.2.r0.gb0cd237-1

Git Clone URL: https://aur.archlinux.org/athenaeum-git.git (read-only, click to copy)
Package Base: athenaeum-git
Description: A libre replacement for Steam
Upstream URL: https://gitlab.com/librebob/athenaeum
Licenses: GPL3
Conflicts: athenaeum
Provides: athenaeum
Submitter: librebob
Maintainer: Mr.Smith1974
Last Packager: yochananmarqos
Votes: 3
Popularity: 0.001643
First Submitted: 2018-09-07 23:13 (UTC)
Last Updated: 2023-05-13 17:06 (UTC)

Pinned Comments

Latest Comments

yochananmarqos commented on 2023-04-27 14:57 (UTC)

@Technetium1: It's actually missing python-setuptools-scm. It's not able to find it, so it tried to fallback on Pip.

Technetium1 commented on 2023-04-27 01:28 (UTC)

Missing python-pip in makedepends to build in clean chroot.

yochananmarqos commented on 2019-12-10 18:20 (UTC)

This now depends on python-numpy:

pkg_resources.DistributionNotFound: The 'numpy' distribution was not found and is required by athenaeum

yochananmarqos commented on 2019-10-02 17:23 (UTC)

You'll need to update the pkgver() array again for the new tags:

pkgver() {
    cd "$srcdir/${pkgname%-git}"
    git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
1.0.3.r1.g348a794

thisischrys commented on 2019-06-14 09:09 (UTC)

Game Manager (think: Lutris) not Steam "replacement"

yochananmarqos commented on 2018-10-13 15:01 (UTC)

Please change the pkgver to adhere to VCS package guidelines:

pkgver() {
    cd $srcdir/$_pkgname
# Git, no tags available
    printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

Also _pkgrel and _gitname are not used, why are they there?