diff options
author | mightaswell <mightaswell@gmail.com> | 2010-05-13 00:22:17 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:22:17 +0200 |
commit | 826c7e2baffc7335dde47b9dbae014030f32d0f3 (patch) | |
tree | ba0ad822cbdb21e4f4d0eb9ec0a17d9726eb4973 /audio/xmms-shn | |
parent | e47638a7971ede6e7dc26268c43b06ce6c8f9b64 (diff) | |
download | slackbuilds-826c7e2baffc7335dde47b9dbae014030f32d0f3.tar.gz |
audio/xmms-shn: Updated for version 2.4.1
Diffstat (limited to 'audio/xmms-shn')
-rw-r--r-- | audio/xmms-shn/xmms-shn.SlackBuild | 2 | ||||
-rw-r--r-- | audio/xmms-shn/xmms-shn.info | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/audio/xmms-shn/xmms-shn.SlackBuild b/audio/xmms-shn/xmms-shn.SlackBuild index afec868d2b..b89ae9c022 100644 --- a/audio/xmms-shn/xmms-shn.SlackBuild +++ b/audio/xmms-shn/xmms-shn.SlackBuild @@ -69,5 +69,5 @@ 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/audio/xmms-shn/xmms-shn.info b/audio/xmms-shn/xmms-shn.info index 6a55c16b2b..c091983d08 100644 --- a/audio/xmms-shn/xmms-shn.info +++ b/audio/xmms-shn/xmms-shn.info @@ -2,7 +2,9 @@ PRGNAM="xmms-shn" VERSION="2.4.1" HOMEPAGE="http://shnutils.freeshell.org/xmms-shn/" DOWNLOAD="http://shnutils.freeshell.org/xmms-shn/dist/src/xmms-shn-2.4.1.tar.gz" +DOWNLOAD_x86_64="" MD5SUM="5bcdac72500091d55dce4eb0e8bed985" +MD5SUM_x86_64="" MAINTAINER="mightaswell" EMAIL="mightaswell@gmail.com" APPROVED="rworkman" |