ptrack


Logs | Files | README | README | LICENSE | LICENSE | GitLab


1
commit 835d7ffd8a0ab262c8d7cf0d447ccac033193635
2
Author: Connor Etherington <[email protected]>
3
Date:   Tue Sep 19 23:13:31 2023 +0200
4
5
    Auto-Commit Update - 20230919
6
---
7
 PKGBUILD | 8 +-------
8
 1 file changed, 1 insertion(+), 7 deletions(-)
9
10
diff --git a/PKGBUILD b/PKGBUILD
11
index 41df404..bba5b68 100644
12
--- a/PKGBUILD
13
+++ b/PKGBUILD
14
@@ -7,13 +7,7 @@ pkgdesc="A simple CLI utility for asthetically tracking progress when copying, m
15
 arch=(x86_64)
16
 url="https://gitlab.com/a4to/${pkgname}"
17
 license=('MIT')
18
-depends=(
19
-  "python3"
20
-  "python-argparse"
21
-  "python-rich"
22
-  "python-argcomplete"
23
-  "python-setuptools"
24
-)
25
+depends=("python3")
26
 source=(
27
   "https://software.concise.cc/x86_64/${pkgname}-${pkgver}-${pkgrel}-$arch.pkg.tar.xz"
28
 )