aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/debootstrap/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/debootstrap/APKBUILD b/main/debootstrap/APKBUILD
index 0b08f5c56b..ae4dc6161a 100644
--- a/main/debootstrap/APKBUILD
+++ b/main/debootstrap/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=debootstrap
-pkgver=1.0.89
+pkgver=1.0.90
pkgrel=0
pkgdesc="Debian/Ubuntu bootstrap scripts"
url="http://packages.qa.debian.org/d/debootstrap.html"
@@ -11,7 +11,7 @@ depends="debian-archive-keyring dpkg tar"
makedepends=""
subpackages="$pkgname-doc"
source="ftp://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.gz"
-builddir="$srcdir"/$pkgname
+builddir="$srcdir"/$pkgname-$pkgver
package() {
cd "$builddir"
@@ -20,4 +20,4 @@ package() {
"$pkgdir"/usr/share/man/man8/$pkgname.8 || return 1
}
-sha512sums="3f230ce3eff6359353d106c806ce395861fb47fc1416eb0b498af7ce12a45ce7572b18284633d6d4d07b73a4a203e03bc205df3eae0db6f637237d25d0a69b1a debootstrap_1.0.89.tar.gz"
+sha512sums="f8fc584d08b63f9f3fe1120b7b7ca41ef4acab4201ded08a45d7d5c1e4be67ff365840fbb65dad97c0798fd3d565148df2c465bc4cd3f62c0b31226dd1b2575d debootstrap_1.0.90.tar.gz"