summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorromes2023-01-30 00:04:52 +0000
committerromes2023-01-30 00:04:52 +0000
commitc2605c10d26e015e1964baf9842a7d5a0dfa45de (patch)
treeaec3026d569ee4b411fe0df775b873a9bb808c3f /PKGBUILD
parent2dd14a5756ae985a7a9f21a95fc2a00552fc6dc1 (diff)
downloadaur-programmer-calculator.tar.gz
Publish release v3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11ae8c26ddf2..92b14c794af6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Package maintainer: Sam van der Kris <samvdkris@disroot.org>
pkgname="programmer-calculator"
-pkgver=2.2
+pkgver=3.0
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=("d76c1d641cdb7d0b68dd30d4ef96d6ccf16cad886b01b4464bdbf3a2fa976172")
+sha256sums=("6ede71e1442710e73edb99eb1742452e67ad5095cad328526633722850aa1136")
build() {