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