summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabioLolix2020-07-03 20:53:47 +0200
committerFabioLolix2020-07-03 20:53:47 +0200
commit1009d8a29c37f7f13c5d0fbedaad26c2f39f4cb2 (patch)
tree7e5d343ce92b29d9b53d35105112d47b25cca186 /PKGBUILD
parent29e2aa3a49c888bdd7f803bcad78838253b7d87e (diff)
downloadaur-1009d8a29c37f7f13c5d0fbedaad26c2f39f4cb2.tar.gz
v0.19.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf05ded2f7bf..2d6cd52e7911 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tristelune <tristelune@archlinux.info>
pkgname=libupnpp
-pkgver=0.19.1
+pkgver=0.19.2
pkgrel=1
pkgdesc="A C++ wrapper for libupnp - used with upmpdcli or upplay"
url="https://www.lesbonscomptes.com//upmpdcli/libupnpp-refdoc/libupnpp-ctl.html"
@@ -10,7 +10,7 @@ arch=(x86_64 i686 armv6h armv7h aarch64)
license=(LGPL2.1)
depends=(libnpupnp expat)
source=("http://www.lesbonscomptes.com/upmpdcli/downloads/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('412b38bdd07441588c11bb1d64af7d112f439a46512d53c907f9b54a6666ff58')
+sha256sums=('c9623533271605c92dfa603f5fe0ab6d3d5b4384a0c9173800784f4aa643a190')
build(){
cd "${pkgname}-${pkgver}"