summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2019-11-16 01:00:12 -0800
committerKartik Mohta2019-11-16 01:00:12 -0800
commit159e5c1907f62a5e7404b57bda78d41e44f8fa32 (patch)
treec65538fa1fe5bbdad8c3a37518210329235ebeba
parentd1ea063f394a497784947c41a08ca58840628fb5 (diff)
downloadaur-159e5c1907f62a5e7404b57bda78d41e44f8fa32.tar.gz
Update release number
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7754c65018c9..6990dd83bec3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-osrf_pycommon
pkgdesc = Commonly needed Python modules, used by Python software developed at OSRF
pkgver = 0.1.8
- pkgrel = 1
+ pkgrel = 2
url = http://osrf-pycommon.readthedocs.org/
arch = any
license = Apache
@@ -10,7 +10,7 @@ pkgbase = python2-osrf_pycommon
depends = python2-trollius
provides = python2-osrf-pycommon
conflicts = python2-osrf-pycommon
- source = https://files.pythonhosted.org/packages/77/1f/8ccd05b8d651fe3c99fb554effc6c6e65f6fb4eaf64aa4915839a48a6a45/osrf_pycommon-0.1.8.tar.gz
+ source = https://files.pythonhosted.org/packages/source/o/osrf_pycommon/osrf_pycommon-0.1.8.tar.gz
sha256sums = a2441228c8fa08ab7750de6d49e34684bcd6e25be912b807c33377a9487f8a61
pkgname = python2-osrf_pycommon
diff --git a/PKGBUILD b/PKGBUILD
index d810f8f717f0..619a6b46a3b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase='python2-osrf_pycommon'
pkgname=('python2-osrf_pycommon')
_module='osrf_pycommon'
pkgver='0.1.8'
-pkgrel=1
+pkgrel=2
pkgdesc="Commonly needed Python modules, used by Python software developed at OSRF"
url="http://osrf-pycommon.readthedocs.org/"
depends=('python2' 'python2-trollius')
@@ -13,7 +13,7 @@ conflicts=('python2-osrf-pycommon')
makedepends=('python2-setuptools')
license=('Apache')
arch=('any')
-source=("https://files.pythonhosted.org/packages/77/1f/8ccd05b8d651fe3c99fb554effc6c6e65f6fb4eaf64aa4915839a48a6a45/osrf_pycommon-0.1.8.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
sha256sums=('a2441228c8fa08ab7750de6d49e34684bcd6e25be912b807c33377a9487f8a61')
build() {