X-Git-Url: https://git.proxmox.com/?p=arch-pacman.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=de456e4181e90f5585c60ead7daa1b746c52804c;hp=9e894423469a0db53e64fc1072c2fce0339526d5;hb=a6b71b8aba42f91ae7f702d6f62b3279100c0823;hpb=c1bda765f130ce2cf1837ec1f2e9ae78185ef5e4 diff --git a/Makefile b/Makefile index 9e89442..de456e4 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ ${DEB}: ${SRCTAR} rm -rf ${SRCDIR} tar xf ${SRCTAR} cp -a debian ${SRCDIR}/debian - echo "git clone git://projects.archlinux.org/pacman.git\\ngit checkout ${GITVERSION}" > ${SRCDIR}/debian/SOURCE + echo "git clone https://gitlab.archlinux.org/pacman/pacman.git\\ngit checkout ${GITVERSION}" > ${SRCDIR}/debian/SOURCE cd ${SRCDIR}; DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -rfakeroot -b -us -uc lintian ${DEBS} @@ -32,7 +32,7 @@ deb ${DEB2}: ${DEB} download: ${SRCTAR} ${SRCTAR}: rm -rf ${SRCDIR} ${SRCTAR} pacman-git - git clone --depth=1 --branch=v${PACMANVER} git://projects.archlinux.org/pacman.git pacman-git + git clone --depth=1 --branch=v${PACMANVER} https://gitlab.archlinux.org/pacman/pacman.git pacman-git (cd pacman-git && git archive --prefix=${SRCDIR}/ --format=tar v${PACMANVER}) | gzip > ${SRCTAR}.tmp mv ${SRCTAR}.tmp ${SRCTAR} rm -rf pacman-git