We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f382dc4 commit c636486Copy full SHA for c636486
gh-build.sh
@@ -13,7 +13,7 @@ git_commit=$(git rev-parse --short HEAD)
13
"Priority: optional" \
14
"Homepage: https://nxos.org" \
15
"Package: nx-desktop-legacy" \
16
- "Version: 3.2.0-$git_commit" \
+ "Version: 3.2.1-$git_commit" \
17
"Maintainer: Uri Herrera <[email protected]>" \
18
"Depends: $deps" \
19
"Conflicts: nx-desktop, synaptic" \
package/dependencies
@@ -314,6 +314,7 @@ python3-pip
314
python3-plist
315
python3-setproctitle
316
python3-setuptools
317
+python3-tqdm
318
python3-venv
319
python3-xlib
320
python3-yaml
0 commit comments