summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2018-05-07 14:59:07 +0100
committerkewl fft2018-05-07 14:59:07 +0100
commit1647abcf521eb0f19efb1b85b0623a907843b4f3 (patch)
tree87efc4fc465ed8cc09f02e2ab03f00d81ae486f4
parent95f5c6ad6b5e83e88d73e92bfc87cf960010f81f (diff)
downloadaur-python-miniupnpc.tar.gz
Update to version 2.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1222754912a..51e66f08b467 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.20180503
+ pkgver = 2.1
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.20180503.tar.gz
- sha256sums = b3a89368f1e661674c8453f1061eab6fdf4dc7374332961d273b37b9a2016937
+ source = http://miniupnp.free.fr/files/miniupnpc-2.1.tar.gz
+ sha256sums = e19fb5e01ea5a707e2a8cb96f537fbd9f3a913d53d804a3265e3aeab3d2064c6
pkgname = python-miniupnpc
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index f89b6202bb28..ac407537d40f 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.20180503
+pkgver=2.1
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=('b3a89368f1e661674c8453f1061eab6fdf4dc7374332961d273b37b9a2016937')
+sha256sums=('e19fb5e01ea5a707e2a8cb96f537fbd9f3a913d53d804a3265e3aeab3d2064c6')
package_python2-miniupnpc() {
depends=('python2')