Package Details: age-git 1.0.0.rc.3.r1.g4ea591b-1

Git Clone URL: https://aur.archlinux.org/age-git.git (read-only, click to copy)
Package Base: age-git
Description: A simple, modern and secure file encryption tool
Upstream URL: https://github.com/FiloSottile/age
Licenses: BSD
Provides: age
Submitter: KingofToasters
Maintainer: KingofToasters
Last Packager: KingofToasters
Votes: 2
Popularity: 0.000000
First Submitted: 2019-10-07 03:34 (UTC)
Last Updated: 2021-07-05 02:18 (UTC)

Dependencies (3)

Required by (5)

Sources (1)

Latest Comments

alerque commented on 2021-10-08 19:24 (UTC)

@thiagoalmeidasa There is nothing in this PKGBUILD that sets master as the branch to pull from, it just pulls whatever GitHub hands it as the default. I just build this normally with no problem. I suspect you had a source cache or partial build from earlier getting in the way. As far as I can see no changes are needed, this builds fine.

thiagoalmeidasa commented on 2021-10-08 15:15 (UTC)

Build was failing because the default branch has changed from master to main.

fixed with this:

source=("${pkgname%-git}::git+$url#branch=main")

alerque commented on 2020-05-24 17:36 (UTC) (edited on 2020-05-24 17:36 (UTC) by alerque)

Thanks for addressing the issues I posted ... but the version function is still broken. Please use the one I sent, the one you have right now does not strip out the leading v as per Arch guidelines and the extra "OR" stuff doesn't serve a purpose for packaging this project at all.

Also the license should be just 'BSD', not 'custom: BSD'.

alerque commented on 2020-05-14 08:38 (UTC)

This package is not even installing the required age-keygen binary! Please also fix the version issue noted earlier. Also go-pie is about to be deprecated, the here for upcoming Go packaging guidelines.

alerque commented on 2020-03-07 19:52 (UTC)

Please fix the version scheme so that it is semantically related to the tagged versions:

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

This will currently be: 1.0.0-beta2-22-g111d0fe