diff options
author | Manuel Mantilla <mannynix@megared.net.mx> | 2010-05-13 00:20:52 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:20:52 +0200 |
commit | 35c8ba8e804f2b4bb463969329694c2962609871 (patch) | |
tree | 2cd2b481772c68d48a0c45555f6c1ccfbdfe30a3 /audio/audtty | |
parent | 4a496c9c6c7a62b74fc4efe059445f1589a9c426 (diff) | |
download | slackbuilds-35c8ba8e804f2b4bb463969329694c2962609871.tar.gz |
audio/audtty: Updated for version 0.1.9a
Diffstat (limited to 'audio/audtty')
-rw-r--r-- | audio/audtty/audtty.SlackBuild | 2 | ||||
-rw-r--r-- | audio/audtty/audtty.info | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/audio/audtty/audtty.SlackBuild b/audio/audtty/audtty.SlackBuild index 031c96a399..735918329d 100644 --- a/audio/audtty/audtty.SlackBuild +++ b/audio/audtty/audtty.SlackBuild @@ -102,4 +102,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/audio/audtty/audtty.info b/audio/audtty/audtty.info index 3c204f76f4..dd7c8f0414 100644 --- a/audio/audtty/audtty.info +++ b/audio/audtty/audtty.info @@ -2,7 +2,9 @@ PRGNAM="audtty" VERSION="0.1.9a" HOMEPAGE="http://audtty.alioth.debian.org" DOWNLOAD="http://audtty.alioth.debian.org/audtty/audtty-0.1.9a.tar.gz" +DOWNLOAD_x86_64="" MD5SUM="4f4de3c31ef90885eb8bea71d69ca653" +MD5SUM_x86_64="" MAINTAINER="Manuel Mantilla" EMAIL="mannynix@megared.net.mx" APPROVED="dsomero" |