Package Details: foliate-git 2.6.4.r103.g1613ac8-2

Git Clone URL: https://aur.archlinux.org/foliate-git.git (read-only, click to copy)
Package Base: foliate-git
Description: Simple and modern GTK eBook reader
Upstream URL: https://johnfactotum.github.io/foliate/
Keywords: azw azw3 ebook-reader epub foliate gjs gtk mobi
Licenses: GPL3
Conflicts: foliate
Provides: foliate
Submitter: schw0reismus
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 11
Popularity: 0.65
First Submitted: 2019-05-31 12:22 (UTC)
Last Updated: 2023-05-14 11:55 (UTC)

Dependencies (12)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2

<deleted-account> commented on 2019-07-05 08:26 (UTC)

@schw0reismus: you can use ${pkgname%-git} instead of $_name in PKGBUILD and use following pkgver() funcion to use latest tag in version number:

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