diff options
author | Chess Griffin | 2010-05-13 00:27:51 +0200 |
---|---|---|
committer | David Somero | 2010-05-13 00:27:51 +0200 |
commit | dae961120891ae1e637e7fa96d2b6b46d4c74a2f (patch) | |
tree | 68c837e6fecccef2134dc8675da0e510b733d22d /graphics | |
parent | 21d49d4b47ff74e3f83032d5da333f330b61f35c (diff) | |
download | slackbuilds-dae961120891ae1e637e7fa96d2b6b46d4c74a2f.tar.gz |
graphics/feh: Updated for version 1.3.4
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/feh/feh.SlackBuild | 2 | ||||
-rw-r--r-- | graphics/feh/feh.info | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/graphics/feh/feh.SlackBuild b/graphics/feh/feh.SlackBuild index 97806d98f9..c163a40f69 100644 --- a/graphics/feh/feh.SlackBuild +++ b/graphics/feh/feh.SlackBuild @@ -91,4 +91,4 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/graphics/feh/feh.info b/graphics/feh/feh.info index 8295cb2d97..2776cb1f62 100644 --- a/graphics/feh/feh.info +++ b/graphics/feh/feh.info @@ -2,7 +2,9 @@ PRGNAM="feh" VERSION="1.3.4" HOMEPAGE="http://linuxbrit.co.uk/feh/" DOWNLOAD="http://linuxbrit.co.uk/downloads/feh-1.3.4.tar.gz" +DOWNLOAD_x86_64="" MD5SUM="3d35ba3d2f0693b019800787f1103891" +MD5SUM_x86_64="" MAINTAINER="Chess Griffin" EMAIL="chess@chessgriffin.com" APPROVED="dsomero" |