summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZach Smith2021-02-20 17:48:37 -0500
committerZach Smith2021-02-20 17:48:37 -0500
commiteb4f42b6fe2a6575b0646ae060a52713bd0438b6 (patch)
tree744129285aca2c5d982e200918b19494dbb11221 /PKGBUILD
parentb355f9aed1eb1ecfe9c9fb28090ca269473ff395 (diff)
downloadaur-eb4f42b6fe2a6575b0646ae060a52713bd0438b6.tar.gz
v0.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23f87d2058d6..03d6df85d817 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Z. D. Smith <zd at zdsmith dot com>
pkgname=ec
-pkgver=0.1.0
+pkgver=0.1.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=('d353ccd1c1d243153512084e4032cc87a89b164c67adf02b55f8b0fbabbf6882')
+sha256sums=('afe0d0d3432135569bef0c3ff3e8cb3d195434cd66de1c66c849279f1c383e89')
build() {
cd "$srcdir/$pkgname-v$pkgver"