[arch-commits] Commit in python-automat/repos (community-any extra-any/PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Thu Apr 14 15:44:36 UTC 2022


    Date: Thursday, April 14, 2022 @ 15:44:35
  Author: felixonmars
Revision: 442534

fix pkgrel

Modified:
  python-automat/repos/extra-any/PKGBUILD
Deleted:
  python-automat/repos/community-any/

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

Modified: extra-any/PKGBUILD
===================================================================
--- extra-any/PKGBUILD	2022-04-14 15:43:48 UTC (rev 442533)
+++ extra-any/PKGBUILD	2022-04-14 15:44:35 UTC (rev 442534)
@@ -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