summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2166cebe83aa..d4e772e7460c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = repocalc
pkgdesc = An ncurses RPN calculator
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/drdonahue/repocalc
arch = any
license = MIT
@@ -9,7 +9,7 @@ pkgbase = repocalc
makedepends = pkgconf
depends = ncurses
depends = glibc
- source = https://github.com/drdonahue/repocalc/archive/v1.0.1.tar.gz
+ source = https://github.com/drdonahue/repocalc/archive/repocalc-1.0.1.tar.gz
sha256sums = 306845ebbb30e3da3559391bafa7d648a92ca397156883863537df04e45d9be3
pkgname = repocalc
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() {