summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a4ec111e79d..33a7aa436a18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Donahue <david at donahue6 dot us>
pkgname=repocalc
-pkgver=1.0.1
-pkgrel=4
+pkgver=1.0.2
+pkgrel=1
pkgdesc="An ncurses RPN calculator"
arch=('any')
url="https://github.com/drdonahue/repocalc"
@@ -9,7 +9,7 @@ license=('MIT')
depends=('ncurses' 'glibc')
makedepends=('gcc' 'pkgconf')
source=("https://github.com/drdonahue/repocalc/archive/$pkgname-$pkgver.tar.gz")
-sha256sums=('8cc985f5005f5a45aa4dbc5f7f39da419256c0f7ae86b6cf16bb5f6e4d001fcf')
+sha256sums=('ae3f147a0c1d00f246b642397d2e2ac15390a5105b4e269326e3aa80bd6e646e')
build() {
cd $srcdir/$pkgname-$pkgver