Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-06-06 13:29:37 +0200
committerErich Eckner <git@eckner.net>2019-04-01 10:20:17 +0200
commit9c02f3d909ee9adb28f755a1abb535b6ed227ae2 (patch)
tree607cdd93425a0ab80350afe29c33cedef9ebe39f
parent49d796dbe7cd8d407c56f0279101143ab6058b2d (diff)
Makefile: devtools -> devtools32 in dist and upload targets
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 699060a..70d4531 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-V=20190329
+V=$(shell git describe --exact-match)
PREFIX = /usr/local
MANDIR = $(PREFIX)/share/man
@@ -149,11 +149,11 @@ uninstall:
done;
dist:
- git archive --format=tar --prefix=devtools-$(V)/ $(V) | gzip -9 > devtools-$(V).tar.gz
- gpg --detach-sign --use-agent devtools-$(V).tar.gz
+ git archive --format=tar --prefix=devtools32-$(V)/ $(V) | gzip -9 > devtools32-$(V).tar.gz
+ gpg --detach-sign --use-agent devtools32-$(V).tar.gz
upload:
- scp devtools-$(V).tar.gz devtools-$(V).tar.gz.sig repos.archlinux.org:/srv/ftp/other/devtools/
+ scp devtools32-$(V).tar.gz devtools32-$(V).tar.gz.sig sources.archlinux32.org:sources/
check: $(BINPROGS) bash_completion makepkg-x86_64.conf PKGBUILD.proto
shellcheck $^