aerc: update to 0.12.0.

This commit is contained in:
Dakota Walsh 2022-09-02 12:23:59 +12:00 committed by Leah Neukirchen
parent b30083c892
commit f60a1ecbf9

View file

@ -1,6 +1,6 @@
# Template file for 'aerc' # Template file for 'aerc'
pkgname=aerc pkgname=aerc
version=0.11.0 version=0.12.0
revision=1 revision=1
build_style=go build_style=go
go_import_path="git.sr.ht/~rjarry/aerc" go_import_path="git.sr.ht/~rjarry/aerc"
@ -12,8 +12,9 @@ short_desc="Terminal email client"
maintainer="shtayerc <david.murko@mailbox.org>" maintainer="shtayerc <david.murko@mailbox.org>"
license="MIT" license="MIT"
homepage="https://aerc-mail.org" homepage="https://aerc-mail.org"
changelog="https://git.sr.ht/~rjarry/aerc/blob/master/CHANGELOG.md"
distfiles="https://git.sr.ht/~rjarry/aerc/archive/${version}.tar.gz" distfiles="https://git.sr.ht/~rjarry/aerc/archive/${version}.tar.gz"
checksum=3d8f3a2800946fce070e3eb02122e77c427a61c670a06337539b3e7f09e57861 checksum=402b48367b87338188036e713b3a421e228199accfa5fdb551f5efa21edb23be
post_install() { post_install() {
make PREFIX=/usr DESTDIR=${DESTDIR} install make PREFIX=/usr DESTDIR=${DESTDIR} install