diff options
author | Joshua I. Haase H. (xihh) <hahj87@gmail.com> | 2012-10-23 02:35:49 -0500 |
---|---|---|
committer | Joshua I. Haase H. (xihh) <hahj87@gmail.com> | 2012-10-23 02:35:49 -0500 |
commit | 0cb1158276158c1c2f4bef15c278ffcaf8859172 (patch) | |
tree | 9b0118345ec8a149ba02bceb10f353749c3dbccb /extra/amule/PKGBUILD | |
parent | fa95bb04dbbc63d07b1f84fb8ce5272085097eb7 (diff) | |
parent | f8ec57e91051f85129d837252605854c888567d0 (diff) |
Merge branch 'master' of gitpar:abslibre-mips64el
Diffstat (limited to 'extra/amule/PKGBUILD')
-rw-r--r-- | extra/amule/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/amule/PKGBUILD b/extra/amule/PKGBUILD index c47594024..2493c3359 100644 --- a/extra/amule/PKGBUILD +++ b/extra/amule/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 161344 2012-06-10 05:51:02Z giovanni $ +# $Id: PKGBUILD 169418 2012-10-20 18:24:37Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Henrik Ronellenfitsch <searinox@web.de> # Contributor: Alessio Sergi <sergi.alessio {at} gmail.com> # Contributor: Dario 'Dax' Vilardi <dax [at] deelab [dot] org> pkgname=amule -pkgver=10792 +pkgver=10795 pkgrel=1 pkgdesc="An eMule-like client for ed2k p2p network" arch=('i686' 'x86_64' 'mips64el') @@ -13,7 +13,7 @@ url="http://www.amule.org" license=('GPL') depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++') source=("http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2") -md5sums=('ff828df9561e4964e439539189a891f7') +md5sums=('e64c4f198e66c3e231a292b60b7cafb4') build() { cd "${srcdir}/aMule-SVN-r${pkgver}" |