summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Donahue2019-06-02 12:38:33 -0600
committerDavid Donahue2019-06-02 12:38:33 -0600
commit47288a175722178e85992b059b727f9e0508870f (patch)
tree990e153d90446e7f6ca15d7b5f9140cdb9ab16c3
parent3ac451ef70c1bd5c17404e3c1b2443329a0fde0f (diff)
downloadaur-47288a175722178e85992b059b727f9e0508870f.tar.gz
Updated to version 1.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5637dee07362..a7576efbee5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = repocalc
pkgdesc = An ncurses RPN calculator
- pkgver = 1.0.1
- pkgrel = 4
+ pkgver = 1.0.2
+ pkgrel = 1
url = https://github.com/drdonahue/repocalc
arch = any
license = MIT
@@ -9,8 +9,8 @@ pkgbase = repocalc
makedepends = pkgconf
depends = ncurses
depends = glibc
- source = https://github.com/drdonahue/repocalc/archive/repocalc-1.0.1.tar.gz
- sha256sums = 8cc985f5005f5a45aa4dbc5f7f39da419256c0f7ae86b6cf16bb5f6e4d001fcf
+ source = https://github.com/drdonahue/repocalc/archive/repocalc-1.0.2.tar.gz
+ sha256sums = ae3f147a0c1d00f246b642397d2e2ac15390a5105b4e269326e3aa80bd6e646e
pkgname = repocalc
diff --git a/PKGBUILD b/PKGBUILD
index 0a4ec111e79d..33a7aa436a18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Donahue <david at donahue6 dot us>
pkgname=repocalc
-pkgver=1.0.1
-pkgrel=4
+pkgver=1.0.2
+pkgrel=1
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/archive/$pkgname-$pkgver.tar.gz")
-sha256sums=('8cc985f5005f5a45aa4dbc5f7f39da419256c0f7ae86b6cf16bb5f6e4d001fcf')
+sha256sums=('ae3f147a0c1d00f246b642397d2e2ac15390a5105b4e269326e3aa80bd6e646e')
build() {
cd $srcdir/$pkgname-$pkgver