task: Update to 2.6.0

Remove some unnecessary makedepends
This commit is contained in:
Biswapriyo Nath
2021-10-10 11:40:26 +05:30
committed by GitHub
parent bc1dcb8946
commit 5e5cf8db79

View File

@@ -1,7 +1,7 @@
# Maintainer: Green0Photon <green0photon AT gmail DOT com>
pkgname=task
pkgver=2.5.3
pkgver=2.6.0
pkgrel=1
pkgdesc="A command-line todo list manager"
arch=('i686' 'x86_64')
@@ -12,10 +12,7 @@ depends=("gcc-libs"
"libutil-linux"
"libhogweed" # for some reason, didn't install with libgnutls
)
makedepends=("git" # 'msys2-w32api-headers>=5.0.0.4624' 'msys2-w32api-runtime'
"gcc"
"make"
"cmake"
makedepends=("cmake"
"libgnutls-devel"
"libutil-linux-devel"
)
@@ -39,7 +36,7 @@ checkdepends=("python" # for tests
#sha256sums=("d87bcee58106eb8a79b850e9abc153d98b79e00d50eade0d63917154984f2a15")
source=("https://github.com/GothenburgBitFactory/taskwarrior/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('7243d75e0911d9e2c9119ad94a61a87f041e4053e197f7280c42410aa1ee963b')
sha256sums=('3d0b445d45ffc578c3fefadc82501e35de898d09e8cd7460709077751e55b9c5')
noextract=(${pkgname}-${pkgver}.tar.gz)
prepare() {
@@ -62,7 +59,6 @@ package() {
# 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/completions/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"