diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/debootstrap/PKGBUILD | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/libre/debootstrap/PKGBUILD b/libre/debootstrap/PKGBUILD index c5a1b60f5..7d4ef48ed 100644 --- a/libre/debootstrap/PKGBUILD +++ b/libre/debootstrap/PKGBUILD @@ -3,27 +3,31 @@ # Maintainer (Arch): Felix Yan <felixonmars@archlinux.org> pkgname=debootstrap -pkgver=1.0.91 + +pkgver=1.0.92 pkgrel=1.parabola1 +arch=(any) + pkgdesc="Bootstrap a basic gNewSense and Trisquel system, without Debian support" -arch=('any') -license=('GPL') url="https://tracker.debian.org/pkg/debootstrap" -depends=('wget' 'binutils') -makedepends=('git') +license=(GPL) + +depends=(wget binutils) +makedepends=(git) +optdepends=('gnupg: check release signatures') replaces=(${pkgname}-libre) conflicts=(${pkgname}-libre) + source=("git+https://anonscm.debian.org/git/d-i/debootstrap.git#tag=$pkgver" arch-detect.patch debootstrap.8 gnewsense trisquel) -optdepends=('gnupg: check release signatures') -md5sums=('SKIP' - 'af21c8c6e073dbedcd472d876f5a50c2' - '654761198068b51b027d47cba4b7cfa2' - '600ffc24fdbed8659c993d21389c047d' - 'b020aa8426e70a6024c8e76312c17d78') +sha256sums=('SKIP' + '1ac9a1426c365ea0c04ca17b54aeaea7c376fa8327df241a94e5f7dfa0a5796f' + '87bd2802e9fb1b31cfb7bf118dbfd6fe81b1036c17c247755369580963cb83fe' + '03e019a67130b8c0c5b7c966082f717ef735fb2b01979fab70064f3a476408b5' + 'b499eb3f04f77a83da0600f32976b038b7c80e09c66217e6f9a1b71f7ca9ebc5') prepare() { cd debootstrap |