aerc: update to 0.13.0.

This commit is contained in:
Allen Sobot 2022-10-20 22:53:25 +02:00 committed by classabbyamp
parent 7c969911b8
commit d9ff203910

View file

@ -1,6 +1,6 @@
# Template file for 'aerc' # Template file for 'aerc'
pkgname=aerc pkgname=aerc
version=0.12.0 version=0.13.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"
@ -14,7 +14,7 @@ license="MIT"
homepage="https://aerc-mail.org" homepage="https://aerc-mail.org"
changelog="https://git.sr.ht/~rjarry/aerc/blob/master/CHANGELOG.md" 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=402b48367b87338188036e713b3a421e228199accfa5fdb551f5efa21edb23be checksum=d8717ab2c259699b6e818a8f8db1e24033a2e09142e2e9b873fa5de6ee660bd8
post_install() { post_install() {
make PREFIX=/usr DESTDIR=${DESTDIR} install make PREFIX=/usr DESTDIR=${DESTDIR} install