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

Morten Linderud foxboron at gemini.archlinux.org
Tue Aug 23 18:16:26 UTC 2022


    Date: Tuesday, August 23, 2022 @ 18:16:26
  Author: foxboron
Revision: 1275758

upgpkg: python-formencode 2.0.1-2

Modified:
  python-formencode/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-23 18:15:05 UTC (rev 1275757)
+++ PKGBUILD	2022-08-23 18:16:26 UTC (rev 1275758)
@@ -4,12 +4,12 @@
 _pkgname=formencode
 _pypi=FormEncode
 pkgver=2.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A validation library for Python."
 arch=("any")
 url="http://www.formencode.org/en/latest/"
 license=("MIT")
-depends=("python")
+depends=("python" "python-six")
 checkdepends=("python-pytest" "python-dnspython" "python-pycountry")
 makedepends=("python-setuptools" "python-setuptools-scm-git-archive")
 source=("$pkgname-$pkgver.tar.gz::https://github.com/formencode/formencode/archive/$pkgver.tar.gz")



More information about the arch-commits mailing list