diff options
author | David P <megver83@parabola.nu> | 2021-02-21 19:07:59 -0300 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2021-02-21 19:07:59 -0300 |
commit | 35756aafe5eb7d521b1fe240b614298e6bca437f (patch) | |
tree | 22176faa382ce1dff7f03e28fcb48d9d46422bae /pcr/parabolaiso-git/PKGBUILD | |
parent | 4d70ec874a69adbc962180b958839dfe8b631351 (diff) | |
download | abslibre-35756aafe5eb7d521b1fe240b614298e6bca437f.tar.gz abslibre-35756aafe5eb7d521b1fe240b614298e6bca437f.tar.bz2 abslibre-35756aafe5eb7d521b1fe240b614298e6bca437f.zip |
updpkg: pcr/parabolaiso-git v51.r1.c43fdf45-1
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'pcr/parabolaiso-git/PKGBUILD')
-rw-r--r-- | pcr/parabolaiso-git/PKGBUILD | 6 |
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') |