[arch-commits] Commit in python-trio/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Thu Aug 1 19:36:35 UTC 2019


    Date: Thursday, August 1, 2019 @ 19:36:34
  Author: alucryd
Revision: 496467

upgpkg: python-trio 0.12.1-1

Modified:
  python-trio/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-01 19:35:46 UTC (rev 496466)
+++ PKGBUILD	2019-08-01 19:36:34 UTC (rev 496467)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=python-trio
-pkgver=0.11.0
+pkgver=0.12.1
 pkgrel=1
 pkgdesc='A friendly Python library for async concurrency and I/O'
 arch=(any)
@@ -22,7 +22,7 @@
 )
 provides=(python-multio-provider)
 source=(git+https://github.com/python-trio/trio.git#tag=v${pkgver})
-sha256sums=(SKIP)
+sha256sums=('SKIP')
 
 build() {
   cd trio



More information about the arch-commits mailing list