diff options
author | Kartik Mohta | 2022-06-26 12:34:47 +0530 |
---|---|---|
committer | Kartik Mohta | 2022-06-26 12:34:47 +0530 |
commit | 947a9a62ec3c915193cfc481eef3ee53396839aa (patch) | |
tree | a9afc68999cad19bb12a565bc73e705bc92929fb /PKGBUILD | |
parent | 29accd80973d1e0d88e06ba9cff1ec6bd622852f (diff) | |
download | aur-947a9a62ec3c915193cfc481eef3ee53396839aa.tar.gz |
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Kartik Mohta <kartikmohta@gmail.com> pkgname=('python-catkin_tools') -pkgver='0.8.5' +pkgver='0.9.0' pkgrel=1 pkgdesc='Command line tools for working with catkin' arch=('any') @@ -12,7 +12,7 @@ makedepends=('python-setuptools') provides=('python-catkin-tools') conflicts=('python2-catkin_tools' 'python-catkin-tools') source=("https://github.com/catkin/catkin_tools/archive/${pkgver}.tar.gz") -sha256sums=('1f322aa1b292501aedcabe746e7871e45e93e11ec9f19a37fd1c5f93d8dcd478') +sha256sums=('1ded682e4c13ef9aef97ff12472357418eb0c1581db5c319d2594162bfc18652') _module='catkin_tools' |