summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZHANG Yuntian2022-12-31 23:42:37 +0800
committerZHANG Yuntian2022-12-31 23:42:37 +0800
commit05753131c99342f611a16eb8a233828e49b7373a (patch)
tree3b467102cf57471cf3b4d37b96b63e17cfbcdcfb
parentbfafcae2a4c4f48af462c63b8061d3587bc9cd81 (diff)
downloadaur-05753131c99342f611a16eb8a233828e49b7373a.tar.gz
Add missing dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e742db0258fb..eee4e78332ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=('perl-sub-exporter-progressive>=0.001007' 'perl>=5.008')
-makedepends=()
+makedepends=('perl-module-build-tiny')
checkdepends=('perl-test-fatal')
url='http://search.mcpan.org/dist/Const-Fast'
source=('http://search.mcpan.org/CPAN/authors/id/L/LE/LEONT/Const-Fast-0.014.tar.gz')