summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoey Darwish Dror2018-11-04 17:09:00 +0200
committerRoey Darwish Dror2018-11-04 17:09:00 +0200
commit1739860fba3192de844fae9c76f77932d7d254af (patch)
treed050219d9c374b50909275dae38792a69134f442 /PKGBUILD
parentaeb4ac15fc9865f29ed9901053e3fd402caf6c45 (diff)
downloadaur-1739860fba3192de844fae9c76f77932d7d254af.tar.gz
0.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d12dd42e7850..ca9590e2a09f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=alma
-pkgver=0.1.0
+pkgver=0.2.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=('a7ff39029987f7fb3ae6ad56f8b5df51c8eef849fa6f8d1c2b9b04a363fb79a8')
+sha256sums=('b728faca83eccd258bbea0c6a69585dd6c9629d1fdaf4a2cfb5625c005097ab9')
build() {
cd "$pkgname-$pkgver"