summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcamb2023-02-27 10:38:39 +0000
committercamb2023-02-27 10:38:39 +0000
commitc95392c43912ac87d43151e2e5cee129de75bc22 (patch)
tree8ecfa038bf301268055f36fa94b95158cc8ca87c
parent83059a471708ab98b16a213a21e68e2efe672493 (diff)
downloadaur-perl-cli-osprey.tar.gz
Add perl-module-build-tiny to makedepends
Thankyou micwoj92 https://aur.archlinux.org/account/micwoj92
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e67a1a432c3f..305323b3169b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = perl-cli-osprey
license = PerlArtistic
checkdepends = perl>=5.12
checkdepends = perl-test-lib>=0
+ makedepends = perl-module-build-tiny
depends = perl>=5.12
depends = perl-getopt-long-descriptive
depends = perl-module-runtime
diff --git a/PKGBUILD b/PKGBUILD
index 7b64cceef56f..8ff6914c64ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ license=('GPL' 'PerlArtistic')
# Author doesn't say minimum perl version but currently Getopt::Long::Descriptive needs 5.12
depends=('perl>=5.12' 'perl-getopt-long-descriptive' 'perl-module-runtime' 'perl-moo' 'perl-path-tiny')
checkdepends=('perl>=5.12' 'perl-test-lib>=0')
+makedepends=('perl-module-build-tiny')
options=('!emptydirs' purge)
source=("http://search.cpan.org/CPAN/authors/id/A/AR/ARODLAND/$_dist-$pkgver.tar.gz")
md5sums=('faacf1400414bc57e551c4ce700523b1')