summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabrice Mouhartem2024-02-25 18:32:56 +0100
committerFabrice Mouhartem2024-02-25 18:33:34 +0100
commit9f8c6453a2733a6cacaa2de136e9d0903b76c7b6 (patch)
tree87d3b0c18e14d36c3c347c650180b782ee922237
parent958d666fdb2e523bc05b8e89cca47e1c39b9b009 (diff)
downloadaur-9f8c6453a2733a6cacaa2de136e9d0903b76c7b6.tar.gz
dependency: add python-livereload
Signed-off-by: Fabrice Mouhartem <fabrice.mouhartem@ens-lyon.org>
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f73d61715174..6d24385301bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,6 +17,7 @@ _deps=(
'setuptools'
'tomli'
'lxml'
+ 'livereload'
)
depends=("${_deps[@]/#/python-}")
makedepends=(