summarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMeow King2024-02-29 16:27:10 +0800
committerMeow King2024-02-29 16:27:10 +0800
commit02a6b85bf191a61b6040408c3596ad47876d5620 (patch)
treeae5db11b93457bddd9d6b1101d71d567af910746 /Makefile
parent3dcbfff57097bd0f1724c0e7914d51a1393ea397 (diff)
downloadaur-02a6b85bf191a61b6040408c3596ad47876d5620.tar.gz
update to v1.120
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b67813f73822..e95261e5c0eb 100644
--- a/Makefile
+++ b/Makefile
@@ -15,8 +15,8 @@ aur:
update: SHELL:=/bin/bash
update:
@([[ $$(git ls-files) ]] && git clean -xdf ) || ( echo Please make your first stage or commit to ensure which files will not be deleted as cache files first && exit 1 )
- env all_proxy=http://127.0.0.1:7890 updpkgsums # update package integrity checksum
+ updpkgsums # update package integrity checksum
makepkg --printsrcinfo > .SRCINFO
run:
- env all_proxy=http://127.0.0.1:7890 makepkg -si --clean
+ makepkg -si --clean