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

Eric Bélanger eric at archlinux.org
Mon May 28 05:15:54 UTC 2012


    Date: Monday, May 28, 2012 @ 01:15:54
  Author: eric
Revision: 160019

upgpkg: mahjong 1.12.1-1

Upstream update

Modified:
  mahjong/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-28 02:15:20 UTC (rev 160018)
+++ PKGBUILD	2012-05-28 05:15:54 UTC (rev 160019)
@@ -3,7 +3,7 @@
 # Contributor: Jason Chu <jchu at xentac.net>
 
 pkgname=mahjong
-pkgver=1.11
+pkgver=1.12.1
 pkgrel=1
 pkgdesc="The classical game of Mah Jong (not the solitare version) with network support"
 arch=('i686' 'x86_64')
@@ -11,12 +11,12 @@
 license=('GPL' 'custom')
 depends=('gtk2')
 source=(http://mahjong.julianbradfield.org/Source/mj-$pkgver-src.tar.gz)
-md5sums=('c0cd19620eb3fcef3e0a83eaed6c3780')
+md5sums=('a74acae39d6a49bad9c34b84088f72f3')
 
 build() {
   cd "$srcdir/mj-$pkgver-src"
   sed -i 's/& Calling/Calling/' gui-dial.c
-  make
+  make LDLIBS="-lm"
 }
 
 package() {




More information about the arch-commits mailing list