summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEkin Dursun2018-07-09 12:05:37 +0300
committerEkin Dursun2018-07-09 12:05:37 +0300
commit8f478a811351027652ac24c800973dfb2ccbdd79 (patch)
treec6fe59c1e208c645495f09f956ea34ebee118134
parentdfc4e2e572e71e6632c05ad01973db3171179072 (diff)
downloadaur-8f478a811351027652ac24c800973dfb2ccbdd79.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b93b63a86e9..df9f18709cdf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-xdis
pkgdesc = Python cross-version byte-code disassembler and marshal routines.
- pkgver = 3.8.4
+ pkgver = 3.8.6
pkgrel = 2
url = https://github.com/rocky/python-xdis/
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://files.pythonhosted.org/packages/source/x/xdis/xdis-3.8.4.tar.gz
- sha256sums = 6b6b44f90b55cc4099834ec4a92ac93717e00871dfcbaed6b5390e331ea34461
+ source = https://files.pythonhosted.org/packages/source/x/xdis/xdis-3.8.6.tar.gz
+ sha256sums = 650c11a5a04355e759a9c74ed36a7d711fea78d053dd8861a8b4976d32da3cec
pkgname = python-xdis
depends = python-click
diff --git a/PKGBUILD b/PKGBUILD
index 83554bc86986..1dfdf1a23155 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name='xdis'
pkgbase="python-${_name}"
pkgname=("python-${_name}" "python2-${_name}")
-pkgver=3.8.4
+pkgver=3.8.6
pkgrel=2
pkgdesc="Python cross-version byte-code disassembler and marshal routines."
arch=('any')
@@ -12,7 +12,7 @@ url="https://github.com/rocky/python-xdis/"
license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('6b6b44f90b55cc4099834ec4a92ac93717e00871dfcbaed6b5390e331ea34461')
+sha256sums=('650c11a5a04355e759a9c74ed36a7d711fea78d053dd8861a8b4976d32da3cec')
package_python-xdis() {
depends=('python-click' 'python-six>=1.10.0')