From 7020c3cc7544bec76e1024eb2fdbdef8b1bd74dc Mon Sep 17 00:00:00 2001 From: psykose Date: Thu, 22 Jun 2023 17:30:09 +0000 Subject: [PATCH] testing/gitlint: remove unused py3-sh not actually imported --- testing/gitlint/APKBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/testing/gitlint/APKBUILD b/testing/gitlint/APKBUILD index f0de95b14fc..e7f2162219a 100644 --- a/testing/gitlint/APKBUILD +++ b/testing/gitlint/APKBUILD @@ -2,16 +2,14 @@ # Maintainer: Henrik Riomar pkgname=gitlint pkgver=0.19.1 -pkgrel=0 +pkgrel=1 pkgdesc="Linting for your git commit messages" url="https://github.com/jorisroovers/gitlint" -# x86, armv7: py3-sh -arch="noarch !x86 !armv7" +arch="noarch" license="MIT" depends=" py3-arrow py3-click - py3-sh " makedepends=" py3-gpep517