summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Milchinskiy2024-02-12 16:11:05 +0200
committerAlexander Milchinskiy2024-02-12 16:11:05 +0200
commitfabf139c1b84010345601f62b6f0a1459177e678 (patch)
treee1ada250245c7d362f0d0d79e47251dfc1cee71d /PKGBUILD
parent786e76363cab87c4f384de80d26b0fe4aba4a64f (diff)
downloadaur-atomblocks.tar.gz
update version to 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 7972f28fc662..df0c229a9f5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexander Milchinskiy <milchinskiy at gmail dot com>
pkgname=atomblocks
-pkgver=0.1.1
+pkgver=0.2.0
pkgrel=1
pkgdesc="async, absolutely lightweight and dead simple bar for dwm and similar window managers"
arch=('any')
@@ -8,7 +8,7 @@ url="https://github.com/milchinskiy/atomblocks"
license=('MIT')
makedepends=(cargo)
source=("$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate")
-sha256sums=('809043c4ade7c4a78afe8a0de0801b7ad77913146ec8da190267fe095ed83d6b')
+sha256sums=('0c1694d093d267b7006be2acee5fe71fb42942b715b72eb90fb6c74243f9b1ca')
prepare() {
cd "$pkgname-$pkgver" || exit