summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca9590e2a09f..3d840bb6e5b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=alma
-pkgver=0.2.0
+pkgver=0.3.0
pkgrel=1
pkgdesc='Create Arch Linux based live USB'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
makedepends=('rust')
depends=('gptfdisk' 'parted' 'arch-install-scripts' 'dosfstools' 'btrfs-progs' 'coreutils' 'util-linux')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('b728faca83eccd258bbea0c6a69585dd6c9629d1fdaf4a2cfb5625c005097ab9')
+sha256sums=('488d7f0c24f7a79fdc03af461d5f65ce14d4013ab22b0f7bd43755ab73f500f4')
build() {
cd "$pkgname-$pkgver"