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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Tue Mar 11 13:50:19 UTC 2014


    Date: Tuesday, March 11, 2014 @ 14:50:19
  Author: svenstaro
Revision: 107034

Fix FS#39314

Modified:
  zaz/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-11 13:07:26 UTC (rev 107033)
+++ PKGBUILD	2014-03-11 13:50:19 UTC (rev 107034)
@@ -5,8 +5,8 @@
 
 pkgname=zaz
 pkgver=1.0.0
-pkgrel=3
-pkgdesc="Puzzle game where the player has to arrange balls in triplets."
+pkgrel=4
+pkgdesc="Puzzle game where the player has to arrange balls in triplets"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/zaz/"
 license=('GPL3' 'custom:CCBYSA')
@@ -19,7 +19,7 @@
   cd "$srcdir/$pkgname-$pkgver"
 
   ./configure --prefix=/usr --disable-splash
-  make
+  make ZAZ_LIBS+=" -lvorbis -logg -lSDL -lvorbisfile -ltheora -ltheoradec -ltheoraenc"
 }
 
 package() {




More information about the arch-commits mailing list