summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2018-04-10 21:05:02 +0100
committerkewl fft2018-04-10 21:05:02 +0100
commita0f100663f7f531d9a0d0cc569f416d652e29d5a (patch)
treedf94ee7ecf893b2da8bb142e358efb65f6e1238e
parent8358d7692f2a8fcdbebd194dda5143411213b7ec (diff)
downloadaur-a0f100663f7f531d9a0d0cc569f416d652e29d5a.tar.gz
Update to version 2.0.20180410-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1a18ea0b583..70306228cef2 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.20180406
+ pkgver = 2.0.20180410
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.20180406.tar.gz
- sha256sums = 8c7226bd47a6e4a46ffa14b8cdef940a8a5c4f721ab33bc72a217371a4a72996
+ source = http://miniupnp.free.fr/files/miniupnpc-2.0.20180410.tar.gz
+ sha256sums = 0e4c6d6ebc8b75eb636df7d3f3370c98713545acc3694b5ae40daa2502487a23
pkgname = python-miniupnpc
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index ca0dffbbe287..35c0a0cbf068 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.20180406
+pkgver=2.0.20180410
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=('8c7226bd47a6e4a46ffa14b8cdef940a8a5c4f721ab33bc72a217371a4a72996')
+sha256sums=('0e4c6d6ebc8b75eb636df7d3f3370c98713545acc3694b5ae40daa2502487a23')
package_python2-miniupnpc() {
depends=('python2')