summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabioLolix2019-02-11 22:55:48 +0100
committerFabioLolix2019-02-11 22:55:48 +0100
commit97bf2aeaed0ce79267b967dd05de61baf4712360 (patch)
treea2bd04a0455d39fce9b0890c02a1f77df70ff521 /PKGBUILD
parentcaed6903a70ec02830320cf34d21fe1729f300cc (diff)
downloadaur-97bf2aeaed0ce79267b967dd05de61baf4712360.tar.gz
v0.17.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12ab4dadbf05..60b48605340d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Contributor: Tristelune <tristelune@archlinux.info>
pkgname=libupnpp
-pkgver=0.16.1
-pkgrel=2
+pkgver=0.17.0
+pkgrel=1
pkgdesc="A C++ wrapper for libupnp - used with upmpdcli or upplay"
url="http://www.lesbonscomptes.com/upplay/downloads.html"
arch=(x86_64 i686 armv6h armv7h aarch64)
license=(GPL2)
-depends=(libupnp expat curl)
+depends=(libupnp expat)
source=("http://www.lesbonscomptes.com/upmpdcli/downloads/${pkgname}-${pkgver}.tar.gz")
-md5sums=('df663e0dbd460e0377a0ee575c96b1b8')
+sha256sums=('7035dda48207c254cbd8cd64e4e679a9e5f085a35d28c19bc2ddeba0deaff58b')
build(){
cd "${pkgname}-${pkgver}"