summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2021-07-28 20:00:41 +0530
committerKartik Mohta2021-07-28 20:00:41 +0530
commit9e8b173f23c383a5b9a3989840a4de1dfe845349 (patch)
tree1170c940c8203ddd0c8420bcf11cca1dc5880a22
parentc20b197b13b28039680a812e5674724f607a130a (diff)
downloadaur-9e8b173f23c383a5b9a3989840a4de1dfe845349.tar.gz
Update version
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf1c69daa4e8..26f3d9218473 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-osrf_pycommon
pkgdesc = Commonly needed Python modules, used by Python software developed at OSRF
- pkgver = 0.2.1
+ pkgver = 1.0.0
pkgrel = 1
url = https://github.com/osrf/osrf_pycommon
arch = any
@@ -10,8 +10,7 @@ pkgbase = python2-osrf_pycommon
depends = python2-trollius
provides = python2-osrf-pycommon
conflicts = python2-osrf-pycommon
- source = https://github.com/osrf/osrf_pycommon/archive/0.2.1.tar.gz
- sha256sums = b369b0d4d81bf3e9f89b38d5b81a957c7e435715e8e9ff06104b975b6e90b119
+ source = https://github.com/osrf/osrf_pycommon/archive/1.0.0.tar.gz
+ sha256sums = 48cd3a345d69daee84e9df1fcd9d318d784e8e53089ea1f30944a0d48a6a64ff
pkgname = python2-osrf_pycommon
-
diff --git a/PKGBUILD b/PKGBUILD
index 8b98f383c6a3..4cddff7e4ac6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kartik Mohta <kartikmohta@gmail.com>
pkgname=('python2-osrf_pycommon')
-pkgver='0.2.1'
+pkgver='1.0.0'
pkgrel=1
pkgdesc='Commonly needed Python modules, used by Python software developed at OSRF'
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('python2-setuptools')
provides=('python2-osrf-pycommon')
conflicts=('python2-osrf-pycommon')
source=("https://github.com/osrf/osrf_pycommon/archive/${pkgver}.tar.gz")
-sha256sums=('b369b0d4d81bf3e9f89b38d5b81a957c7e435715e8e9ff06104b975b6e90b119')
+sha256sums=('48cd3a345d69daee84e9df1fcd9d318d784e8e53089ea1f30944a0d48a6a64ff')
_module='osrf_pycommon'