summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgileri2021-03-06 21:39:05 +0100
committergileri2021-03-06 21:39:05 +0100
commitdd55e5149eaa767996c835dfb608aead6715d99c (patch)
treed34f3445f8165439eb1968be833736c07c01adfc
parent4492b1c5571e5230522e7d4051331212a6d8b17f (diff)
downloadaur-dd55e5149eaa767996c835dfb608aead6715d99c.tar.gz
Pin python-construct version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20b8c4823f7d..158318ac3f2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = python-pymp4
makedepends = git
makedepends = python-setuptools
depends = python
- depends = python-construct<2.9
+ depends = python-construct=2.8.8
source = pymp4::git+https://github.com/beardypig/pymp4.git#tag=1.2.0
md5sums = SKIP
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)