diff options
| author | Yuval Adam <yuval@y3xz.com> | 2016-02-15 22:40:26 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2016-02-15 22:40:26 +0200 |
| commit | a609145a22f36d66ad07d4fa6f8be2f480cbb07a (patch) | |
| tree | 959061cb28a7db4a04a903d277b544f556e5eddc | |
| parent | eda89e1f6a20af028d249c7f7499683142e0f5a6 (diff) | |
Add and reorg tails-installer deps
| -rw-r--r-- | _wip/tails-installer/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_wip/tails-installer/PKGBUILD b/_wip/tails-installer/PKGBUILD index 22d43a7..364cf33 100644 --- a/_wip/tails-installer/PKGBUILD +++ b/_wip/tails-installer/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc="Installer for the Tails live operating system" arch=('x86_64' 'i686') url="https://tails.boum.org/" license=(GPL) -depends=('gtk3' 'udisks2' 'syslinux' 'p7zip' 'python2-configobj' 'urlgrabber') +depends=('cdrkit' 'coreutils' 'dosfstools' 'e2fsprogs' 'gptfdisk' 'gtk3' 'p7zip' 'python2-configobj' 'syslinux' 'udisks2' 'urlgrabber') makedepends=('git') source=("git://git.tails.boum.org/liveusb-creator#tag=tails-installer_${pkgver}") sha256sums=('SKIP') |
