diff options
Diffstat (limited to 'community/cloc')
-rw-r--r-- | community/cloc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/cloc/APKBUILD b/community/cloc/APKBUILD index dd992d9322..7249c2afdd 100644 --- a/community/cloc/APKBUILD +++ b/community/cloc/APKBUILD @@ -10,7 +10,7 @@ license="GPL-2.0" depends="perl perl-algorithm-diff perl-regexp-common" makedepends="" subpackages="$pkgname-doc" -source="https://github.com/AlDanial/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz +source="https://github.com/AlDanial/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz disable-01_opts.patch disable-test-perl.patch" builddir="$srcdir/$pkgname-$pkgver" |