summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-10-05 11:30:08 +0900
committerBenjamin Chrétien2015-10-05 11:30:08 +0900
commit693f3230c6537a6a03618c04f50caeaba683fd41 (patch)
tree81aaaf165babd63e65bf01853198544f76f7f09e /PKGBUILD
parent9748f9bf17799b5c7fc7f6359a9d0db4800e61e6 (diff)
downloadaur-693f3230c6537a6a03618c04f50caeaba683fd41.tar.gz
Update for Python 3.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 303f9bef26dd..30491c94f786 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-rosdistro
pkgver=0.4.2
-pkgrel=1
+pkgrel=2
pkgdesc="A tool to work with rosdistro files"
url="http://wiki.ros.org/rosdistro"
depends=('python')
@@ -10,7 +10,7 @@ makedepends=('python')
license=('BSD, MIT')
arch=('any')
source=("https://pypi.python.org/packages/source/r/rosdistro/rosdistro-$pkgver.tar.gz")
-md5sums=('2d8ac4214796e67c758a1318b6531b4f')
+sha256sums=('a7964d2d5d3eb111c3a5a40a4736bc39100abeb1d2066f67fa76da1376abe2d6')
conflicts=(python2-rosdistro)
build() {