summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pcr/parabolaiso-git/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/pcr/parabolaiso-git/PKGBUILD b/pcr/parabolaiso-git/PKGBUILD
index 3bef6b38f..7ae150318 100644
--- a/pcr/parabolaiso-git/PKGBUILD
+++ b/pcr/parabolaiso-git/PKGBUILD
@@ -7,14 +7,14 @@
pkgbase=parabolaiso-git
_pkgbase=parabolaiso
pkgname=(parabolaiso-git mkinitcpio-parabolaiso-git)
-pkgver=v47.1.r12.052cc9ce
+pkgver=v51.r1.c43fdf45
pkgrel=1
pkgdesc='Tools for creating Parabola GNU/Linux-libre live and install iso images'
arch=('any')
license=('GPL3')
url='https://git.parabola.nu/parabolaiso.git/'
makedepends=('git')
-_commit=052cc9c
+_commit=c43fdf4
source=("git+https://git.parabola.nu/packages/parabolaiso.git#commit=${_commit}?signed")
sha256sums=('SKIP')
validpgpkeys=(6DB9C4B4F0D8C0DC432CF6E4227CA7C556B2BA78) # David P.
@@ -26,7 +26,7 @@ pkgver() {
package_parabolaiso-git() {
depends=('arch-install-scripts' 'bash' 'dosfstools' 'e2fsprogs' 'libisoburn'
- 'squashfs-tools')
+ 'mtools' 'squashfs-tools')
optdepends=('edk2-ovmf: for emulating UEFI with run_parabolaiso'
'qemu: for run_parabolaiso')
provides=("archiso-git=$pkgver" 'parabolaiso')