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 21d7e02e5379..e9474085bde7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: David Donahue <david at donahue6 dot us>
pkgname=repocalc
pkgver=1.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="An ncurses RPN calculator"
arch=('any')
url="https://github.com/drdonahue/repocalc"
license=('MIT')
depends=('ncurses' 'glibc')
makedepends=('gcc' 'pkgconf')
-source=("https://github.com/drdonahue/repocalc/archive/$pgkname-$pkgver.tar.gz")
+source=("https://github.com/drdonahue/repocalc/archive/$pkgname-$pkgver.tar.gz")
sha256sums=('306845ebbb30e3da3559391bafa7d648a92ca397156883863537df04e45d9be3')
build() {