summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2020-10-14 07:16:05 -0400
committerkewl fft2020-10-14 07:16:05 -0400
commit0ca1ca33deaa533e809b40285d5941dad45cb75a (patch)
treed95f565dec2a15f35ef4b840cd843459587d4ebd
parent7628102fd4312b458e0c4c33ac1932dd6327ceae (diff)
downloadaur-0ca1ca33deaa533e809b40285d5941dad45cb75a.tar.gz
Update to version 2.13.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9123e31a9851..138aa36924cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-quantiphy
pkgdesc = Offers support for the pairing of a number and a unit of measure
- pkgver = 2.12.0
- pkgrel = 2
+ pkgver = 2.13.0
+ pkgrel = 1
url = https://github.com/KenKundert/quantiphy
arch = any
license = GPL3
makedepends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/q/quantiphy/quantiphy-2.12.0.tar.gz
- sha256sums = d4ddf7443d2570dedca4dff5802d1c7f9e60a94bed2b05d99dc8d31998c0842b
+ source = https://files.pythonhosted.org/packages/source/q/quantiphy/quantiphy-2.13.0.tar.gz
+ sha256sums = c1ff3a03545aa98a765897ca18836590633b9b551eace77e0171d4e5e95d0f8f
pkgname = python-quantiphy
diff --git a/PKGBUILD b/PKGBUILD
index 999b79fec21c..1c046c1b01c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname='python-quantiphy'
_pkgname=${pkgname#python-}
-pkgver=2.12.0
-pkgrel=2
+pkgver=2.13.0
+pkgrel=1
pkgdesc="Offers support for the pairing of a number and a unit of measure"
arch=('any')
depends=()
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
url="https://github.com/KenKundert/$_pkgname"
license=('GPL3')
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('d4ddf7443d2570dedca4dff5802d1c7f9e60a94bed2b05d99dc8d31998c0842b')
+sha256sums=('c1ff3a03545aa98a765897ca18836590633b9b551eace77e0171d4e5e95d0f8f')
build() {
cd $_pkgname-$pkgver