summaryrefslogtreecommitdiff
path: root/community/sxiv
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-04-03 00:04:48 -0700
committerroot <root@rshg054.dnsready.net>2013-04-03 00:04:48 -0700
commitd304fad026899d2db5af26740eeb952698bd6fb2 (patch)
treee27756f33de9dec25b2f7b7d2bf3deee3b29ad03 /community/sxiv
parentc9738c6a1d438f30dfa7363aa847343754f953ac (diff)
Wed Apr 3 00:04:48 PDT 2013
Diffstat (limited to 'community/sxiv')
-rw-r--r--community/sxiv/PKGBUILD6
-rw-r--r--community/sxiv/sxiv.install2
2 files changed, 4 insertions, 4 deletions
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 <barthalion@gmail.com>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: Bert Muennich <muennich at informatik.hu-berlin.de>
@@ -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."
}