summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRagnar Groot Koerkamp2023-03-13 17:08:46 +0100
committerRagnar Groot Koerkamp2023-03-13 17:08:46 +0100
commit28a56fc7bf1b7c1547cd1f1478898eaa7a0af09c (patch)
treef5449a7f4b2c075da416fc98feea701e90663b4b
parent903e3e2a29ba8f0b7fd81d1a00f57c1d172c9ebc (diff)
downloadaur-bapctools-git.tar.gz
update comment
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e60fd9beb048..640aff4e970b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -27,7 +27,7 @@ pkgbase = bapctools-git
optdepends = ghostscript: for LaTeX figures,
optdepends = python-matplotlib: for generating solve stats,
optdepends = python-questionary: for better prompts in new_contest and new_problem,
- optdepends = python-requests: for better prompts in new_contest and new_problem,
+ optdepends = python-requests: for commands that call the DOMjudge or Slack API,
optdepends = asymptote: for visualizations
source = bapctools::git+https://github.com/RagnarGrootKoerkamp/BAPCtools
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index bac2013d09fa..6ca29db45fe0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ optdepends=('gcc: for compiling c++ sources',
'ghostscript: for LaTeX figures',
'python-matplotlib: for generating solve stats',
'python-questionary: for better prompts in new_contest and new_problem',
- 'python-requests: for better prompts in new_contest and new_problem',
+ 'python-requests: for commands that call the DOMjudge or Slack API',
'asymptote: for visualizations'
)
makedepends=('git' 'rsync')