feh: update to 3.5.

This commit is contained in:
Daniel Eyßer 2020-08-30 18:35:35 +02:00 committed by Piraty
parent 6f582b8f5d
commit 2486a5c40d
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'feh' # Template file for 'feh'
pkgname=feh pkgname=feh
version=3.4.1 version=3.5
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
make_use_env=yes make_use_env=yes
@ -15,10 +15,10 @@ license="MIT-feh"
homepage="https://feh.finalrewind.org" homepage="https://feh.finalrewind.org"
changelog="https://raw.githubusercontent.com/derf/feh/master/ChangeLog" changelog="https://raw.githubusercontent.com/derf/feh/master/ChangeLog"
distfiles="${homepage}/feh-${version}.tar.bz2" distfiles="${homepage}/feh-${version}.tar.bz2"
checksum=782463034ab0135bc8438515191f986db23a79d502154d23a7c07a7574907b7b checksum=388f9dcc8284031023364355e23a82c276e79ca614f2dcd64d2f927857a4531e
pre_build() { pre_build() {
sed -i 's|doc/feh/examples|examples/feh|' config.mk vsed -i 's|doc/feh/examples|examples/feh|' config.mk
} }
post_install() { post_install() {