[arch-commits] CVS update of extra/multimedia/vorbis-tools (PKGBUILD)
Travis Willard
travis at archlinux.org
Thu Mar 20 02:08:42 UTC 2008
Date: Wednesday, March 19, 2008 @ 22:08:42
Author: travis
Path: /home/cvs-extra/extra/multimedia/vorbis-tools
Modified: PKGBUILD (1.22 -> 1.23)
upgpkg: vorbis-tools 1.2.0-2
Remove explicit /usr/man usage - should have done this when I updated it, but I'm a dork
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Index: extra/multimedia/vorbis-tools/PKGBUILD
diff -u extra/multimedia/vorbis-tools/PKGBUILD:1.22 extra/multimedia/vorbis-tools/PKGBUILD:1.23
--- extra/multimedia/vorbis-tools/PKGBUILD:1.22 Sat Mar 15 11:56:44 2008
+++ extra/multimedia/vorbis-tools/PKGBUILD Wed Mar 19 22:08:42 2008
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD,v 1.22 2008/03/15 15:56:44 travis Exp $
+# $Id: PKGBUILD,v 1.23 2008/03/20 02:08:42 travis Exp $
# Maintainer: Travis Willard <travis at archlinux.org>
# Maintainer: dorphell <dorphell at archlinux.org>
# Committer: Judd Vinet <jvinet at zeroflux.org>
pkgname=vorbis-tools
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Extra tools for Ogg-Vorbis"
arch=(i686 x86_64)
url='http://www.xiph.org/vorbis/'
@@ -18,7 +18,7 @@
{
cd $startdir/src/$pkgname-$pkgver
autoconf
- ./configure --prefix=/usr --without-speex --mandir=/usr/man
+ ./configure --prefix=/usr --without-speex
make || return 1
make DESTDIR=$startdir/pkg install
}
More information about the arch-commits
mailing list