summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2021-12-23 21:29:48 +0700
committerAchmad Fathoni2021-12-23 21:29:48 +0700
commitb995d92042ae032318b212b1a8a1c4f640ccef54 (patch)
treee3dd01180d1ebe06d2d1456709dbaef2bf3e07d2
parent1753f067451f373838598c90519a77e8e3ab5a3a (diff)
downloadaur-b995d92042ae032318b212b1a8a1c4f640ccef54.tar.gz
0.3.7
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c578a02ad10..2d0d2f327887 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-colcon-powershell
pkgdesc = An extension for colcon-core to provide PowerShell scripts.
- pkgver = 0.3.6
+ pkgver = 0.3.7
pkgrel = 1
url = https://pypi.org/project/colcon-powershell/
arch = any
license = Apache
makedepends = python-setuptools
depends = python-colcon-core
- source = https://files.pythonhosted.org/packages/source/c/colcon-powershell/colcon-powershell-0.3.6.tar.gz
- sha256sums = 351d4bd1a8be45857d79cc2575d1c71346501a56f2e5546e348134c64b59e289
+ source = https://files.pythonhosted.org/packages/source/c/colcon-powershell/colcon-powershell-0.3.7.tar.gz
+ sha256sums = 886b4ab34a6863a3c51e1cb5918bc921c2f4d2a36d07e5a345674cc8c7f02ed7
pkgname = python-colcon-powershell
-
diff --git a/PKGBUILD b/PKGBUILD
index 568c3181650f..4f3b38ac4371 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tong Chunli<t.cunly at 163 dot com>
pkgname=python-colcon-powershell
_name=${pkgname:7}
-pkgver=0.3.6
+pkgver=0.3.7
pkgrel=1
pkgdesc="An extension for colcon-core to provide PowerShell scripts."
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=('351d4bd1a8be45857d79cc2575d1c71346501a56f2e5546e348134c64b59e289')
+sha256sums=('886b4ab34a6863a3c51e1cb5918bc921c2f4d2a36d07e5a345674cc8c7f02ed7')
package() {