amfora: update to 1.7.1

This commit is contained in:
Reed Wade 2020-12-22 15:46:19 +01:00 committed by Érico Nogueira Rolim
parent 6506e8c840
commit f24b3387d3

View file

@ -1,7 +1,7 @@
# Template file for 'amfora' # Template file for 'amfora'
pkgname=amfora pkgname=amfora
version=1.6.0 version=1.7.1
revision=2 revision=1
build_style=go build_style=go
go_import_path="github.com/makeworld-the-better-one/${pkgname}" go_import_path="github.com/makeworld-the-better-one/${pkgname}"
short_desc="Fancy terminal browser for the Gemini protocol" short_desc="Fancy terminal browser for the Gemini protocol"
@ -10,9 +10,10 @@ license="GPL-3.0-only"
homepage="https://github.com/makeworld-the-better-one/amfora" homepage="https://github.com/makeworld-the-better-one/amfora"
changelog="https://raw.githubusercontent.com/makeworld-the-better-one/amfora/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/makeworld-the-better-one/amfora/master/CHANGELOG.md"
distfiles="https://github.com/makeworld-the-better-one/${pkgname}/archive/v${version}.tar.gz" distfiles="https://github.com/makeworld-the-better-one/${pkgname}/archive/v${version}.tar.gz"
checksum=a02b070679718953a4184ef2b7fbeccfcdf9bf227ca1efab34ee0d7fa21e9bd9 checksum=55a2d98e438ed3d41ad6bae6b4e04348a04e28a279fdc09866a1fdd5ee91d3ec
post_install() { post_install() {
vinstall amfora.desktop 644 usr/share/applications/ vinstall amfora.desktop 644 usr/share/applications/
vsconf default-config.toml vsconf default-config.toml
vcopy contrib/themes usr/share/examples/${pkgname}/themes
} }