[arch-commits] Commit in debootstrap/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Tue Mar 29 15:29:36 UTC 2016


    Date: Tuesday, March 29, 2016 @ 17:29:35
  Author: fyan
Revision: 168785

upgpkg: debootstrap 1.0.80-2

fix dependency on binutils

Modified:
  debootstrap/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-29 15:29:18 UTC (rev 168784)
+++ PKGBUILD	2016-03-29 15:29:35 UTC (rev 168785)
@@ -3,12 +3,12 @@
 
 pkgname=debootstrap
 pkgver=1.0.80
-pkgrel=1
+pkgrel=2
 pkgdesc="Bootstrap a basic Debian system"
 arch=('any')
 license=('GPL')
 url="https://tracker.debian.org/pkg/debootstrap"
-depends=('wget')
+depends=('wget' 'binutils')
 makedepends=('git' 'makedev')
 source=("git+https://anonscm.debian.org/git/d-i/debootstrap.git#tag=$pkgver"
         arch-detect.patch)



More information about the arch-commits mailing list