aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-08-14 03:48:06 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-08-14 07:10:40 +0000
commita640b05ce260e3db848b40cdcbbdeb99090edf98 (patch)
tree2b13650be213dd7dbd1888987cb7173c33d67857
parentd7e1b944f5353da4f4d73c37c6928552191cb774 (diff)
testing/libupnpp: upgrade to 0.19.2
-rw-r--r--testing/libupnpp/APKBUILD15
1 files changed, 5 insertions, 10 deletions
diff --git a/testing/libupnpp/APKBUILD b/testing/libupnpp/APKBUILD
index 7d3f8c7f65e..5709752d763 100644
--- a/testing/libupnpp/APKBUILD
+++ b/testing/libupnpp/APKBUILD
@@ -1,29 +1,24 @@
# Contributor: Marvin Steadfast <marvin@xsteadfastx.org>
# Maintainer: Marvin Steadfast <marvin@xsteadfastx.org>
pkgname=libupnpp
-pkgver=0.17.1
+pkgver=0.19.2
pkgrel=0
-pkgdesc="a C++ wrapper for libupnp"
-url="https://opensourceprojects.eu/p/libupnpp"
+pkgdesc="C++ wrapper for libupnp"
+url="https://framagit.org/medoc92/libupnpp"
arch="all"
license="LGPL-2.0-or-later"
options="!check"
-depends=""
-makedepends="curl-dev expat-dev libupnp-dev"
-install=""
+makedepends="curl-dev expat-dev libnpupnp-dev"
subpackages="$pkgname-dev"
source="libupnpp-$pkgver.tar.gz::http://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-$pkgver.tar.gz"
-builddir="$srcdir/libupnpp-$pkgver"
build() {
- cd "$builddir"
./configure --prefix=/usr
make
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="0aaaf43fa54f7c18f78385c42c53595e546ddb06963efcd0da12af5de1327b5173eda2ebdf2c1f57613d9d45a210a42b2304965dfb6d423363db8a25e6242474 libupnpp-0.17.1.tar.gz"
+sha512sums="7c9a7586c095f8f28623903f79681745dbe228ef697a7cc0fba29c6501092f930d8c160ea9ff88d854e48b0f537c3e5665086dafc1e9cbeb1605cdfab13e592c libupnpp-0.19.2.tar.gz"