summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsehraf2020-10-12 23:43:12 +0200
committersehraf2020-10-12 23:43:12 +0200
commitd225c1002d77972742fae0a64680d976ecc4e5a1 (patch)
treeaad71871983aef828a212474374bd11d5f749e98
parent075356a4f4fb45e6f42b270a681a60daa90291ec (diff)
downloadaur-d225c1002d77972742fae0a64680d976ecc4e5a1.tar.gz
switch to miniupnpc
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0262b154eb10..92ac4b52a6fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = retroshare
pkgdesc = Serverless encrypted instant messenger with filesharing, chatgroups, e-mail.
pkgver = 0.6.5
- pkgrel = 1
+ pkgrel = 2
url = http://retroshare.cc/
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = retroshare
makedepends = qt5-tools
depends = qt5-multimedia
depends = qt5-x11extras
- depends = libupnp
+ depends = miniupnpc
depends = libxss
depends = sqlcipher
optdepends = tor: tor hidden node support
diff --git a/PKGBUILD b/PKGBUILD
index 3407b0eca516..e221601b31d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,12 +30,12 @@
pkgname=retroshare
pkgver=0.6.5
-pkgrel=1
+pkgrel=2
pkgdesc="Serverless encrypted instant messenger with filesharing, chatgroups, e-mail."
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url='http://retroshare.cc/'
license=('GPL2')
-depends=('qt5-multimedia' 'qt5-x11extras' 'libupnp' 'libxss' 'sqlcipher') # 'libmicrohttpd'
+depends=('qt5-multimedia' 'qt5-x11extras' 'miniupnpc' 'libxss' 'sqlcipher') # 'libmicrohttpd'
makedepends=('git' 'qt5-tools')
optdepends=('tor: tor hidden node support'
'i2p: i2p hidden node support')
@@ -101,6 +101,7 @@ build() {
CONFIG+=no_libresapihttpserver \
QMAKE_CFLAGS_RELEASE="${CFLAGS}" \
QMAKE_CXXFLAGS_RELEASE="${CXXFLAGS}" \
+ 'RS_UPNP_LIB="miniupnpc"' \
RetroShare.pro
# workaround
make || make