summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoey Darwish Dror2018-12-04 14:07:50 +0200
committerRoey Darwish Dror2018-12-04 14:07:50 +0200
commit7053eff4b4581bb7e98b2eb0b8cae59f66369553 (patch)
tree82dbc23fc6e962088690ab0a8b4ae3c6ea9157ce /PKGBUILD
parent1265b09c4ea9db87ea1876f6bed2d07b8c0682b5 (diff)
downloadaur-7053eff4b4581bb7e98b2eb0b8cae59f66369553.tar.gz
0.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d840bb6e5b5..1a571f855343 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
# Maintainer: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=alma
-pkgver=0.3.0
+pkgver=0.4.0
pkgrel=1
pkgdesc='Create Arch Linux based live USB'
arch=('x86_64')
url='https://github.com/r-darwish/alma'
license=('GPL3')
makedepends=('rust')
-depends=('gptfdisk' 'parted' 'arch-install-scripts' 'dosfstools' 'btrfs-progs' 'coreutils' 'util-linux')
+depends=('gptfdisk' 'parted' 'arch-install-scripts' 'dosfstools' 'coreutils' 'util-linux')
+optdepends=('cryptsetup: for root filesystem encryption')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('488d7f0c24f7a79fdc03af461d5f65ce14d4013ab22b0f7bd43755ab73f500f4')
+sha256sums=('4b920bd856b5180a2cfb01651fd97b109fe5d4cd2a8ca07f40863ca43c5da3bc')
build() {
cd "$pkgname-$pkgver"