summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2024-05-01 17:22:17 -0500
committerCarlos Aznarán2024-05-01 17:22:17 -0500
commitbc39666330b7d84d926cee72ce38b8ec8fa7c1b0 (patch)
treeb8865611c4c856bd6acae49e9038ddcaaa2ccf03 /PKGBUILD
parente4eab65f7f6486d935f46355b7bed57f77f731f6 (diff)
downloadaur-python-multiprocess.tar.gz
Python 3.12 rebuild
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 868eac8e2ebc..08186030e6f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@ _base=multiprocess
pkgname=python-${_base}
pkgdesc="better multiprocessing and multithreading in python"
pkgver=0.70.16
-pkgrel=1
+pkgrel=2
url="https://github.com/uqfoundation/${_base}"
arch=(any)
-license=('custom:BSD-3-clause')
+license=(BSD-3-Clause)
depends=(python-dill)
makedepends=(python-build python-installer python-setuptools python-wheel)
-checkdepends=(python-pytest)
+checkdepends=(python-pytest python-tests)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
sha512sums=('b38d0337e1b90ed43c3c8877d7ce3c5729950fd8f1ad8cd4561ece12848eff7ca7d8769f7cef3508735e16c1c2d76d1b17439f275ca52f9c13117e9346e645fa')