summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072022-08-28 23:32:47 +0200
committersL1pKn072022-08-28 23:32:47 +0200
commit43f38c4e2c1414c57afdaedaec680beb974c87a2 (patch)
treeab76669239551325bd846bb0192902130d6bd2f1
parentf6e5ca845f8b105a4af49572ce6dae5d1b647a02 (diff)
downloadaur-43f38c4e2c1414c57afdaedaec680beb974c87a2.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18fd8e7b0858..802d81de7f32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = amule-daemon
pkgdesc = An eMule-like client for the eD2k and Kademlia p2p networks. (Only Daemon, CLI tools and Webserver)
pkgver = r11121
- pkgrel = 1
+ pkgrel = 2
url = http://www.amule.org
install = amule-daemon.install
arch = x86_64
arch = armv7h
license = GPL
makedepends = boost
- depends = wxbase
+ depends = wxwidgets-common
depends = crypto++
depends = libupnp
depends = libpng
diff --git a/PKGBUILD b/PKGBUILD
index eb6c2e77f175..df8d3c38e1f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=amule-daemon
pkgver=r11121
_pkgcomm=d6693fb
-pkgrel=1
+pkgrel=2
pkgdesc='An eMule-like client for the eD2k and Kademlia p2p networks. (Only Daemon, CLI tools and Webserver)'
url='http://www.amule.org'
arch=('x86_64' 'armv7h')
license=('GPL')
-depends=('wxbase'
+depends=('wxwidgets-common'
'crypto++'
'libupnp'
'libpng'
@@ -47,6 +47,7 @@ prepare() {
build() {
cd build
+ CPPFLAGS+=" -DwxHAS_LARGE_FILES=1" \
../"amule-${_pkgcomm}/configure" \
--prefix=/usr \
--disable-monolithic \