aerc: update to 0.11.0.

This commit is contained in:
Karel Balej 2022-07-15 12:43:53 +02:00 committed by classabbyamp
parent a1a7fc8d29
commit 907c489a46

View file

@ -1,6 +1,6 @@
# Template file for 'aerc' # Template file for 'aerc'
pkgname=aerc pkgname=aerc
version=0.10.0 version=0.11.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"
@ -13,9 +13,9 @@ maintainer="shtayerc <david.murko@mailbox.org>"
license="MIT" license="MIT"
homepage="https://aerc-mail.org" homepage="https://aerc-mail.org"
distfiles="https://git.sr.ht/~rjarry/aerc/archive/${version}.tar.gz" distfiles="https://git.sr.ht/~rjarry/aerc/archive/${version}.tar.gz"
checksum=14d6c622a012069deb1a31b51ecdd187fd11041c8e46f396ac22830b00e4c114 checksum=3d8f3a2800946fce070e3eb02122e77c427a61c670a06337539b3e7f09e57861
post_install() { post_install() {
make PREFIX=/usr DESTDIR=${DESTDIR} install make PREFIX=/usr DESTDIR=${DESTDIR} install
vlicense LICENSE vlicense LICENSE
} }