summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEkin Dursun2020-04-23 13:32:08 +0300
committerEkin Dursun2020-04-23 13:32:08 +0300
commit964063a52f89c85c97066cdc2da01405c570930e (patch)
tree2f9b77af0308f5ef4276a3ac09bf7b15122fdd95 /PKGBUILD
parent40e2643b43df258c3c5503887fa94e39ec08f688 (diff)
downloadaur-964063a52f89c85c97066cdc2da01405c570930e.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ba5b8ed6ca4..e46cabb9874a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
_name=uncompyle6
pkgname="python-${_name}"
-pkgver=3.6.5
+pkgver=3.6.6
pkgrel=1
pkgdesc="Python byte-code disassembler and source-code converter."
arch=('any')
url="https://github.com/rocky/python-uncompyle6/"
license=('MIT')
-depends=('python-spark-parser>=1.8.9' 'python-spark-parser<1.9.0' 'python-xdis>=4.2.4' 'python-xdis<4.3.0')
+depends=('python-spark-parser>=1.8.9' 'python-spark-parser<1.9.0' 'python-xdis>=4.4.0' 'python-xdis<4.5.0')
makedepends=('python-setuptools' 'python2-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('ddbb2f9919464215fba4a7cc5522d1417e1e252d4940a11a6b3a888790d102ea')
+sha256sums=('43bc50a8815dec4a434fefcb295e7c94d6531d52d5271c6b1f57950f5c42eb5e')
package() {
cd "$srcdir/$_name-$pkgver"