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

Felix Yan felixonmars at gemini.archlinux.org
Thu Apr 14 15:43:38 UTC 2022


    Date: Thursday, April 14, 2022 @ 15:43:38
  Author: felixonmars
Revision: 442532

upgpkg: python-automat 20.2.0-9 fixes FS#73617

Modified:
  python-automat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-14 14:46:03 UTC (rev 442531)
+++ PKGBUILD	2022-04-14 15:43:38 UTC (rev 442532)
@@ -2,13 +2,13 @@
 
 pkgname=python-automat
 pkgver=20.2.0
-pkgrel=8
+pkgrel=9
 arch=('any')
 license=('MIT')
 pkgdesc="Self-service finite-state machines for the programmer on the go."
 url="https://github.com/glyph/automat"
-depends=('python-attrs')
-makedepends=('python-setuptools-scm' 'm2r' 'python-attrs')
+depends=('python-attrs' 'python-six')
+makedepends=('python-setuptools-scm' 'm2r')
 checkdepends=('python-pytest' 'python-twisted' 'python-graphviz')
 source=("https://github.com/glyph/automat/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
 sha512sums=('ccba3e82f589fedb1f83dfb37a6a42b51a78d8c3e6fea22c9518135ff194f5f70e2f9c5f0eab50b6e116dae92c94754aac8dbf0e670a59015c916991736b4076')



More information about the arch-commits mailing list