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

Jakob Gruber schuay at nymeria.archlinux.org
Sun Mar 30 18:33:29 UTC 2014


    Date: Sunday, March 30, 2014 @ 20:33:29
  Author: schuay
Revision: 108626

desmume 0.9.10-3

Modified:
  desmume/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-30 17:31:04 UTC (rev 108625)
+++ PKGBUILD	2014-03-30 18:33:29 UTC (rev 108626)
@@ -13,7 +13,7 @@
 
 pkgname=desmume
 pkgver=0.9.10
-pkgrel=2
+pkgrel=3
 pkgdesc="Nintendo DS emulator"
 arch=('i686' 'x86_64')
 url="http://desmume.org/"
@@ -21,7 +21,7 @@
 depends=('desktop-file-utils' 'libpcap' 'soundtouch' 'alsa-lib' 'glu' 'sdl' 'gtk2' 'zziplib')
 makedepends=('intltool' 'mesa')
 install=desmume.install
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.tar"
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
         "glx_3Demu.patch")
 
 build() {
@@ -34,7 +34,7 @@
   # https://sourceforge.net/tracker/?func=detail&aid=3612768&group_id=164579&atid=832291
   sed -i 's/@GETTEXT_PACKAGE@/desmume/' po/Makefile.in.in
 
-  ./configure --prefix=/usr --enable-wifi
+  ./configure --prefix=/usr --enable-wifi --enable-openal
   make
 }
 




More information about the arch-commits mailing list