Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages /
task
Commits:
b3d65ea2 by Lukas Fleischer at 2024-08-09T13:00:02+02:00
upgpkg: 3.1.0-1: update to 3.1.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = task
pkgdesc = Taskwarrior, a command-line todo list manager
- pkgver = 3.0.2
+ pkgver = 3.1.0
pkgrel = 1
url = https://taskwarrior.org/
arch = x86_64
@@ -16,9 +16,9 @@ pkgbase = task
optdepends = perl: for perl export addon
optdepends = perl-json: for perl export addon
options = !lto
- source =
task::git+https://github.com/GothenburgBitFactory/taskwarrior.git#commit=bc86a1e53f641e38d66df40c1a085830ea876d47
+ source =
task::git+https://github.com/GothenburgBitFactory/taskwarrior.git#commit=5c6cc3e5229676655e93264e24a146a26b980e45
source =
task-libshared::git+https://github.com/GothenburgBitFactory/libshared.git
- sha256sums =
da205e9ea68a198e78985b904cf26dc0140aa593fbed2b4fecf3dac1c2955e0f
+ sha256sums =
9bd443b1f7e26d08152c3292506e2d89f958859cfc88e8c60226b208a19aca94
sha256sums = SKIP
pkgname = task
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
# Contributor: coolkehon <[email protected]>
pkgname=task
-pkgver=3.0.2
+pkgver=3.1.0
pkgrel=1
pkgdesc="Taskwarrior, a command-line todo list manager"
arch=('x86_64')
@@ -16,12 +16,12 @@ license=('MIT')
depends=('util-linux' 'gnutls')
makedepends=('cmake' 'git' 'cargo')
optdepends=('bash-completion: for bash completion' 'python: for python export
addon' 'ruby: for ruby export addon' 'perl: for perl export addon' 'perl-json:
for perl export addon')
-_commit=bc86a1e53f641e38d66df40c1a085830ea876d47
+_commit=5c6cc3e5229676655e93264e24a146a26b980e45
source=(
"$pkgname::git+https://github.com/GothenburgBitFactory/taskwarrior.git#commit=$_commit"
"$pkgname-libshared::git+https://github.com/GothenburgBitFactory/libshared.git"
)
-sha256sums=('da205e9ea68a198e78985b904cf26dc0140aa593fbed2b4fecf3dac1c2955e0f'
+sha256sums=('9bd443b1f7e26d08152c3292506e2d89f958859cfc88e8c60226b208a19aca94'
'SKIP')
options=('!lto')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/task/-/commit/b3d65ea20a5688eef3626e5f3c1366ade5a36005
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/task/-/commit/b3d65ea20a5688eef3626e5f3c1366ade5a36005
You're receiving this email because of your account on gitlab.archlinux.org.