summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpacosalces2021-01-20 11:46:25 -0800
committerpacosalces2021-01-20 11:46:25 -0800
commitb2057ffdbabb951a01320c7556f5e4cae98985a6 (patch)
tree535ea1f03cba9dd1d743571db31aac8f6638f468
parentcf84a72071963c3dbfef8761e3de742c2fd8c3b7 (diff)
downloadaur-b2057ffdbabb951a01320c7556f5e4cae98985a6.tar.gz
Fix sha256sums and test
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9b56c3dd148..f1c31e75c174 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = python-physunits
makedepends = python-setuptools
depends = python-numpy
source = https://files.pythonhosted.org/packages/source/p/physunits/physunits-0.0.10.tar.gz
- sha256sums = dc6a754e4378844d334495cd128292876accb36341ddc038dc37ff8c41dbebb0
+ sha256sums = 9c2e55de25a3d6690312ed300b061c57d392121d4fd79b40b91e2def5fff29cf
pkgname = python-physunits
diff --git a/PKGBUILD b/PKGBUILD
index ac631c7a9d91..1ff8aaabc0ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://pypi.org/project/physunits/"
makedepends=('python-setuptools')
depends=('python-numpy')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('dc6a754e4378844d334495cd128292876accb36341ddc038dc37ff8c41dbebb0')
+sha256sums=('9c2e55de25a3d6690312ed300b061c57d392121d4fd79b40b91e2def5fff29cf')
arch=('any')
build() {