summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Jourden2020-09-09 22:44:51 +0200
committerLaurent Jourden2020-09-09 22:44:51 +0200
commitd343f29993db33fc00254107e4321789084e60ae (patch)
tree30ce888f633fa2624b77ec1d1cbd6127df300d48
parent5541ac743ffe37ec64aee360215531fd84b0a3cd (diff)
downloadaur-d343f29993db33fc00254107e4321789084e60ae.tar.gz
version 0.5.1 release 2
update dependencies
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b15014b8e7a9..aac23bc8ded1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,16 @@
pkgbase = archuseriso
pkgdesc = Profiles for building Arch Linux Live ISO images. Featuring persistence, encryption.
pkgver = 0.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/laurent85v/archuseriso
arch = any
license = GPL3
+ depends = arch-install-scripts
+ depends = bash
+ depends = dosfstools
+ depends = e2fsprogs
+ depends = libisoburn
+ depends = squashfs-tools
depends = syslinux
optdepends = devtools: ZFS building option
optdepends = pacman-contrib: ZFS building option
diff --git a/PKGBUILD b/PKGBUILD
index c66836b4ba71..29f485318bd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=archuseriso
pkgver=0.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="Profiles for building Arch Linux Live ISO images. Featuring persistence, encryption."
arch=('any')
url="https://github.com/laurent85v/archuseriso"
license=('GPL3')
-depends=('syslinux')
+depends=('arch-install-scripts' 'bash' 'dosfstools' 'e2fsprogs' 'libisoburn' 'squashfs-tools' 'syslinux')
optdepends=('devtools: ZFS building option'
'pacman-contrib: ZFS building option')
conflicts=('archuseriso')