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

Jan Steffens heftig at nymeria.archlinux.org
Mon Oct 21 10:59:56 UTC 2013


    Date: Monday, October 21, 2013 @ 12:59:56
  Author: heftig
Revision: 196953

staticlibs

Modified:
  freealut/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-21 10:52:00 UTC (rev 196952)
+++ PKGBUILD	2013-10-21 10:59:56 UTC (rev 196953)
@@ -4,7 +4,7 @@
 
 pkgname=freealut
 pkgver=1.1.0
-pkgrel=4
+pkgrel=5
 pkgdesc="OpenAL Utility Toolkit (ALUT)"
 arch=('i686' 'x86_64')
 url="http://www.openal.org"
@@ -11,12 +11,12 @@
 license=("LGPL")
 depends=('openal')
 options=('!libtool')
-source=(http://connect.creativelabs.com/openal/Downloads/ALUT/$pkgname-$pkgver.tar.gz)
+source=(http://pkgs.fedoraproject.org/repo/pkgs/freealut/freealut-1.1.0.tar.gz/e089b28a0267faabdb6c079ee173664a/freealut-1.1.0.tar.gz)
 md5sums=('e089b28a0267faabdb6c079ee173664a')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr 
+  ./configure --prefix=/usr  --disable-static
   make
 }
 




More information about the arch-commits mailing list