mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
Fix AUR dependency name for python-dateutil
This commit is contained in:
@@ -15,7 +15,7 @@ pkgbase = bearhub-git
|
|||||||
depends = python-requests
|
depends = python-requests
|
||||||
depends = python-colorama
|
depends = python-colorama
|
||||||
depends = python-pyyaml
|
depends = python-pyyaml
|
||||||
depends = python-python-dateutil
|
depends = python-dateutil
|
||||||
optdepends = python-lxml: web application support
|
optdepends = python-lxml: web application support
|
||||||
optdepends = python-beautifulsoup4: web application support
|
optdepends = python-beautifulsoup4: web application support
|
||||||
optdepends = flatpak: flatpak support
|
optdepends = flatpak: flatpak support
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ depends=(
|
|||||||
'python-requests'
|
'python-requests'
|
||||||
'python-colorama'
|
'python-colorama'
|
||||||
'python-pyyaml'
|
'python-pyyaml'
|
||||||
'python-python-dateutil'
|
'python-dateutil'
|
||||||
)
|
)
|
||||||
optdepends=(
|
optdepends=(
|
||||||
'python-lxml: web application support'
|
'python-lxml: web application support'
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ pkgbase = bearhub
|
|||||||
depends = python-requests
|
depends = python-requests
|
||||||
depends = python-colorama
|
depends = python-colorama
|
||||||
depends = python-pyyaml
|
depends = python-pyyaml
|
||||||
depends = python-python-dateutil
|
depends = python-dateutil
|
||||||
optdepends = python-lxml: web application support
|
optdepends = python-lxml: web application support
|
||||||
optdepends = python-beautifulsoup4: web application support
|
optdepends = python-beautifulsoup4: web application support
|
||||||
optdepends = flatpak: flatpak support
|
optdepends = flatpak: flatpak support
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ depends=(
|
|||||||
'python-requests'
|
'python-requests'
|
||||||
'python-colorama'
|
'python-colorama'
|
||||||
'python-pyyaml'
|
'python-pyyaml'
|
||||||
'python-python-dateutil'
|
'python-dateutil'
|
||||||
)
|
)
|
||||||
optdepends=(
|
optdepends=(
|
||||||
'python-lxml: web application support'
|
'python-lxml: web application support'
|
||||||
|
|||||||
Reference in New Issue
Block a user