summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel González Cabanelas2020-10-13 10:40:22 +0200
committerDaniel González Cabanelas2020-10-13 10:40:22 +0200
commit6a2c11ff7915624c946fa6fab35d02260f006f6a (patch)
tree5b99d92ade372fd5ccfb44c9f0a79e99af531539
parent934103eaad816383c58447eb9b22406a323865b7 (diff)
downloadaur-6a2c11ff7915624c946fa6fab35d02260f006f6a.tar.gz
11065
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2f89bc613dd..9e26fdda4cfc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = amulegui-upnp
pkgdesc = Remote GUI for the aMule Daemon, an eMule-like client for the ed2k p2p network
- pkgver = 11055
+ pkgver = 11065
pkgrel = 1
url = http://www.amule.org/
arch = i686
@@ -12,13 +12,13 @@ pkgbase = amulegui-upnp
depends = binutils>=2.17.50.0.18
depends = geoip>=1.4.4
depends = libupnp>=1.6.6
- provides = amulegui=11055
+ provides = amulegui=11065
conflicts = amule
conflicts = amule-svn
conflicts = amule-noupnp-svn
conflicts = amule-noupnp
- source = http://amule.sourceforge.net/tarballs/aMule-SVN-r11055.tar.bz2
- md5sums = 8ae6755065cf8e12988c5448a059c3d1
+ source = http://amule.sourceforge.net/tarballs/aMule-SVN-r11065.tar.bz2
+ md5sums = eb0affd2c7bb5716c4d3da2ed04d7200
pkgname = amulegui-upnp
diff --git a/PKGBUILD b/PKGBUILD
index d3db2a1ad3e4..85e263589ca7 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tudhalyas <tudhalyas_AT_gmail_DOT_com>
pkgname=amulegui-upnp
-pkgver=11055
+pkgver=11065
pkgrel=1
pkgdesc="Remote GUI for the aMule Daemon, an eMule-like client for the ed2k p2p network"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('crypto++')
conflicts=('amule' 'amule-svn' 'amule-noupnp-svn' 'amule-noupnp')
provides=("amulegui=${pkgver}")
source=(http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2)
-md5sums=('8ae6755065cf8e12988c5448a059c3d1')
+md5sums=('eb0affd2c7bb5716c4d3da2ed04d7200')
build() {
cd ${srcdir}/aMule-SVN-r${pkgver}