Skip to content

Commit

Permalink
chore(pkgbuild-dev-deps: deps): add shellcheck-makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Dec 5, 2024
1 parent 28295ec commit 27fd9d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PKGBUILD_dev_deps
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
_pkgname=pikaur_dev_deps
#pkgname="${_pkgname}-git"
pkgname="${_pkgname}"
pkgver=1.29
pkgrel=3
pkgver=1.30.2
pkgrel=1
pkgdesc="Development deps for Pikaur"
arch=('any')
url="https://github.com/actionless/pikaur"
Expand All @@ -19,7 +19,7 @@ b2sums=(
depends=(
'python-hatchling' # tag-release
# linting:
ruff flake8 python-pylint mypy vulture bandit shellcheck python-validate-pyproject
ruff flake8 python-pylint mypy vulture bandit shellcheck python-validate-pyproject shellcheck_makefile-git
# pikaur opt deps:
'devtools'
'python-pysocks'
Expand Down

0 comments on commit 27fd9d9

Please sign in to comment.