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

Jan Steffens heftig at nymeria.archlinux.org
Fri Jan 10 21:23:39 UTC 2014


    Date: Friday, January 10, 2014 @ 22:23:39
  Author: heftig
Revision: 203443

3.3.5

Modified:
  libmikmod/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-10 21:13:42 UTC (rev 203442)
+++ PKGBUILD	2014-01-10 21:23:39 UTC (rev 203443)
@@ -4,17 +4,17 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=libmikmod
-pkgver=3.3.4
+pkgver=3.3.5
 pkgrel=1
 pkgdesc="A portable sound library"
 license=(GPL LGPL)
 url="http://mikmod.sourceforge.net"
 arch=(i686 x86_64)
-depends=(openal sh)
+depends=(libpulse sh)
 makedepends=(alsa-lib)
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/mikmod/$pkgname-$pkgver.tar.gz)
-sha256sums=('2e8ca1d945ff7330741d085548a6d4e8b2f6a9d41edda773607905d8905683ae')
+sha256sums=('b714ee340a04e6867f60246f679e0f40063b92f99269b6b715c8bf19ad469fb6')
 
 prepare() {
   mkdir build
@@ -24,7 +24,6 @@
   cd build
   ../$pkgname-$pkgver/configure \
     --prefix=/usr \
-    --enable-openal \
     --disable-static
   make
 }




More information about the arch-commits mailing list