summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2020-04-18 02:08:47 -0700
committerKartik Mohta2020-04-18 02:08:47 -0700
commit0c67d5ed53d37430b279a37d02cbbed0a325756c (patch)
treededb7ccaa109dd36eea33eabea6c96e242dc0ae9
parent0c042803781be70b5d4493e0024bdcc21b0337e8 (diff)
downloadaur-0c67d5ed53d37430b279a37d02cbbed0a325756c.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c181368dd153..558d371b4cf4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-rosdistro
pkgdesc = A tool to work with rosdistro files
- pkgver = 0.8.0
+ pkgver = 0.8.1
pkgrel = 1
url = http://wiki.ros.org/rosdistro
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-rosdistro
depends = python-rospkg
depends = python-yaml
conflicts = python2-rosdistro
- source = https://files.pythonhosted.org/packages/source/r/rosdistro/rosdistro-0.8.0.tar.gz
- sha256sums = 61cd06de5fbde94664734c0521c4536f893e2666e684c949e2a1c4ba24e605b9
+ source = https://files.pythonhosted.org/packages/source/r/rosdistro/rosdistro-0.8.1.tar.gz
+ sha256sums = 48e571af56af29c7bbc4a194564c33aaa363bcb028e633fb4e8c0e28dbeac334
pkgname = python-rosdistro
diff --git a/PKGBUILD b/PKGBUILD
index 393e221a4935..3595bad54ed2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python-rosdistro'
pkgname=('python-rosdistro')
_module='rosdistro'
-pkgver='0.8.0'
+pkgver='0.8.1'
pkgrel=1
pkgdesc="A tool to work with rosdistro files"
url="http://wiki.ros.org/rosdistro"
@@ -13,7 +13,7 @@ makedepends=('python-setuptools')
license=('BSD')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('61cd06de5fbde94664734c0521c4536f893e2666e684c949e2a1c4ba24e605b9')
+sha256sums=('48e571af56af29c7bbc4a194564c33aaa363bcb028e633fb4e8c0e28dbeac334')
build() {
cd "${srcdir}/${_module}-${pkgver}"