diff --git a/python-txtorcon/.SRCINFO b/python-txtorcon/.SRCINFO index b503ddb..55a2f4c 100644 --- a/python-txtorcon/.SRCINFO +++ b/python-txtorcon/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-txtorcon pkgdesc = A Twisted-based Python asynchronous controller library for Tor pkgver = 20.0.0 - pkgrel = 1 + pkgrel = 2 url = https://txtorcon.readthedocs.org/ arch = any license = MIT diff --git a/python-txtorcon/.gitrepo b/python-txtorcon/.gitrepo index 9c1c33d..f3c300a 100644 --- a/python-txtorcon/.gitrepo +++ b/python-txtorcon/.gitrepo @@ -6,7 +6,7 @@ [subrepo] remote = https://aur.archlinux.org/python-txtorcon branch = master - commit = d82e1d668bf8d787b6a73b5319dc07bd263ffad5 - parent = f1e391fa93282717fc9b72b54368f7a92d42b643 + commit = e8a1658b502c10b3d17fee69b7723d72452b60a1 + parent = 14c008a8561894e594037142a9ccb8d01e7ff4f5 method = merge - cmdver = 0.4.1 + cmdver = 0.4.3 diff --git a/python-txtorcon/PKGBUILD b/python-txtorcon/PKGBUILD index 27a557d..78fce54 100644 --- a/python-txtorcon/PKGBUILD +++ b/python-txtorcon/PKGBUILD @@ -3,7 +3,7 @@ pkgname='python-txtorcon' _pkgname='txtorcon' pkgver=20.0.0 -pkgrel=1 +pkgrel=2 pkgdesc='A Twisted-based Python asynchronous controller library for Tor' arch=('any') url='https://txtorcon.readthedocs.org/'