summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTong Chunli2018-12-01 05:49:26 +0800
committerTong Chunli2018-12-01 05:49:26 +0800
commit8664bc62e08c12d22ef886487bb6f4e1cef90429 (patch)
tree325198f348a11d7be2a0e9887a66afd6226e354b
parentad9db75ced2a7aadfa9204cd3efd6531c95a798f (diff)
downloadaur-8664bc62e08c12d22ef886487bb6f4e1cef90429.tar.gz
Add python-notify2 dependency
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a3c6f5c631f5..123919a0bb31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Tong Chunli<t.cunly at 163 dot com>
pkgname=python-colcon-core
pkgver=0.3.12
-pkgrel=1
+pkgrel=2
pkgdesc="Command line tool to build sets of software packages."
arch=(any)
url="https://pypi.org/project/colcon-core"
license=('Apache')
-depends=('python-pytest' 'python-pytest-runner' 'python-pytest-rerunfailures' 'python-pytest-repeat' 'python-coverage' 'python-pytest-cov' 'python-distlib')
+depends=('python-pytest' 'python-pytest-runner' 'python-pytest-rerunfailures' 'python-pytest-repeat' 'python-coverage' 'python-pytest-cov' 'python-distlib' 'python-notify2')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/37/dd/ebb44097dd8f9c57bfa17bc202bce9a3a1a5e44a3d911c050002cae0dbf6/colcon-core-$pkgver.tar.gz")
sha256sums=('7cb8e79a4524f474478ab2b8ba1038c57bd42d778e69ecca70cd3f126eda0b79')