summarylogtreecommitdiffstats
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
parentcee3bb2e432445a606faf6f9595073d2db95fd86 (diff)
downloadaur-1ed1eb04c21f810c7ec33d73bf5c3631da4b9531.tar.gz
update to version 3.1.2
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD8
2 files changed, 13 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82305ac2c97c..c4af06b2d1cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,20 @@
+# Generated by mksrcinfo v8
+# Sun Apr 15 07:22:51 UTC 2018
pkgbase = python-uncompyle6
pkgdesc = Python byte-code disassembler and source-code converter.
- pkgver = 2.14.1
+ pkgver = 3.1.2
pkgrel = 1
url = https://github.com/rocky/python-uncompyle6/
arch = any
license = MIT
- makedepends = python
- depends = python-spark-parser>=1.8.4
+ makedepends = python-setuptools
+ makedepends = git
+ depends = python-spark-parser>=1.8.5
depends = python-spark-parser<1.9.0
- depends = python-xdis>=3.6.2
- depends = python-xdis<3.7.0
+ depends = python-xdis>=3.8.0
+ depends = python-xdis<3.9.0
depends = python-six
- source = git://github.com/rocky/python-uncompyle6.git#commit=3ac1e64c56bdaba9cea33f8862b792ec1d005ec5
+ source = git+https://github.com/rocky/python-uncompyle6.git#commit=ab414d3d9c30828c9afe89b24a841f7467c41b17
sha256sums = SKIP
pkgname = python-uncompyle6
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() {