Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/make.sh
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-07-30 23:21:17 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-07-30 23:21:17 +0000
commit850d0d2ec9cbb598f52b41ce24b38f4df0fbd383 (patch)
tree4374eec0d0e3fec7ce6de200961f87c308b27df3 /make.sh
parent196d4a178e75c7e3017ca097cb51f34ea4a1472c (diff)
Version bump.
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/make.sh b/make.sh
index 7f217348..64c30f39 100755
--- a/make.sh
+++ b/make.sh
@@ -1,15 +1,15 @@
#!/bin/bash
# Description: Crude build/maker script for PKGBUILD dependencies and stuff.
-rm -rf archinstall.egg-info/ build/ src/ pkg/ dist/ archinstall.build/ archinstall-v2.0.4rc2-x86_64/ *.pkg.*.xz archinstall-*.tar.gz
+rm -rf archinstall.egg-info/ build/ src/ pkg/ dist/ archinstall.build/ archinstall-v2.0.4rc3-x86_64/ *.pkg.*.xz archinstall-*.tar.gz
nuitka3 --standalone --show-progress archinstall
cp -r examples/ archinstall.dist/
-mv archinstall.dist archinstall-v2.0.4rc2-x86_64
-tar -czvf archinstall-v2.0.4rc2.tar.gz archinstall-v2.0.4rc2-x86_64
+mv archinstall.dist archinstall-v2.0.4rc3-x86_64
+tar -czvf archinstall-v2.0.4rc3.tar.gz archinstall-v2.0.4rc3-x86_64
makepkg -f
python3 setup.py sdist bdist_wheel
echo 'python3 -m twine upload dist/*'
-rm -rf archinstall.egg-info/ build/ dist/ src/ pkg/ archinstall.build/ archinstall-v2.0.4rc2-x86_64/
+rm -rf archinstall.egg-info/ build/ dist/ src/ pkg/ archinstall.build/ archinstall-v2.0.4rc3-x86_64/