From e834ca28be9fbe924521767bd827adfddca7ea6f Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Tue, 21 Jan 2020 21:01:18 +0100 Subject: [PATCH] sxiv: update to 26. --- srcpkgs/sxiv/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/sxiv/template b/srcpkgs/sxiv/template index b33220732c9..3baaa111f61 100644 --- a/srcpkgs/sxiv/template +++ b/srcpkgs/sxiv/template @@ -1,7 +1,7 @@ # Template file for 'sxiv' pkgname=sxiv -version=25 -revision=2 +version=26 +revision=1 build_style=gnu-makefile makedepends="libX11-devel imlib2-devel giflib-devel libexif-devel libXft-devel" short_desc="Simple X Image Viewer" @@ -9,14 +9,14 @@ maintainer="Alessio Sergi " license="GPL-2.0-or-later" homepage="https://github.com/muennich/sxiv" distfiles="https://github.com/muennich/sxiv/archive/v${version}.tar.gz" -checksum=16d1aca1a179e1c0875844efe2e51cfa396a4403467c389f7e9221a733ae5e26 +checksum=a382ad57734243818e828ba161fc0357b48d8f3a7f8c29cac183492b46b58949 pre_build() { [ -e ${FILESDIR}/config.h ] && cp ${FILESDIR}/config.h config.h ||: } post_install() { - vinstall sxiv.desktop 644 usr/share/applications + vinstall sxiv.desktop 644 usr/share/applications } if [ "$CROSS_BUILD" ]; then