summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 023af01739db..47ec1a024a16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="A Python MP4 Parser and toolkit"
arch=(any)
url="https://github.com/beardypig/pymp4"
license=('Apache') #2.0
-depends=(python "python-construct<2.9")
+depends=(python 'python-construct=2.8.8')
makedepends=(git python-setuptools)
checkdepends=(python-pytest python-wheel)
source=(${_py_pkgname}::git+${_github_url}.git#tag=$pkgver)