summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Donahue2019-06-02 11:37:03 -0600
committerDavid Donahue2019-06-02 11:37:03 -0600
commit831efca7c5fce16f608295b2cb03a97c4415a768 (patch)
treedb837a147c2e9f3dee293df21393f7530eb4fbee /PKGBUILD
parent71cd02a6ed5bc38364f6078552dd72d8e29f0e06 (diff)
downloadaur-831efca7c5fce16f608295b2cb03a97c4415a768.tar.gz
Fixed .SRCINFO
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() {