summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Duan2022-05-26 23:55:06 -0700
committerDaniel Duan2022-05-26 23:55:06 -0700
commit25eb6dc10a0ca66712d79b3c1b2f3e45991eaff2 (patch)
tree072d54185135c07794f9dd3b3abce100f8480b90 /PKGBUILD
parenteb7fc2e6504d4c98af8adaaa689ac2b7d377b255 (diff)
downloadaur-ea-command.tar.gz
Release ea 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 56201d7327e8..6d016cb34f86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Daniel Duan <daniel@duan.ca>
pkgname=ea-command
-pkgver=0.1.0
+pkgver=0.2.0
pkgrel=1
makedepends=('rust' 'cargo')
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -8,7 +8,7 @@ pkgdesc="ea: make your CLI output actionable"
url="https://github.com/dduan/ea"
license=('MIT')
source=("https://github.com/dduan/ea/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('269d57cf78645bd2b238bd3dbde965c05d1be631bcaffc354d9fcff4c77e06e7')
+sha256sums=('df461668c4603ec01614e5c680ff8e511451d4055f4f4572edcd2fe2fa3aca1e')
build() {
cd "$srcdir/ea-$pkgver"