Date: Sunday, September 13, 2020 @ 09:11:50 Author: alucryd Revision: 705007
upgpkg: python-blessed 1.17.10-1 Modified: python-blessed/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-13 09:11:34 UTC (rev 705006) +++ PKGBUILD 2020-09-13 09:11:50 UTC (rev 705007) @@ -2,7 +2,7 @@ # Contributor: Tatsuyuki Ishi <[email protected]> pkgname=python-blessed -pkgver=1.17.8 +pkgver=1.17.10 pkgrel=1 pkgdesc='A thin, practical wrapper around terminal styling, screen positioning, and keyboard input' arch=(any) @@ -19,7 +19,8 @@ checkdepends=( python-tox ) -source=(git+https://github.com/jquast/blessed.git#tag=83748bd9e97f9f2fd849588e677d541e162e3fc6) +_tag=50a55507d765b938cb6a7be051d2c22d8fbfbcf1 +source=(git+https://github.com/jquast/blessed.git#tag=${_tag}) sha256sums=(SKIP) pkgver() {
