summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ruhier2017-01-07 19:40:57 +0100
committerAnthony Ruhier2017-01-07 19:40:57 +0100
commitc7bb10e45fb9599d3846edb8c6482560845ba6d7 (patch)
tree546ef3b2999f8e338163ecd3c6ee14b070de8c2a
parentacbdf7704d29545cc2833530b342f06035f1982e (diff)
downloadaur-c7bb10e45fb9599d3846edb8c6482560845ba6d7.tar.gz
Force rebuild for python 3.6
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5aab228ab3a..ff1263ccd203 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-ncclient
pkgdesc = Python library for NETCONF clients.
pkgver = 0.5.3
- pkgrel = 1
+ pkgrel = 2
url = http://ncclient.org/
arch = any
license = Apache-2.0
diff --git a/PKGBUILD b/PKGBUILD
index 532c261ea9ea..2e2bf1a89519 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgbase=python-ncclient
_pkgbase="${pkgbase#python-}"
pkgname=(python-ncclient python2-ncclient)
pkgver=0.5.3
-pkgrel=1
+pkgrel=2
pkgdesc='Python library for NETCONF clients.'
arch=(any)
url='http://ncclient.org/'