Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions srcpkgs/aerc/patches/makefile-only-install.patch
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ index 95556b..a83707 100644
$(foreach t,$(wildcard templates/*),\
$(eval $(call install_file,$t,644,$(DESTDIR)$(SHAREDIR)/templates)))
$(eval $(call install_file,contrib/aerc.desktop,644,$(DESTDIR)$(PREFIX)/share/applications))
$(eval $(call install_file,contrib/aerc.svg,644,$(DESTDIR)$(PREFIX)/share/icons/hicolor/scalable/apps))
-$(eval $(call install_file,aerc,755,$(DESTDIR)$(BINDIR)))
$(eval $(call install_file,contrib/carddav-query,755,$(DESTDIR)$(BINDIR)))

Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/aerc/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'aerc'
pkgname=aerc
version=0.21.0
version=0.22.0
revision=1
build_style=go
go_import_path="git.sr.ht/~rjarry/aerc"
Expand All @@ -14,7 +14,7 @@ license="MIT"
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"
checksum=3f1469bbaea982fc58352f2682932ecc2fb50c705994d96b2343e771747745a7
checksum=f1cd5e358fd836051d4d88c189ecaa025a108b729281985525b45b13bc49e70f
ignore_elf_dirs="/usr/share/aerc/filters"

post_install() {
Expand Down