aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Göbel2023-11-15 17:43:56 +0100
committerStefan Göbel2023-11-15 17:43:56 +0100
commitec0209e9f424364288b8080a5bdab56e11eac530 (patch)
treedf0ed003bdb08d47d8f9c8b98cac5c493cef5f28 /PKGBUILD
parent3871ad028379114f2e36a1d16de3ff9a7b45f038 (diff)
downloadaur-perl-test-lectrotest.tar.gz
Add perl as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 043a522dcf6d..b1b53babe54d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@ pkgname='perl-test-lectrotest'
_module='Test-LectroTest'
_author='T/TM/TMOERTEL'
pkgver='0.5001'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Easy, automatic, specification-based tests.'
arch=('any')
url="https://metacpan.org/release/$_module"
license=('PerlArtistic' 'GPL')
options=('!emptydirs' 'purge')
+depends=('perl')
source=("http://search.cpan.org/CPAN/authors/id/$_author/$_module-$pkgver.tar.gz")
sha256sums=('ac2b4f0d95899af1a1a1ec784cb740b2b90256abee11c83e7b291103ec9ed735')
@@ -43,4 +44,4 @@ package() {
)
}
-#:indentSize=3:tabSize=3:noTabs=true:mode=shellscript:maxLineLen=87: \ No newline at end of file
+#:indentSize=3:tabSize=3:noTabs=true:mode=shellscript:maxLineLen=87: