summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2021-12-14 18:21:18 +0300
committerCaleb Maclennan2021-12-14 18:21:18 +0300
commit9733d696ca46620d65a31350b1321007d83d4c05 (patch)
tree48e75043862f14fc88c9c74e6fb7d2d8e1a972d7 /PKGBUILD
parent665eca17750524c0e5b4aa404dabdde5a552d890 (diff)
downloadaur-9733d696ca46620d65a31350b1321007d83d4c05.tar.gz
upgpkg: python-skia-pathops 0.7.2-2
Rebuild for Python 3.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86241127b879..397de4ab026f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ depends=(python)
makedepends=(python-pip)
options=(!strip)
_py=cp310
-_wheel="${_pkgname/-/_}-$pkgver-$_py-$_py-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
+_wheel="${_pkgname/-/_}-$pkgver-$_py-$_py-manylinux_2_17_$CARCH.manylinux2014_$CARCH.whl"
source=("https://files.pythonhosted.org/packages/$_py/${_pkgname::1}/$_pkgname/$_wheel")
sha256sums=('f6b518fca15b4456ddf99062f334c0333a5165be976fb0c9e071af29128583f7')