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

Allan McRae allan at archlinux.org
Mon Dec 6 01:49:44 UTC 2010


    Date: Sunday, December 5, 2010 @ 20:49:44
  Author: allan
Revision: 102123

upgpkg: libvorbis 1.3.2-1
upstream update

Modified:
  libvorbis/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-12-06 01:45:53 UTC (rev 102122)
+++ PKGBUILD	2010-12-06 01:49:44 UTC (rev 102123)
@@ -4,7 +4,7 @@
 # Contributor: John Proctor <jproctor at prium.net>
 
 pkgname=libvorbis
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc="Vorbis codec library"
 arch=('i686' 'x86_64')
@@ -13,17 +13,17 @@
 depends=('libogg')
 options=('!libtool')
 source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz)
-md5sums=('016e523fac70bdd786258a9d15fd36e9')
+md5sums=('c870b9bd5858a0ecb5275c14486d9554')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   #-march=i686 optimizes too much, strip it out
-  CFLAGS=${CFLAGS/-march=$CARCH} ./configure --prefix=/usr --disable-static || return 1
-  make || return 1
+  CFLAGS=${CFLAGS/-march=$CARCH} ./configure --prefix=/usr --disable-static
+  make
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install || return 1
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE" || return 1
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
 }




More information about the arch-commits mailing list