summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZach Smith2021-02-25 21:14:26 -0500
committerZach Smith2021-02-25 21:14:26 -0500
commitaf9d8b1672cd92917e7efe068cfb70738cc8755e (patch)
tree86b7099a0181a05e159de8f8a19cd14d69088ce0 /PKGBUILD
parent21bbdb1eea736d2fc82bdf8ed22efd7de5659fea (diff)
downloadaur-af9d8b1672cd92917e7efe068cfb70738cc8755e.tar.gz
v0.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 94c7c0a1d84a..7878e823643d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Z. D. Smith <zd at zdsmith dot com>
pkgname=ec
-pkgver=0.3.0
+pkgver=0.3.1
pkgrel=1
pkgdesc='A desk calculator with vectors and quotations'
arch=('x86_64')
@@ -11,7 +11,7 @@ provides=('ec')
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('53e4d8e8995f827734c2b7d613b8980ed2b61ab4709dffd1b8f081ff650a7cf0')
+sha256sums=('61fddcabbdcc54eb8f3a77d037a340ca66e0f1b9b6846585e682d6fcffece9d8')
build() {
cd "$srcdir/$pkgname-v$pkgver"