summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkewl fft2022-01-09 09:10:21 +0000
committerkewl fft2022-01-09 09:10:21 +0000
commitb9dcbb02376eb7ca5edfdc7d08bff8280725fb88 (patch)
treeb2eeb58310f9849811e4790de89877890f0b501f /PKGBUILD
parentc7f382ff027dea574de6e3f6178f7ae59f799a1c (diff)
downloadaur-b9dcbb02376eb7ca5edfdc7d08bff8280725fb88.tar.gz
Update to version 2.17.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83a91c08646c..a0795080496a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-quantiphy'
_pkgname=${pkgname#python-}
-pkgver=2.16.0
+pkgver=2.17.0
pkgrel=1
pkgdesc="Offers support for the pairing of a number and a unit of measure"
arch=('any')
@@ -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=('28d33ab69bb688b15fcff7dfbd1c95148ba996b5fe960f24fee12290e12f6c0a')
+sha256sums=('9660efae946ab5374c809cb8a771f6092602cc32f0d36c2726de153a0817ff42')
build() {
cd $_pkgname-$pkgver