summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD3
3 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bd08e3bd168..9876edca7b08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = debootstrap-git
pkgdesc = Bootstrap a basic Debian system
- pkgver = 1.0.103.r18.g95713fa
+ pkgver = 1.0.114.r0.g67a3c1c
pkgrel = 1
url = https://tracker.debian.org/pkg/debootstrap
arch = any
license = GPL
+ makedepends = git
depends = wget
depends = binutils
optdepends = gnupg: check release signatures
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..778066f828b1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*pkg.tar*
+debootstrap-git/
+pkg/
+src/
diff --git a/PKGBUILD b/PKGBUILD
index d10e4e16f149..1423cff46015 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: arti.zirk <arti.zirk@gmail.com>
pkgname=debootstrap-git
-pkgver=1.0.103.r18.g95713fa
+pkgver=1.0.114.r0.g67a3c1c
pkgrel=1
pkgdesc="Bootstrap a basic Debian system"
conflicts=('debootstrap')
@@ -11,6 +11,7 @@ arch=('any')
license=('GPL')
url="https://tracker.debian.org/pkg/debootstrap"
depends=('wget' 'binutils')
+makedepends=('git')
source=("$pkgname::git+https://salsa.debian.org/installer-team/debootstrap.git"
arch-detect.patch)
optdepends=('gnupg: check release signatures'