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

Maxime Gauduin alucryd at archlinux.org
Fri Jul 17 07:48:03 UTC 2015


    Date: Friday, July 17, 2015 @ 09:48:02
  Author: alucryd
Revision: 137038

upgpkg: lib32-soundtouch 1.9.0-1

Modified:
  lib32-soundtouch/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-17 03:00:05 UTC (rev 137037)
+++ PKGBUILD	2015-07-17 07:48:02 UTC (rev 137038)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 # Contributor: josephgbr <rafael.f.f1 at gmail.com>
 
 pkgname=lib32-soundtouch
-pkgver=1.8.0
+pkgver=1.9.0
 pkgrel=1
 pkgdesc='An audio processing library'
 arch=('x86_64')
@@ -11,11 +11,11 @@
 license=('LGPL')
 depends=('lib32-gcc-libs' "${pkgname#*-}")
 makedepends=('gcc-multilib')
-source=("${url}/${pkgname#*-}-${pkgver}.tar.gz")
-sha256sums=('3d4161d74ca25c5a98c69dbb8ea10fd2be409ba1a3a0bf81db407c4c261f166b')
+source=("http://www.surina.net/soundtouch/soundtouch-${pkgver}.tar.gz")
+sha256sums=('1fe4fc03cbfe696c1281fd623d089baffe1b70265acc60eac7a6d9b5742971ad')
 
 build() {
-  cd ${pkgname#*-}
+  cd soundtouch
 
   export CC='gcc -m32'
   export CXX='g++ -m32'
@@ -22,12 +22,15 @@
   export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
 
   ./bootstrap
-  ./configure --prefix='/usr' --libdir='/usr/lib32' --enable-shared --with-pic
+  ./configure \
+    --prefix='/usr' \
+    --libdir='/usr/lib32' \
+    --enable-shared
   make
 }
 
 package() {
-  cd ${pkgname#*-}
+  cd soundtouch
 
   make DESTDIR="${pkgdir}" install
   rm -rf "${pkgdir}"/usr/{bin,doc,include,share}



More information about the arch-commits mailing list