summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2022-12-23 01:58:21 +0700
committerAchmad Fathoni2022-12-23 01:58:21 +0700
commit8703474b1e4ea6f0b40b97e91bb74909c18bbdef (patch)
treef1fbbbff63227c9a20d92e79f0f235f682cef0c5
parent70be186ce435d4960c9c95ae10d59959b44258d3 (diff)
downloadaur-python-colcon-notification.tar.gz
0.2.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a21a060dc94..c8d6b03be91a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-colcon-notification
pkgdesc = An extension for colcon-core to provide status notifications.
- pkgver = 0.2.14
+ pkgver = 0.2.15
pkgrel = 1
url = https://pypi.org/project/colcon-notification
arch = any
license = Apache
makedepends = python-setuptools
depends = python-colcon-core
- source = https://files.pythonhosted.org/packages/source/c/colcon-notification/colcon-notification-0.2.14.tar.gz
- sha256sums = 015fad960062445dcdb04f8843380845c4c11add74d5281ac1c939766edac0f3
+ source = https://files.pythonhosted.org/packages/source/c/colcon-notification/colcon-notification-0.2.15.tar.gz
+ sha256sums = 0a188a4debaa103f1fc620babb6f82a90032f01c559090ac51a5ff4cad326550
pkgname = python-colcon-notification
diff --git a/PKGBUILD b/PKGBUILD
index da573b620b46..1308293df199 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tong Chunli<t.cunly at 163 dot com>
pkgname=python-colcon-notification
_name=${pkgname:7}
-pkgver=0.2.14
+pkgver=0.2.15
pkgrel=1
pkgdesc="An extension for colcon-core to provide status notifications."
arch=(any)
@@ -11,7 +11,7 @@ license=('Apache')
depends=('python-colcon-core')
makedepends=('python-setuptools')
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha256sums=('015fad960062445dcdb04f8843380845c4c11add74d5281ac1c939766edac0f3')
+sha256sums=('0a188a4debaa103f1fc620babb6f82a90032f01c559090ac51a5ff4cad326550')
package() {