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

Felix Yan felixonmars at archlinux.org
Wed Jan 8 22:20:35 UTC 2020


    Date: Wednesday, January 8, 2020 @ 22:20:34
  Author: felixonmars
Revision: 550731

upgpkg: debootstrap 1.0.116-2

add top level perl dependency

Modified:
  debootstrap/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-08 22:18:22 UTC (rev 550730)
+++ PKGBUILD	2020-01-08 22:20:34 UTC (rev 550731)
@@ -2,12 +2,12 @@
 
 pkgname=debootstrap
 pkgver=1.0.116
-pkgrel=1
+pkgrel=2
 pkgdesc="Bootstrap a basic Debian system"
 arch=('any')
 license=('GPL')
 url="https://tracker.debian.org/pkg/debootstrap"
-depends=('wget' 'binutils')
+depends=('perl' 'wget' 'binutils')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/debootstrap/archive/$pkgver.tar.gz"
         arch-detect.patch)
 optdepends=('gnupg: check release signatures'



More information about the arch-commits mailing list