summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcaltlgin2020-12-03 09:12:32 +1300
committercaltlgin2020-12-03 09:12:32 +1300
commitb1f21d8b2defa973980019720479562fd2cb0a7a (patch)
tree046d7b953abc3dd0dbaf122be28a691bc419170a /PKGBUILD
parent1363aa7e3f33728391f45b02fec2b9d01122abe3 (diff)
downloadaur-python-py3amf.tar.gz
Python 3.9 rebuild
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1beabed2e3aa..1bf46e627e0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
_pkgname='Py3AMF'
pkgname="python-${_pkgname,,}"
pkgver=0.8.10
-pkgrel=2
+pkgrel=3
pkgdesc='Python action Message Format (AMF) support'
arch=('any')
url='https://github.com/StdCarrot/Py3AMF'
_url_pypi='https://pypi.org/project/Py3AMF'
license=('MIT')
-depends=('python' 'python-defusedxml')
+depends=('python-defusedxml')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
sha256sums=('6dac2d34a09daf5351e654e8cdc3026b3560a6db498c17cdcc84322b3149952c')