summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoey Darwish Dror2019-02-05 13:41:51 +0200
committerRoey Darwish Dror2019-02-05 13:41:51 +0200
commit06196359222f8367a82578b51b626b65796fc308 (patch)
treef8660f852e34ccb24f5725e2b0e8fcce9c2382ef /PKGBUILD
parent7053eff4b4581bb7e98b2eb0b8cae59f66369553 (diff)
downloadaur-06196359222f8367a82578b51b626b65796fc308.tar.gz
0.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a571f855343..b1dc74c42e41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=alma
-pkgver=0.4.0
+pkgver=0.5.0
pkgrel=1
pkgdesc='Create Arch Linux based live USB'
arch=('x86_64')
@@ -11,7 +11,7 @@ makedepends=('rust')
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=('4b920bd856b5180a2cfb01651fd97b109fe5d4cd2a8ca07f40863ca43c5da3bc')
+sha256sums=('16325fb63387eafa6425df6ac19620070eb6e63f4d0e2dc0e58d482ff448b710')
build() {
cd "$pkgname-$pkgver"