Skip to content

Commit fddd23b

Browse files
committed
chore: Updated AUR info
1 parent ecee898 commit fddd23b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.SRCINFO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = linear-cli
22
pkgdesc = A comprehensive CLI tool for Linear issue management with advanced search, bulk operations, and team collaboration features
3-
pkgver = 1.2.0
3+
pkgver = 1.2.1
44
pkgrel = 1
55
url = https://github.com/AdiKsOnDev/linearator
66
arch = any
@@ -12,7 +12,7 @@ pkgbase = linear-cli
1212
depends = python>=3.12
1313
depends = python-pip
1414
optdepends = keyrings.alt: Alternative keyring backends for credential storage
15-
source = https://files.pythonhosted.org/packages/source/l/linearator/linearator-1.2.0.tar.gz
16-
sha256sums = ef313f8cf3abbc8b31419cf2efac455c108e1137730f75ead78e93216fb6b441
15+
source = https://files.pythonhosted.org/packages/source/l/linearator/linearator-1.2.1.tar.gz
16+
sha256sums = f88f541160c330f03a0e056171fc105fbbc5b9118e53c51938f704f25f04ac22
1717

1818
pkgname = linear-cli

PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
pkgname=linear-cli
44
_pypi_name=linearator
5-
pkgver=1.2.0
5+
pkgver=1.2.1
66
pkgrel=1
77
pkgdesc="A comprehensive CLI tool for Linear issue management with advanced search, bulk operations, and team collaboration features"
88
arch=('any')
@@ -14,7 +14,7 @@ optdepends=(
1414
'keyrings.alt: Alternative keyring backends for credential storage'
1515
)
1616
source=("https://files.pythonhosted.org/packages/source/${_pypi_name::1}/$_pypi_name/$_pypi_name-$pkgver.tar.gz")
17-
sha256sums=('ef313f8cf3abbc8b31419cf2efac455c108e1137730f75ead78e93216fb6b441')
17+
sha256sums=('f88f541160c330f03a0e056171fc105fbbc5b9118e53c51938f704f25f04ac22')
1818

1919
build() {
2020
# No build step needed - we'll install directly from PyPI

0 commit comments

Comments
 (0)