summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072022-08-29 16:17:35 +0200
committersL1pKn072022-08-29 16:17:35 +0200
commitf16187ee598f8735fbe4b494d1652b7ff44b644a (patch)
treea021a7566d8d2b9f4384138c7f35c6f14eb2ee3e
parent43f38c4e2c1414c57afdaedaec680beb974c87a2 (diff)
downloadaur-f16187ee598f8735fbe4b494d1652b7ff44b644a.tar.gz
fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 802d81de7f32..8e9482a9b5ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = amule-daemon
arch = armv7h
license = GPL
makedepends = boost
- depends = wxwidgets-common
+ depends = wxwidgets-common-light
depends = crypto++
depends = libupnp
depends = libpng
diff --git a/PKGBUILD b/PKGBUILD
index df8d3c38e1f7..a84e4e53ca1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='An eMule-like client for the eD2k and Kademlia p2p networks. (Only Daem
url='http://www.amule.org'
arch=('x86_64' 'armv7h')
license=('GPL')
-depends=('wxwidgets-common'
+depends=('wxwidgets-common-light'
'crypto++'
'libupnp'
'libpng'