Date: Tuesday, December 6, 2022 @ 10:35:21
  Author: heftig
Revision: 1356709

remove cchardet dep

Modified:
  hotdoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-06 09:41:26 UTC (rev 1356708)
+++ PKGBUILD    2022-12-06 10:35:21 UTC (rev 1356709)
@@ -1,4 +1,4 @@
-# Maintainer: Eli Schwartz <[email protected]>
+# Contributor: Eli Schwartz <[email protected]>
 
 _pkgname=hotdoc
 pkgname=hotdoc
@@ -8,9 +8,8 @@
 arch=('x86_64')
 url="https://github.com/${_pkgname}/${_pkgname}";
 license=('LGPL')
-_py_deps=('appdirs' 'cchardet' 'dbus-deviation' 'lxml' 'networkx' 'pkgconfig'
-          'schema' 'toposort' 'wheezy-template' 'yaml' 'feedgen'
-          'charset-normalizer')
+_py_deps=('appdirs' 'charset-normalizer' 'dbus-deviation' 'lxml' 'networkx'
+          'pkgconfig' 'schema' 'toposort' 'wheezy-template' 'yaml' 'feedgen')
 depends=("${_py_deps[@]/#/python-}" 'json-glib')
 makedepends=('python-setuptools' 'python-build' 'python-installer'
              'python-wheel' 'cmake')

Reply via email to