[arch-commits] Commit in libvorbis/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Fri Oct 7 08:12:32 UTC 2011


    Date: Friday, October 7, 2011 @ 04:12:32
  Author: eric
Revision: 140110

Fix url (close FS#26322)

Modified:
  libvorbis/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-06 19:11:44 UTC (rev 140109)
+++ PKGBUILD	2011-10-07 08:12:32 UTC (rev 140110)
@@ -9,21 +9,21 @@
 pkgdesc="Vorbis codec library"
 arch=('i686' 'x86_64')
 license=('custom')
-url="http://www.xiph.org/ogg/vorbis/"
+url="http://www.xiph.org/vorbis/"
 depends=('libogg')
 options=('!libtool')
 source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz)
 md5sums=('c870b9bd5858a0ecb5275c14486d9554')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "${srcdir}/${pkgname}-${pkgver}"
   #-march=i686 optimizes too much, strip it out
   CFLAGS=${CFLAGS/-march=$CARCH} ./configure --prefix=/usr --disable-static
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
 }




More information about the arch-commits mailing list