Skip to content
This repository was archived by the owner on Feb 27, 2026. It is now read-only.

Commit c53f8d9

Browse files
feat: Bump version to 0.2.0 in .SRCINFO and PKGBUILD
1 parent 832dccf commit c53f8d9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.SRCINFO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = confy-cli
22
pkgdesc = CLI client for the Confy encrypted communication system
3-
pkgver = 0.1.10
3+
pkgver = 0.2.0
44
pkgrel = 1
55
arch = any
66
license = custom:GNU General Public License v3 (GPLv3)
@@ -15,7 +15,7 @@ pkgbase = confy-cli
1515
depends = python-websockets
1616
provides = confy
1717
conflicts = confy
18-
source = https://files.pythonhosted.org/packages/47/ef/136323e423a5520fe8cf98794ff45d591da1b511a6b6c4f63309d42bcd36/confy_cli-0.1.10.tar.gz
19-
sha256sums = a281665012132a342e38dc86b00b94263a92b590147e238ad51494436dc50c88
18+
source = https://files.pythonhosted.org/packages/7b/45/a18279358f7527d85f1a382d36f5f9acfc0073f38e602cb1e515486dd4ff/confy_cli-0.2.0.tar.gz
19+
sha256sums = 61f3829a745a55c7ce09526e0df3f1ed779a804b7c8c3cf44b9c788a08c0b67a
2020

2121
pkgname = confy-cli

PKGBUILD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
_pkgname='confy'
44
pkgname='confy-cli'
55
_module='confy-cli'
6-
_src_folder='confy_cli-0.1.10'
7-
pkgver='0.1.10'
6+
_src_folder='confy_cli-0.2.0'
7+
pkgver='0.2.0'
88
pkgrel=1
99
pkgdesc="CLI client for the Confy encrypted communication system"
1010
url=""
@@ -20,8 +20,8 @@ depends=(
2020
makedepends=('python-poetry' 'python-installer')
2121
license=('custom:GNU General Public License v3 (GPLv3)')
2222
arch=('any')
23-
source=(https://files.pythonhosted.org/packages/47/ef/136323e423a5520fe8cf98794ff45d591da1b511a6b6c4f63309d42bcd36/confy_cli-0.1.10.tar.gz)
24-
sha256sums=('a281665012132a342e38dc86b00b94263a92b590147e238ad51494436dc50c88')
23+
source=(https://files.pythonhosted.org/packages/7b/45/a18279358f7527d85f1a382d36f5f9acfc0073f38e602cb1e515486dd4ff/confy_cli-0.2.0.tar.gz)
24+
sha256sums=('61f3829a745a55c7ce09526e0df3f1ed779a804b7c8c3cf44b9c788a08c0b67a')
2525

2626
provides=($_pkgname)
2727
conflicts=($_pkgname)

0 commit comments

Comments
 (0)