git » python-pytest.git » commit 3d99aa8

updpkgsums

author Daniel M. Capella
2024-03-18 23:09:59 UTC
committer Daniel M. Capella
2024-03-18 23:09:59 UTC
parent 218a4f19da9855cfd0a97af22913706f70d5f80a

updpkgsums

.SRCINFO +1 -1
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index 3d61d4a..9e39635 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,6 @@ pkgbase = python-pytest
 	depends = python-packaging
 	depends = python-pluggy
 	source = git+https://github.com/pytest-dev/pytest.git#tag=7.4.4
-	b2sums = SKIP
+	b2sums = 1af884d4b31a00565675e103befa16d5f4218abcd693893f5ceeb46eb9498d108a4bb8100244dca57fccc7fe03a5d75d8c6436a02e66265ac53ef0004949b5b9
 
 pkgname = python-pytest
diff --git a/PKGBUILD b/PKGBUILD
index 393ae6d..6141392 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -40,7 +40,7 @@ makedepends=(
 #  'python-twisted'
 #)
 source=("git+https://github.com/$_name-dev/$_name.git#tag=$pkgver")
-b2sums=('SKIP')
+b2sums=('1af884d4b31a00565675e103befa16d5f4218abcd693893f5ceeb46eb9498d108a4bb8100244dca57fccc7fe03a5d75d8c6436a02e66265ac53ef0004949b5b9')
 
 build() {
   cd "$_name"