summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 515928c66007..25a6c1f55683 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname='python-quantiphy'
_pkgname=${pkgname#python-}
-pkgver=2.11.0
+pkgver=2.12.0
pkgrel=1
-pkgdesc="Offers support for pairing of a number and a unit of measure"
+pkgdesc="Offers support for the pairing of a number and a unit of measure"
arch=('any')
depends=()
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=('ecd3155ff66de8b63932733c6f42732e6f8df27c0f2f49a74e7f0fbe3aa5cf92')
+sha256sums=('d4ddf7443d2570dedca4dff5802d1c7f9e60a94bed2b05d99dc8d31998c0842b')
build() {
cd $_pkgname-$pkgver