summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2023-10-10 11:37:02 +0700
committerAchmad Fathoni2023-10-10 11:37:02 +0700
commita808c666fe8eb60164fb5b79bfab63e684bbfd41 (patch)
tree10db2dfde2df5b1c23c05d1c14f21311bb08d846
parentb995d92042ae032318b212b1a8a1c4f640ccef54 (diff)
downloadaur-a808c666fe8eb60164fb5b79bfab63e684bbfd41.tar.gz
0.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d0d2f327887..5d8d4401130c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-colcon-powershell
pkgdesc = An extension for colcon-core to provide PowerShell scripts.
- pkgver = 0.3.7
+ pkgver = 0.4.0
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.7.tar.gz
- sha256sums = 886b4ab34a6863a3c51e1cb5918bc921c2f4d2a36d07e5a345674cc8c7f02ed7
+ source = https://files.pythonhosted.org/packages/source/c/colcon-powershell/colcon-powershell-0.4.0.tar.gz
+ sha256sums = 1fb2a8dadaf547cfca9daaf1b94ffaee3e2958103d5aaadb84e072c4f526906f
pkgname = python-colcon-powershell
diff --git a/PKGBUILD b/PKGBUILD
index 4f3b38ac4371..783d8637fe94 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.7
+pkgver=0.4.0
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=('886b4ab34a6863a3c51e1cb5918bc921c2f4d2a36d07e5a345674cc8c7f02ed7')
+sha256sums=('1fb2a8dadaf547cfca9daaf1b94ffaee3e2958103d5aaadb84e072c4f526906f')
package() {