summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralt-romes2021-02-11 18:10:52 +0000
committeralt-romes2021-02-11 18:10:52 +0000
commitc9f190dab169dc7642c7afbb938c0ed4e9c8ed13 (patch)
treeef2d108c9a5780691305dbb2d1e681dfc7ab78a4
parent34eeb49d65786b7e11fba9baa82ee981e8c99ed4 (diff)
downloadaur-c9f190dab169dc7642c7afbb938c0ed4e9c8ed13.tar.gz
update AUR
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 403398edf95c..4ba2d81857a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = programmer-calculator
pkgdesc = A command line calculator made for programmers working with multiple number representations and close to the bits
- pkgver = 2.0
+ pkgver = 2.0.1
pkgrel = 1
url = https://github.com/alt-romes/programmer-calculator
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = programmer-calculator
makedepends = gcc
makedepends = ncurses
conflicts = pcalc
- source = programmer-calculator-2.0::https://github.com/alt-romes/programmer-calculator/archive/v2.0.tar.gz
- sha256sums = 8380ea0a0cf156c0c97167b776307f67b41acebe58c141634ede6e6f088f55dc
+ source = programmer-calculator-2.0.1::https://github.com/alt-romes/programmer-calculator/archive/v2.0.1.tar.gz
+ sha256sums = a3b8b59bd4da9a1ee39f73303e18005f2b4a45b655f7a7cca10aa9ce173610e7
pkgname = programmer-calculator
diff --git a/PKGBUILD b/PKGBUILD
index 5e0a766c18d6..f13b1e7ec143 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Package maintainer: Sam van der Kris <samvdkris@disroot.org>
pkgname="programmer-calculator"
-pkgver=2.0
+pkgver=2.0.1
pkgrel=1
pkgdesc="A command line calculator made for programmers working with multiple number representations and close to the bits"
url="https://github.com/alt-romes/programmer-calculator"
@@ -12,7 +12,7 @@ makedepends=("make" "gcc" "ncurses")
conflicts=("pcalc")
source=("$pkgname-$pkgver::$url/archive/v$pkgver.tar.gz")
-sha256sums=("8380ea0a0cf156c0c97167b776307f67b41acebe58c141634ede6e6f088f55dc")
+sha256sums=("a3b8b59bd4da9a1ee39f73303e18005f2b4a45b655f7a7cca10aa9ce173610e7")
build() {