summaryrefslogtreecommitdiff
path: root/extra/mahjong
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-05-31 13:59:08 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-05-31 13:59:08 -0300
commitca4b95e91b33e5b8f02a063862359ab00c5260d5 (patch)
tree872d6a54fa0e59e017aa3101880d82f0e54fb70a /extra/mahjong
parent041ebdb9062909e39f81cca8c491c7f8adeed2a3 (diff)
parent2ed96c6eb798c762b61a93a8b4cf80220c00ac1f (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/libvirt/PKGBUILD community/opendkim/opendkim.rc core/nfs-utils/blkmapd.service multilib/lib32-glib2/PKGBUILD multilib/lib32-libssh2/PKGBUILD multilib/lib32-libx11/PKGBUILD multilib/lib32-qt/PKGBUILD testing/php/PKGBUILD testing/xorg-server/PKGBUILD ~fauno/notmuch/PKGBUILD
Diffstat (limited to 'extra/mahjong')
-rw-r--r--extra/mahjong/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/mahjong/PKGBUILD b/extra/mahjong/PKGBUILD
index 82050d483..1e87da8b1 100644
--- a/extra/mahjong/PKGBUILD
+++ b/extra/mahjong/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 136995 2011-09-04 21:27:03Z eric $
+# $Id: PKGBUILD 160020 2012-05-28 05:16:18Z eric $
# Maintainer: Kevin Piche <kevin@archlinux.org>
# Contributor: Jason Chu <jchu@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' 'mips64el')
@@ -11,12 +11,12 @@ url="http://www.stevens-bradfield.com/MahJong/"
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() {