summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6bc422171d1..6d4c54808310 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-rosdistro
pkgdesc = A tool to work with rosdistro files
pkgver = 0.7.5
- pkgrel = 1
+ pkgrel = 2
url = http://wiki.ros.org/rosdistro
arch = any
license = BSD
@@ -11,7 +11,7 @@ pkgbase = python-rosdistro
depends = python-rospkg
depends = python-yaml
conflicts = python2-rosdistro
- source = https://files.pythonhosted.org/packages/84/34/ab8d4908cea3d9fdf95cf298ab278421122b5a8303a09b22c9f19eb20e27/rosdistro-0.7.5.tar.gz
+ source = https://files.pythonhosted.org/packages/source/r/rosdistro/rosdistro-0.7.5.tar.gz
sha256sums = 85908df55c6a930ec41b8ac2d1574c578c4049d8337f4b1843113bec001e6fe6
pkgname = python-rosdistro
diff --git a/PKGBUILD b/PKGBUILD
index 91e2d97f8e2e..6b26c31f2f78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase='python-rosdistro'
pkgname=('python-rosdistro')
_module='rosdistro'
pkgver='0.7.5'
-pkgrel=1
+pkgrel=2
pkgdesc="A tool to work with rosdistro files"
url="http://wiki.ros.org/rosdistro"
depends=('python' 'python-catkin_pkg' 'python-rospkg' 'python-yaml')
@@ -12,7 +12,7 @@ conflicts=('python2-rosdistro')
makedepends=('python-setuptools')
license=('BSD')
arch=('any')
-source=("https://files.pythonhosted.org/packages/84/34/ab8d4908cea3d9fdf95cf298ab278421122b5a8303a09b22c9f19eb20e27/rosdistro-0.7.5.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
sha256sums=('85908df55c6a930ec41b8ac2d1574c578c4049d8337f4b1843113bec001e6fe6')
build() {