summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libre/debootstrap/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/debootstrap/PKGBUILD b/libre/debootstrap/PKGBUILD
index 679820cf9..305134deb 100644
--- a/libre/debootstrap/PKGBUILD
+++ b/libre/debootstrap/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 168492 2016-03-26 16:16:17Z fyan $
+# $Id: PKGBUILD 168785 2016-03-29 15:29:35Z fyan $
# Maintainer (Arch): Felix Yan <felixonmars@archlinux.org>
# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=debootstrap
pkgver=1.0.80
-pkgrel=1.parabola1
+pkgrel=2.parabola1
pkgdesc="Bootstrap a basic gNewSense and Trisquel system, without Debian support"
arch=('any')
license=('GPL')
url="https://tracker.debian.org/pkg/debootstrap"
-depends=('wget')
+depends=('wget' 'binutils')
makedepends=('git' 'makedev')
replaces=(${pkgname}-libre)
conflicts=(${pkgname}-libre)