From d304fad026899d2db5af26740eeb952698bd6fb2 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 3 Apr 2013 00:04:48 -0700 Subject: Wed Apr 3 00:04:48 PDT 2013 --- community/sxiv/PKGBUILD | 6 +++--- community/sxiv/sxiv.install | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'community/sxiv') diff --git a/community/sxiv/PKGBUILD b/community/sxiv/PKGBUILD index de8f86865..1275da245 100644 --- a/community/sxiv/PKGBUILD +++ b/community/sxiv/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 87472 2013-04-01 10:33:39Z bpiotrowski $ +# $Id: PKGBUILD 87533 2013-04-02 17:43:50Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Bert Muennich @@ -6,13 +6,13 @@ pkgname=sxiv pkgver=1.1 -pkgrel=1 +pkgrel=2 pkgdesc='Simple X Image Viewer' arch=('i686' 'x86_64') license=('GPL2') install=sxiv.install url='https://github.com/muennich/sxiv' -depends=('libx11' 'xproto' 'imlib2' 'giflib' 'libexif' 'desktop-file-utils') +depends=('libx11' 'xproto' 'imlib2' 'giflib' 'desktop-file-utils') source=(https://github.com/muennich/sxiv/archive/$pkgver.tar.gz sxiv.desktop config.h) diff --git a/community/sxiv/sxiv.install b/community/sxiv/sxiv.install index 6302d1f8f..1e3ec7774 100644 --- a/community/sxiv/sxiv.install +++ b/community/sxiv/sxiv.install @@ -3,7 +3,7 @@ post_install () { echo "* Edit config.h in sxiv's PKGBUILD directory (generally /var/abs/community/sxiv/)" echo " and rebuild package if you want to change settings." - echo "* Create the directory ~/.sxiv/ to enable thumbnail caching." + echo "* Create the directory ~/.sxiv/cache to enable thumbnail caching." echo " See sxiv(1) for more information." } -- cgit v1.2.3-54-g00ecf