summaryrefslogtreecommitdiff
path: root/extra/amule/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/amule/PKGBUILD')
-rw-r--r--extra/amule/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/extra/amule/PKGBUILD b/extra/amule/PKGBUILD
index b2a1e16d8..766aa68f5 100644
--- a/extra/amule/PKGBUILD
+++ b/extra/amule/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 202683 2013-12-24 15:27:05Z giovanni $
+# $Id: PKGBUILD 205560 2014-02-07 16:24:49Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Henrik Ronellenfitsch <searinox@web.de>
# Contributor: Alessio Sergi <sergi.alessio {at} gmail.com>
@@ -6,18 +6,18 @@
# Contributor: Anatol Pomozov <anatol.pomozov@gmail.com>
pkgname=amule
-pkgver=10827
-pkgrel=1
+pkgver=10834
+pkgrel=2
pkgdesc="An eMule-like client for ed2k p2p network"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.amule.org"
license=('GPL')
-depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++' 'libsm')
+depends=('wxgtk' 'wxgtk2.8' 'gd' 'geoip' 'libupnp' 'crypto++' 'libsm')
install=amule.install
source=("http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2"
'amuled.systemd'
'amuleweb.systemd')
-md5sums=('ca6564f1f4de16d70532308e234bde56'
+md5sums=('80e6375acbdc287b15cc92131bf9e027'
'59772c41860e238f1c822feb8ca8d47f'
'05975c5d94bfc41fddb894d98b1115d5')
@@ -38,7 +38,8 @@ build() {
--enable-optimize \
--enable-ccache \
--enable-geoip \
- --enable-upnp
+ --enable-upnp \
+ --with-wxversion=2.8
make
}