summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b0f9077eebd1..8baee5c980b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pysim-git
_pyname=pysim
-pkgver=1.0.r130.gfe1fb03
+pkgver=1.0.r169.g4210a70
pkgrel=1
pkgdesc='A python tool to program SIMs / USIMs / ISIMs'
arch=('any')
@@ -12,9 +12,10 @@ depends=('python'
'python-pyscard'
'python-pyserial'
'python-pytlv'
- 'python-cmd2'
+ 'python-cmd2>=1.3.0'
'python-jsonpath-ng'
- 'python-construct')
+ 'python-construct>=2.9'
+ 'python-bidict')
makedepends=('python-setuptools' 'git')
provides=('python-pysim')
source=('git+https://git.osmocom.org/pysim')