diff options
Diffstat (limited to 'vorbisgain/Pkgfile')
-rw-r--r-- | vorbisgain/Pkgfile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/vorbisgain/Pkgfile b/vorbisgain/Pkgfile index 8f1cdd6b3..cdd2b7ffe 100644 --- a/vorbisgain/Pkgfile +++ b/vorbisgain/Pkgfile @@ -4,17 +4,13 @@ # Depends on: libogg, libvorbis name=vorbisgain -version=0.34 +version=0.36 release=1 source=(http://sjeng.org/ftp/vorbis/$name-$version.zip) build() { cd $name-$version - # Fix space-vs-tab confusion: - sed -i -e '420s/^ / /' Makefile.in - sed -i -e '423s/^ / /' Makefile.in - sh configure --prefix=/usr make |