summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2744757ad714..65c77a243c32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = amule-remote-git
pkgdesc = An eMule-like client for the eD2k and Kademlia p2p networks (remote GUI only, development version)
pkgver = latest
- pkgrel = 4
+ pkgrel = 5
url = http://www.amule.org
arch = i686
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = amule-remote-git
depends = crypto++
depends = geoip
depends = geoip-database
- depends = wxwidgets-gtk2
+ depends = wxwidgets-gtk3
conflicts = amule
source = git+https://github.com/amule-project/amule.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b614d7b45460..38936285fdcf 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=amule-remote-git
pkgver=latest
-pkgrel=4
+pkgrel=5
pkgdesc='An eMule-like client for the eD2k and Kademlia p2p networks (remote GUI only, development version)'
url='http://www.amule.org'
arch=('i686' 'x86_64')
license=('GPL')
-depends=('crypto++' 'geoip' 'geoip-database' 'wxwidgets-gtk2')
+depends=('crypto++' 'geoip' 'geoip-database' 'wxwidgets-gtk3')
makedepends=('git')
conflicts=('amule')
source=('git+https://github.com/amule-project/amule.git')