summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a6d1747887d..b99010448bf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Donahue <david at donahue6 dot us>
pkgname=repocalc
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
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/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('a095e12af0222bb0aca0f42d1d06b8ca92a46348a491c0dbf3d8952501795d97')
+sha256sums=('165de057abd5250dff95ffecbd087980039cb26b437594dc9e64c9738cc74fec')
build() {
cd $srcdir/$pkgname-$pkgver