summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTommy Jerry Mairo2023-06-17 23:31:29 +0800
committerTommy Jerry Mairo2023-06-17 23:31:29 +0800
commit8f49911dc528bbcf08eec7d55ffaba12a99876ca (patch)
treeecce51d0d8490b0bc7fc2d3ad7332f26e81b715a
parentda397d8e781e9238413292823482185b503b6a53 (diff)
downloadaur-amule-dlp-git.tar.gz
Update: compatibility with wxWidgets-gtk3 version 3.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e70245ccc6f3..df40d8f745b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = amule-dlp-git
pkgdesc = An eMule-like client for ed2k p2p network with DLP patch
- pkgver = 2.3.3.r10607.78a95e54e
+ pkgver = 2.3.3.r10608.7b3a07ab5
pkgrel = 1
url = https://github.com/persmule/amule-dlp
install = amule.install
@@ -9,7 +9,7 @@ pkgbase = amule-dlp-git
license = GPL
makedepends = git
makedepends = boost
- depends = wxgtk2
+ depends = wxwidgets-gtk3
depends = gd
depends = geoip
depends = libupnp
diff --git a/PKGBUILD b/PKGBUILD
index cd9a3bc7d962..945aab0b773e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: TJM <tommy.mairo@gmail.com>
+# Maintainer: TJM <recreation@tjm.moe>
# Contributor: Yijian Chen <dastudiodirector@gmail.com>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Henrik Ronellenfitsch <searinox@web.de>
@@ -6,13 +6,13 @@
# Contributor: Dario 'Dax' Vilardi <dax [at] deelab [dot] org>
# Contributor: Anatol Pomozov <anatol.pomozov@gmail.com>
pkgname=amule-dlp-git
-pkgver=2.3.3.r10607.78a95e54e
+pkgver=2.3.3.r10608.7b3a07ab5
pkgrel=1
pkgdesc="An eMule-like client for ed2k p2p network with DLP patch"
arch=('i686' 'x86_64')
url="https://github.com/persmule/amule-dlp"
license=('GPL')
-depends=('wxgtk2' 'gd' 'geoip' 'libupnp' 'crypto++>=6.0.0' 'libsm' 'boost-libs')
+depends=('wxwidgets-gtk3' 'gd' 'geoip' 'libupnp' 'crypto++>=6.0.0' 'libsm' 'boost-libs')
conflicts=('amule' 'amule-dlp' 'amule-dlp-hg')
makedepends=('git' 'boost')
optdepends=('antileech')
@@ -63,7 +63,7 @@ build() {
--enable-mmap \
--enable-ccache \
--with-boost \
- --with-wxversion=3.0
+ --with-wxversion=3.2
make
}