From: Harvie Date: Fri, 27 Aug 2010 21:43:58 +0000 (+0200) Subject: lamer: fixed stupid typo X-Git-Url: https://git.harvie.cz/?a=commitdiff_plain;h=36923c9a96bdfa767e06d21598bbcb3a34aec39a;p=mirrors%2FPrograms.git lamer: fixed stupid typo --- diff --git a/bash/lame-recoder/PKGBUILD b/bash/lame-recoder/PKGBUILD index 20186be..8ba0e1c 100644 --- a/bash/lame-recoder/PKGBUILD +++ b/bash/lame-recoder/PKGBUILD @@ -11,7 +11,7 @@ license=('GPL') url="http://aur.archlinux.org/packages.php?ID=35983" depends=('bash' 'lame') source=('lamer.bash') -md5sums=('a5e73a9c46c913852dc327c067c2e09c') +md5sums=('a77180ca36dfb966df860541734f5474') build() { mkdir -p ${pkgdir}/usr/bin diff --git a/bash/lame-recoder/lamer.bash b/bash/lame-recoder/lamer.bash index d22b743..da3b225 100755 --- a/bash/lame-recoder/lamer.bash +++ b/bash/lame-recoder/lamer.bash @@ -27,11 +27,11 @@ echo -e "lame-recursive v$version (Harvie 2o1o) - Supports multiple CPUs/cores Usage: $0 [preset] [cpu-cores] - Example: cd ~/music; $0 standart + Example: cd ~/music; $0 standard Example: cd ~/spoken; $0 voice presets: - VBR: voice, medium, standart, extreme, insane (= 320kbps CBR) + VBR: voice, medium, standard, extreme, insane (= 320kbps CBR) ABR: 8, 16, 32, 64, 80, 96, 112, 128, 160, 192, 224, 256, 320 For more info: lame --preset help