[arch-commits] Commit in task/trunk (PKGBUILD)

Orhun Parmaksiz orhun at gemini.archlinux.org
Mon Oct 4 20:32:15 UTC 2021


    Date: Monday, October 4, 2021 @ 20:32:15
  Author: orhun
Revision: 1027659

upgpkg: task 2.6.0-1: upstream release

Modified:
  task/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-04 20:31:27 UTC (rev 1027658)
+++ PKGBUILD	2021-10-04 20:32:15 UTC (rev 1027659)
@@ -7,7 +7,7 @@
 # Contributor: coolkehon <coolkehon at gmail.com>
 
 pkgname=task
-pkgver=2.5.3
+pkgver=2.6.0
 pkgrel=1
 pkgdesc="A command-line todo list manager"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 makedepends=('cmake')
 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')
 source=("https://taskwarrior.org/download/$pkgname-$pkgver.tar.gz")
-sha256sums=('7243d75e0911d9e2c9119ad94a61a87f041e4053e197f7280c42410aa1ee963b')
+sha256sums=('3d0b445d45ffc578c3fefadc82501e35de898d09e8cd7460709077751e55b9c5')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -33,7 +33,6 @@
   # Note that we rename the bash completion script for bash-completion > 1.99, until upstream does so.
   install -Dm644 "$pkgdir/usr/share/doc/task/scripts/bash/task.sh" "$pkgdir/usr/share/bash-completion/completions/task"
   install -Dm644 "$pkgdir/usr/share/doc/task/scripts/fish/task.fish" "$pkgdir/usr/share/fish/vendor_completions.d/task.fish"
-  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/zsh/_task" "$pkgdir/usr/share/zsh/site-functions/_task"
 
   install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/ftdetect/task.vim" "$pkgdir/usr/share/vim/vimfiles/ftdetect/task.vim"
   install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskdata.vim" "$pkgdir/usr/share/vim/vimfiles/syntax/taskdata.vim"



More information about the arch-commits mailing list