From d74ba06deca193fbfc22faba1978d984d278d517 Mon Sep 17 00:00:00 2001 From: Henrik Riomar Date: Fri, 15 Sep 2023 11:26:09 +0200 Subject: [PATCH] community/gitlint: move from testing while at it fix a lint issue --- {testing => community}/gitlint/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {testing => community}/gitlint/APKBUILD (97%) diff --git a/testing/gitlint/APKBUILD b/community/gitlint/APKBUILD similarity index 97% rename from testing/gitlint/APKBUILD rename to community/gitlint/APKBUILD index e7f2162219a..913e55ea4b2 100644 --- a/testing/gitlint/APKBUILD +++ b/community/gitlint/APKBUILD @@ -22,7 +22,7 @@ checkdepends=" py3-pytest " subpackages="$pkgname-pyc" -source="https://github.com/jorisroovers/gitlint/archive/v$pkgver/$pkgname-$pkgver.tar.gz" +source="https://github.com/jorisroovers/gitlint/archive/v$pkgver/gitlint-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver/gitlint-core" build() {