aboutsummarylogtreecommitdiffstats
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
parent3871ad028379114f2e36a1d16de3ff9a7b45f038 (diff)
downloadaur-ec0209e9f424364288b8080a5bdab56e11eac530.tar.gz
Add perl as dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7474f0875767..63d66ccecec0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = perl-test-lectrotest
pkgdesc = Easy, automatic, specification-based tests.
pkgver = 0.5001
- pkgrel = 1
+ pkgrel = 2
url = https://metacpan.org/release/Test-LectroTest
arch = any
license = PerlArtistic
license = GPL
+ depends = perl
options = !emptydirs
options = purge
source = http://search.cpan.org/CPAN/authors/id/T/TM/TMOERTEL/Test-LectroTest-0.5001.tar.gz
sha256sums = ac2b4f0d95899af1a1a1ec784cb740b2b90256abee11c83e7b291103ec9ed735
pkgname = perl-test-lectrotest
-
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: