summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Toombs2022-06-02 17:13:52 -0400
committerEric Toombs2022-06-02 17:13:52 -0400
commitd7e18b006f5ed0b475fe0ff6ef04f820c199aa28 (patch)
tree1f771ac6bc75fac882e77d09a3efa1b818c47d24
parent72995c4da1da4f2af898d7fdaed735428680b3ad (diff)
downloadaur-python-calc.tar.gz
2019 SI redefinition, some other odds and ends.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63eb20e793a3..826f402a4f22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed May 9 19:49:10 UTC 2018
pkgbase = python-calc
pkgdesc = A minimalist scientific calculator for python.
- pkgver = 12.661d17e
+ pkgver = 23.6c0d495
pkgrel = 1
url = https://github.com/ewtoombs/python-calc
arch = any
@@ -13,4 +11,3 @@ pkgbase = python-calc
md5sums = SKIP
pkgname = python-calc
-
diff --git a/PKGBUILD b/PKGBUILD
index 1c90c7fbd2e1..a361f83ca304 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname='python-calc'
-pkgver=12.661d17e
+pkgver=23.6c0d495
pkgrel=1
pkgdesc='A minimalist scientific calculator for python.'
arch=('any')