summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Hochmann2020-03-10 17:22:35 +0100
committerPhilipp Hochmann2020-03-10 17:22:35 +0100
commitd5f434f395d2c5f855af0dc77e64c7dfb289d53c (patch)
tree4db8e08612273f9f16150324379755811a10c7cf
parent0a43276b0d18fbf6ac1365688cf1ecb52f84e9f0 (diff)
downloadaur-d5f434f395d2c5f855af0dc77e64c7dfb289d53c.tar.gz
Bugfixing history and quit command
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--ccalc-1.5.0.tar.gzbin34611 -> 35575 bytes
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 985f49765c76..21359d8e3c1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ccalc
pkgdesc = Scientific calculator in which you can define new functions and constants
pkgver = 1.5.0
- pkgrel = 1
- url = https://github.com/PhilippHochmann/Calculator
+ pkgrel = 2
+ url = https://github.com/PhilippHochmann/ccalc
arch = x86_64
license = GPL3
depends = readline
source = ccalc-1.5.0.tar.gz
- md5sums = ca56a7612da5fa50ff5b69e0569a4b78
+ md5sums = 51c7f0e14a254c45ba54422d6de86805
pkgname = ccalc
diff --git a/PKGBUILD b/PKGBUILD
index 7cdafa298fd6..0378f0b547fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Philipp Hochmann <phil.hochmann[ät]gmail[dot]com>
pkgname=ccalc
pkgver=1.5.0
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Scientific calculator in which you can define new functions and constants"
arch=('x86_64')
-url="https://github.com/PhilippHochmann/Calculator"
+url="https://github.com/PhilippHochmann/ccalc"
license=('GPL3')
groups=()
depends=('readline')
@@ -21,7 +21,7 @@ install=
changelog=
source=("$pkgname-$pkgver.tar.gz")
noextract=()
-md5sums=('ca56a7612da5fa50ff5b69e0569a4b78')
+md5sums=('51c7f0e14a254c45ba54422d6de86805')
validpgpkeys=()
prepare() {
diff --git a/ccalc-1.5.0.tar.gz b/ccalc-1.5.0.tar.gz
index 2ec9c3f9aa70..cd6cd3b3a6a5 100644
--- a/ccalc-1.5.0.tar.gz
+++ b/ccalc-1.5.0.tar.gz
Binary files differ