Package Details: aerc-git 0.15.2.r131.ga5d6a70-1

Git Clone URL: https://aur.archlinux.org/aerc-git.git (read-only, click to copy)
Package Base: aerc-git
Description: Email Client for your Terminal
Upstream URL: https://aerc-mail.org/
Keywords: email mail mua terminal tui
Licenses: MIT
Conflicts: aerc
Provides: aerc
Submitter: aksr
Maintainer: mpldr
Last Packager: mpldr
Votes: 13
Popularity: 0.043464
First Submitted: 2016-10-08 06:42 (UTC)
Last Updated: 2023-08-13 09:36 (UTC)

Dependencies (6)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

bins commented on 2020-07-09 07:54 (UTC)

according to the build instructions, notmuch is an optional dependency1: """ aerc optionally supports notmuch. """

could this be reflected in the PKGBUILD?

rumpelsepp commented on 2020-04-11 21:40 (UTC)

Since this is a -git package, bumping pgkrel is meaningless. Everybody gets the improvements when (re)building the package. Nevertheless, I bumped it.

Rucikir commented on 2020-04-11 02:09 (UTC)

You should update the pkgrel for the change to reach the users.

rumpelsepp commented on 2020-04-05 18:45 (UTC)

applied

Rucikir commented on 2020-03-30 22:16 (UTC) (edited on 2020-03-30 22:19 (UTC) by Rucikir)

What do you think of 0001-Set-executable-version-to-pkgver.patch? EDIT: good now.

rumpelsepp commented on 2020-03-30 13:43 (UTC)

Do you mind sending a patch? :-)

Rucikir commented on 2020-03-30 12:07 (UTC) (edited on 2020-03-30 22:20 (UTC) by Rucikir)

Could you add in the build function something so that aerc -v reports the latest git tag/commit id?

diabonas commented on 2020-02-16 11:42 (UTC)

Packages on the AUR should follow the Arch package guidelines, specifically the Go package guidelines, so this package is doing everything right by depending on go-pie:

All packages should preferably be built towards go-pie as this enables us to deliver secure binaries.

If you want to make building the package easier without having to replace packages on your local installation, have a look at building packages in a clean chroot.

pepper_chico commented on 2020-02-16 03:00 (UTC) (edited on 2020-02-16 03:02 (UTC) by pepper_chico)

Also, it's not unusual to provide binaries too, would avoid this issue for those who do not mind building from sources (and whether it was built with go or go-pie). Binaries are generally provided in the release package (no -git), or by another aerc-bin package.

pepper_chico commented on 2020-02-16 02:51 (UTC) (edited on 2020-02-16 02:57 (UTC) by pepper_chico)

@rumpelsepp it may be the best practice for compiled binaries provided by official Archlinux repositories. It may not for users that want to compile from sources from AUR (specially with helpers). I think we can assume the majority of Arch users that have go installed will have the go package, not go-pie. Expecting all users to change from go to go-pie because of aerc is expecting everyone to dump their go installation and download ~150MB for go-pie, just to build aerc.