summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2018-05-04 21:48:00 +0100
committerkewl fft2018-05-04 21:48:00 +0100
commit95f5c6ad6b5e83e88d73e92bfc87cf960010f81f (patch)
tree4aba4c1a2c8194fc83efe331d66c1209a8a740c7
parenta0f100663f7f531d9a0d0cc569f416d652e29d5a (diff)
downloadaur-95f5c6ad6b5e83e88d73e92bfc87cf960010f81f.tar.gz
Update to version 2.0.20180503-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70306228cef2..d1222754912a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-miniupnpc
pkgdesc = A small UPnP client library/tool to access Internet Gateway Devices
- pkgver = 2.0.20180410
+ pkgver = 2.0.20180503
pkgrel = 1
url = http://miniupnp.free.fr
arch = i686
@@ -8,8 +8,8 @@ pkgbase = python-miniupnpc
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
- source = http://miniupnp.free.fr/files/miniupnpc-2.0.20180410.tar.gz
- sha256sums = 0e4c6d6ebc8b75eb636df7d3f3370c98713545acc3694b5ae40daa2502487a23
+ source = http://miniupnp.free.fr/files/miniupnpc-2.0.20180503.tar.gz
+ sha256sums = b3a89368f1e661674c8453f1061eab6fdf4dc7374332961d273b37b9a2016937
pkgname = python-miniupnpc
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 35c0a0cbf068..f89b6202bb28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _watch=("http://miniupnp.free.fr/files/" "miniupnpc-(\d[\d.]*\d+)\.")
pkgbase=python-miniupnpc
pkgname=('python-miniupnpc' 'python2-miniupnpc')
-pkgver=2.0.20180410
+pkgver=2.0.20180503
pkgrel=1
pkgdesc="A small UPnP client library/tool to access Internet Gateway Devices"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ url="http://miniupnp.free.fr"
license=('BSD')
source=("http://miniupnp.free.fr/files/${pkgbase#python-}-$pkgver.tar.gz")
makedepends=('python-setuptools' 'python2-setuptools')
-sha256sums=('0e4c6d6ebc8b75eb636df7d3f3370c98713545acc3694b5ae40daa2502487a23')
+sha256sums=('b3a89368f1e661674c8453f1061eab6fdf4dc7374332961d273b37b9a2016937')
package_python2-miniupnpc() {
depends=('python2')