]> git.proxmox.com Git - arch-pacman.git/commitdiff
update to 5.0.2
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 20 Jun 2017 07:34:38 +0000 (09:34 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 20 Jun 2017 07:37:41 +0000 (09:37 +0200)
Makefile
debian/changelog

index c0291e4aac2576f3949fcbf10ce60330e88bbc81..b2ba0d4cad1bd06f8e1179d38123a34addd536ee 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 PACKAGE=arch-pacman
-PACMANVER=5.0.1
+PACMANVER=5.0.2
 DEBREL=1
 
 SRCDIR=pacman
@@ -29,7 +29,8 @@ ${DEB}: ${SRCTAR}
 deb ${DEB2}: ${DEB}
 
 .PHONY: download
-download ${SRCTAR}:
+download: ${SRCTAR}
+${SRCTAR}:
        rm -rf ${SRCDIR} ${SRCTAR} pacman-git
        git clone --depth=1 --branch=v${PACMANVER} git://projects.archlinux.org/pacman.git pacman-git
        (cd pacman-git && git archive --prefix=${SRCDIR}/ --format=tar v${PACMANVER}) | gzip > ${SRCTAR}.tmp
index e8ee56ae4c75b1933a02aabad00236f7637ff892..ea04a0cb9b747cd113d2231139220ae5ca27d309 100644 (file)
@@ -1,8 +1,15 @@
+arch-pacman (5.0.2-1) unstable; urgency=low
+
+  * Update to 5.0.2-1
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 20 Jun 2017 09:34:21 +0200
+
 arch-pacman (5.0.1-1) unstable; urgency=low
 
   * Update to 5.0.1-1
 
  -- Proxmox Support Team <support@proxmox.com>  Thu, 04 Aug 2016 11:06:05 +0200
+
 arch-pacman (4.2.1-1) unstable; urgency=low
 
   * Initial release for Proxmox VE