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

Maxime Gauduin alucryd at archlinux.org
Mon Nov 11 12:16:54 UTC 2019


    Date: Monday, November 11, 2019 @ 12:16:52
  Author: alucryd
Revision: 526671

upgpkg: python-trio 0.13.0-1

Modified:
  python-trio/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-11 12:16:13 UTC (rev 526670)
+++ PKGBUILD	2019-11-11 12:16:52 UTC (rev 526671)
@@ -1,8 +1,8 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=python-trio
-pkgver=0.12.1
-pkgrel=3
+pkgver=0.13.0
+pkgrel=1
 pkgdesc='A friendly Python library for async concurrency and I/O'
 arch=(any)
 url=https://github.com/python-trio/trio
@@ -21,9 +21,15 @@
   python-setuptools
 )
 provides=(python-multio-provider)
-source=(git+https://github.com/python-trio/trio.git#tag=v${pkgver})
+source=(git+https://github.com/python-trio/trio.git#tag=d47e018d84862eecd9a896bf127159436a473494)
 sha256sums=('SKIP')
 
+pkgver() {
+  cd trio
+
+  git describe --tags | sed 's/^v//'
+}
+
 build() {
   cd trio
 



More information about the arch-commits mailing list