summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlava Ganzin2023-03-18 00:00:58 +0400
committerSlava Ganzin2023-03-18 00:00:58 +0400
commita880b05c52f67afd7378508235b826faff32f61a (patch)
tree16164f499ea87bd5f73ca876b2ba4799fe8e28f0
parent5f3babcdec707a24853cad897f7f3316ff010928 (diff)
downloadaur-a880b05c52f67afd7378508235b826faff32f61a.tar.gz
bump to 0.99
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a4046c9736a..f4346100c39e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
-pkgbase = await-bin
- pkgdesc = 32kb small memory footprint single binary that run list of commands in parallel and waits for their termination
- pkgver = 2021.07.29.add.site.link
+pkgbase = await
+ pkgdesc = 28kb small memory footprint single binary that run list of commands in parallel and waits for their termination
+ pkgver = 0.99
pkgrel = 1
url = https://await-cli.app/
arch = aarch64
@@ -17,4 +17,4 @@ pkgbase = await-bin
source = git+https://github.com/slavaGanzin/await
sha256sums = SKIP
-pkgname = await-bin
+pkgname = await
diff --git a/PKGBUILD b/PKGBUILD
index d0c04303f5ec..bc8afcd5b187 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Slava Ganzin <slava.ganzin@gmail.com>
-pkgname=await-git
+pkgname=await
pkgver=0.99
pkgrel=1
pkgdesc="28kb small memory footprint single binary that run list of commands in parallel and waits for their termination"