summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb8f0679c141..755e7f60f6d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-colcon-core
pkgdesc = Command line tool to build sets of software packages.
- pkgver = 0.15.1
+ pkgver = 0.15.2
pkgrel = 1
url = https://colcon.readthedocs.io/en/released/
arch = any
@@ -14,8 +14,8 @@ pkgbase = python-colcon-core
depends = python-pytest-cov
depends = python-distlib
depends = python-notify2
- depends = python-empy
- source = python-colcon-core-0.15.1.tar.gz::https://github.com/colcon/colcon-core/archive/0.15.1.tar.gz
- sha256sums = b8b019e9dfe871e9a12e029bb37b31ecc9fb7b869b51c9abdcc9a7da8ec25809
+ depends = python-empy3
+ source = python-colcon-core-0.15.2.tar.gz::https://github.com/colcon/colcon-core/archive/0.15.2.tar.gz
+ sha256sums = 2eebc46d001163a70c37bff57c5cc83c694563ff75b5178bcd2a24d6ff0cb645
pkgname = python-colcon-core
diff --git a/PKGBUILD b/PKGBUILD
index 337ade107acb..17226ac78763 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tong Chunli<t.cunly at 163 dot com>
pkgname=python-colcon-core
-pkgver=0.15.1
+pkgver=0.15.2
pkgrel=1
pkgdesc="Command line tool to build sets of software packages."
arch=(any)
@@ -10,10 +10,10 @@ url="https://colcon.readthedocs.io/en/released/"
license=('Apache')
depends=('python-pytest' 'python-pytest-runner' 'python-pytest-rerunfailures'
'python-pytest-repeat' 'python-coverage' 'python-pytest-cov'
- 'python-distlib' 'python-notify2' 'python-empy')
+ 'python-distlib' 'python-notify2' 'python-empy3')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/colcon/colcon-core/archive/$pkgver.tar.gz")
-sha256sums=('b8b019e9dfe871e9a12e029bb37b31ecc9fb7b869b51c9abdcc9a7da8ec25809')
+sha256sums=('2eebc46d001163a70c37bff57c5cc83c694563ff75b5178bcd2a24d6ff0cb645')
_pkgname=colcon-core