Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
task
Commits:
e86d4602 by Martin Vysnovsky at 2025-01-11T21:14:10+01:00
upgpkg: 3.3.0-1: update to 3.3.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = task
pkgdesc = Taskwarrior, a command-line todo list manager
- pkgver = 3.2.0
- pkgrel = 2
+ pkgver = 3.3.0
+ pkgrel = 1
url = https://taskwarrior.org/
arch = x86_64
license = MIT
@@ -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=7a092bea037517be4dc839ee8141b8d6b00738eb
+ source =
task::git+https://github.com/GothenburgBitFactory/taskwarrior.git#commit=1ee69ea2149c4e7af5b70e7ea1b90e346235b591
source =
task-libshared::git+https://github.com/GothenburgBitFactory/libshared.git
- sha256sums =
ed79247f2f4c5b75e7974b76d910711bb7af232c27b57f8974e684bcc61d2402
+ sha256sums =
35de0dc0344731665813a314f8eee76a40727bb18fc915f7b2e093523aa88f5e
sha256sums = SKIP
pkgname = task
=====================================
PKGBUILD
=====================================
@@ -7,9 +7,9 @@
# Contributor: coolkehon <[email protected]>
pkgname=task
-pkgver=3.2.0
-pkgrel=2
-_commit=7a092bea037517be4dc839ee8141b8d6b00738eb
+pkgver=3.3.0
+pkgrel=1
+_commit=1ee69ea2149c4e7af5b70e7ea1b90e346235b591
pkgdesc="Taskwarrior, a command-line todo list manager"
arch=('x86_64')
url="https://taskwarrior.org/"
@@ -21,7 +21,7 @@ source=(
"$pkgname::git+https://github.com/GothenburgBitFactory/taskwarrior.git#commit=$_commit"
"$pkgname-libshared::git+https://github.com/GothenburgBitFactory/libshared.git"
)
-sha256sums=('ed79247f2f4c5b75e7974b76d910711bb7af232c27b57f8974e684bcc61d2402'
+sha256sums=('35de0dc0344731665813a314f8eee76a40727bb18fc915f7b2e093523aa88f5e'
'SKIP')
options=('!lto')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/task/-/commit/e86d46021f6014187206c9b1c3bb215442de1d0d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/task/-/commit/e86d46021f6014187206c9b1c3bb215442de1d0d
You're receiving this email because of your account on gitlab.archlinux.org.