summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2019-11-16 00:36:41 -0800
committerKartik Mohta2019-11-16 00:36:41 -0800
commit9e7256717087db3803d81817c7fbd05d93af8d56 (patch)
tree0f3e410c09f6e0f2f5ec33bc0010988af6cd1f9b
parente1b0002133926fa61cfbc570d163ce8b0077c5f6 (diff)
downloadaur-9e7256717087db3803d81817c7fbd05d93af8d56.tar.gz
Update release number for python 3.8
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d97c3251d84a..68a1f7da8cb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-wstool
pkgdesc = workspace multi-SCM commands
pkgver = 0.1.17
- pkgrel = 1
+ pkgrel = 2
url = http://wiki.ros.org/wstool
arch = any
license = BSD
@@ -11,7 +11,7 @@ pkgbase = python-wstool
depends = python-yaml
conflicts = python2-wstool
source = https://files.pythonhosted.org/packages/source/w/wstool/wstool-0.1.17.tar.gz
- md5sums = 656e6456e31dc5a43f0a9aae9efed7ea
+ sha256sums = c79b4f110ef17004c24972d742d2c5f606b0f6b424295e7ed029a48e857de237
pkgname = python-wstool
diff --git a/PKGBUILD b/PKGBUILD
index 5ba1282ac50d..b8437dd9e233 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase='python-wstool'
pkgname=('python-wstool')
_module='wstool'
pkgver='0.1.17'
-pkgrel=1
+pkgrel=2
pkgdesc="workspace multi-SCM commands"
url="http://wiki.ros.org/wstool"
depends=('python' 'python-vcstools' 'python-yaml')
@@ -12,8 +12,8 @@ conflicts=('python2-wstool')
makedepends=('python-setuptools')
license=('BSD')
arch=('any')
-source=("https://files.pythonhosted.org/packages/source/w/wstool/wstool-${pkgver}.tar.gz")
-md5sums=('656e6456e31dc5a43f0a9aae9efed7ea')
+source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
+sha256sums=('c79b4f110ef17004c24972d742d2c5f606b0f6b424295e7ed029a48e857de237')
build() {
cd "${srcdir}/${_module}-${pkgver}"