diff options
Diffstat (limited to 'libre/parabola-vmbootstrap/PKGBUILD')
-rw-r--r-- | libre/parabola-vmbootstrap/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/parabola-vmbootstrap/PKGBUILD b/libre/parabola-vmbootstrap/PKGBUILD index f938f110f..3861c27b1 100644 --- a/libre/parabola-vmbootstrap/PKGBUILD +++ b/libre/parabola-vmbootstrap/PKGBUILD @@ -1,18 +1,18 @@ # Maintainer: Andreas Grapentin <andreas@grapentin.org> pkgname=parabola-vmbootstrap -pkgver=20190502 +pkgver=20200211 pkgrel=1 arch=(any) pkgdesc="helper scripts to build and boot parabola virtual machine images" license=(GPL3) -url="https://git.parabola.nu/~oaken-source/parabola-vmbootstrap.git/" +url="https://git.parabola.nu/parabola-vmbootstrap.git/" depends=(arch-install-scripts bash binutils librelib parted qemu qemu-arch-extra qemu-user-static qemu-user-static-binfmt sudo wget) makedepends=(git) -source=(git+https://git.parabola.nu/~oaken-source/parabola-vmbootstrap.git) +source=(git+https://git.parabola.nu/parabola-vmbootstrap.git) sha256sums=('SKIP') pkgver() { |