main/debootstrap: upgrade to 1.0.42

This commit is contained in:
Natanael Copa 2012-08-20 20:02:11 +00:00
parent 541e2de271
commit 74fbdae7d6

View File

@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=debootstrap
pkgver=1.0.38
pkgver=1.0.42
pkgrel=0
pkgdesc="Debian/Ubuntu bootstrap scripts"
url="http://packages.qa.debian.org/d/debootstrap.html"
@ -10,7 +10,7 @@ depends="dpkg"
source="http://ftp.de.debian.org/debian/pool/main/d/debootstrap/debootstrap_$pkgver.tar.gz
pkgdetails.c"
_builddir="$srcdir"/$pkgname
_builddir="$srcdir"/debootstrap-$pkgver
build() {
cd "$_builddir"
gcc $CFLAGS $LDFLAGS -o pkgdetails "$srcdir"/pkgdetails.c
@ -42,5 +42,5 @@ package() {
make DESTDIR="$pkgdir" install || return
install -Dm755 pkgdetails "$pkgdir"/usr/lib/debootstrap/pkgdetails
}
md5sums="214b141206f7e48e326dc0a003fd5a5d debootstrap_1.0.38.tar.gz
md5sums="ebf8abefa0e30f6c251f16affdec1079 debootstrap_1.0.42.tar.gz
cff11c88c5176c0ccb714e2d378f4d35 pkgdetails.c"