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

Filipe Laíns ffy00 at archlinux.org
Fri May 29 20:41:55 UTC 2020


    Date: Friday, May 29, 2020 @ 20:41:55
  Author: ffy00
Revision: 637286

upgpkg: python-flit 2.3.0-3 (fix missing dependencies in python-flit)

Modified:
  python-flit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-29 20:37:31 UTC (rev 637285)
+++ PKGBUILD	2020-05-29 20:41:55 UTC (rev 637286)
@@ -4,7 +4,7 @@
 pkgbase=python-$_pkgname
 pkgname=($pkgbase{,-core})
 pkgver=2.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Simplified packaging of Python modules'
 arch=('any')
 url='https://github.com/takluyver/flit'
@@ -38,7 +38,7 @@
 }
 
 package_python-flit() {
-  dependens+=('python-flit-core' 'python-requests' 'python-docutils' 'python-pytoml')
+  depends+=('python-flit-core' 'python-requests' 'python-docutils' 'python-pytoml')
 
   cd $_pkgname-$pkgver
 



More information about the arch-commits mailing list