Package Details: athenaeum-git v0.3.0.r27.3406cef-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: librebob
Last Packager: librebob
Votes: 2
Popularity: 0.000000
First Submitted: 2018-09-07 23:13 (UTC)
Last Updated: 2019-04-22 05:11 (UTC)

Latest Comments

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?