diff options
author | B. Watson <yalhcru@gmail.com> | 2010-05-13 00:27:27 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:27:27 +0200 |
commit | f2cbc23e6f100f40f5e8ac72a8528d10ae646edf (patch) | |
tree | 0283747002670dc933571f7d88a54f54782712dd /games/uqm_voice | |
parent | b97b3b671a0692589395788d70119daa9ff3d411 (diff) | |
download | slackbuilds-f2cbc23e6f100f40f5e8ac72a8528d10ae646edf.tar.gz |
games/uqm_voice: Updated for version 0.6.0
Diffstat (limited to 'games/uqm_voice')
-rw-r--r-- | games/uqm_voice/uqm_voice.SlackBuild | 2 | ||||
-rw-r--r-- | games/uqm_voice/uqm_voice.info | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/games/uqm_voice/uqm_voice.SlackBuild b/games/uqm_voice/uqm_voice.SlackBuild index bbfbaeed96..aa190efe6f 100644 --- a/games/uqm_voice/uqm_voice.SlackBuild +++ b/games/uqm_voice/uqm_voice.SlackBuild @@ -29,4 +29,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/games/uqm_voice/uqm_voice.info b/games/uqm_voice/uqm_voice.info index cc3ea19fd8..d32f3be471 100644 --- a/games/uqm_voice/uqm_voice.info +++ b/games/uqm_voice/uqm_voice.info @@ -2,7 +2,9 @@ PRGNAM="uqm_voice" VERSION="0.6.0" HOMEPAGE="http://sc2.sourceforge.net/" DOWNLOAD="http://downloads.sourceforge.net/sc2/uqm-0.6.0-voice.uqm" +DOWNLOAD_x86_64="" MD5SUM="d31577b896be935cc2238afd07299b8b" +MD5SUM_x86_64="" MAINTAINER="B. Watson" EMAIL="yalhcru@gmail.com" APPROVED="dsomero, michiel" |