summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortty20992019-06-23 14:22:18 +0800
committertty20992019-06-23 14:22:18 +0800
commit5b93550f06fbd6617b47f7c9099f868ab655eeb7 (patch)
treef47e52865206717ca539a33d9580f37e8e1a34de
parent4c76f161118b9edf15b374f3b64bdd5c8982e3f9 (diff)
downloadaur-5b93550f06fbd6617b47f7c9099f868ab655eeb7.tar.gz
0.2.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1fcd5d69963..ea7e31c61a44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-colcon-notification
pkgdesc = An extension for colcon-core to provide status notifications.
- pkgver = 0.2.5
+ pkgver = 0.2.8
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/af/ce/432380f808fb6dfad45f0416bffa4eb4f9bdf895483c0db13017e35ac686/colcon-notification-0.2.5.tar.gz
- sha256sums = 6b6e0334a346ef44e5a84642faa701bd4c0169b0c25cc42f0d615dba4a566bfc
+ source = https://files.pythonhosted.org/packages/fc/a7/1944423a15ca14904f45ab504fe5aebcf7430933772637b769998d90a718/colcon-notification-0.2.8.tar.gz
+ sha256sums = 3467248415f6acc8f434b3b36b875be3efa76e1166b95852881d9768e6f41c06
pkgname = python-colcon-notification
diff --git a/PKGBUILD b/PKGBUILD
index 6ec6df038ff2..08ac643c1ef5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tong Chunli<t.cunly at 163 dot com>
pkgname=python-colcon-notification
-pkgver=0.2.5
+pkgver=0.2.8
pkgrel=1
pkgdesc="An extension for colcon-core to provide status notifications."
arch=(any)
@@ -8,8 +8,8 @@ url="https://pypi.org/project/colcon-notification"
license=('Apache')
depends=('python-colcon-core')
makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/af/ce/432380f808fb6dfad45f0416bffa4eb4f9bdf895483c0db13017e35ac686/colcon-notification-$pkgver.tar.gz")
-sha256sums=('6b6e0334a346ef44e5a84642faa701bd4c0169b0c25cc42f0d615dba4a566bfc')
+source=(https://files.pythonhosted.org/packages/fc/a7/1944423a15ca14904f45ab504fe5aebcf7430933772637b769998d90a718/colcon-notification-0.2.8.tar.gz)
+sha256sums=('3467248415f6acc8f434b3b36b875be3efa76e1166b95852881d9768e6f41c06')
package() {