| Hash | Commit message | Author | Date | Files | + | - |
1 | commit ee85c5895063dcc6f2c233dd04a3ab48d06ee46c |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Sat Jul 29 06:32:49 2023 +0200 |
4 | |
5 | Auto-Commit Update 29.07.2023 - 06:32:49 |
6 | --- |
7 | PKGBUILD | 10 ++++++++-- |
8 | 1 file changed, 8 insertions(+), 2 deletions(-) |
9 | |
10 | diff --git a/PKGBUILD b/PKGBUILD |
11 | index 71a99c2..c68f7f1 100644 |
12 | --- a/PKGBUILD |
13 | +++ b/PKGBUILD |
14 | @@ -4,10 +4,16 @@ pkgname=ptrack |
15 | pkgver=0.1.0 |
16 | pkgrel=1 |
17 | pkgdesc="A simple CLI utility for asthetically tracking progress when copying or moving files" |
18 | -arch=(any) |
19 | +arch=(x86_64) |
20 | url="https://gitlab.com/a4to/${pkgname}" |
21 | license=('MIT') |
22 | -depends=('python3 python-argparse python-rich python-argcomplete python-setuptools') |
23 | +depends=( |
24 | + "python3" |
25 | + "python-argparse" |
26 | + "python-rich" |
27 | + "python-argcomplete" |
28 | + "python-setuptools" |
29 | +) |
30 | source=("git+$url.git") |
31 | sha256sums=('SKIP') |
32 | |