summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTing-Wei Lan2018-04-15 15:23:27 +0800
committerTing-Wei Lan2018-04-15 15:23:27 +0800
commit1ed1eb04c21f810c7ec33d73bf5c3631da4b9531 (patch)
treeff2054cd9abf53086df3697414c9c33042ea1c80 /PKGBUILD
parentcee3bb2e432445a606faf6f9595073d2db95fd86 (diff)
downloadaur-1ed1eb04c21f810c7ec33d73bf5c3631da4b9531.tar.gz
update to version 3.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9146cbabde0..86378edaa998 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Oliver Mangold omangold at gmail dot com
pkgname=python-uncompyle6
-pkgver=2.14.1
+pkgver=3.1.2
pkgrel=1
pkgdesc="Python byte-code disassembler and source-code converter."
arch=('any')
url="https://github.com/rocky/python-uncompyle6/"
license=('MIT')
-makedepends=('python')
-depends=('python-spark-parser>=1.8.4' 'python-spark-parser<1.9.0' 'python-xdis>=3.6.2' 'python-xdis<3.7.0' 'python-six')
-source=('git://github.com/rocky/python-uncompyle6.git#commit=3ac1e64c56bdaba9cea33f8862b792ec1d005ec5')
+makedepends=('python-setuptools' 'git')
+depends=('python-spark-parser>=1.8.5' 'python-spark-parser<1.9.0' 'python-xdis>=3.8.0' 'python-xdis<3.9.0' 'python-six')
+source=('git+https://github.com/rocky/python-uncompyle6.git#commit=ab414d3d9c30828c9afe89b24a841f7467c41b17')
sha256sums=('SKIP')
build() {