summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a972d6c8bbff..141bfb5f12b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Jose Riha <jose1711 gmail com>
# Contributor Mathieu Clabaut <mathieu.clabaut@gmail.com>
+# Contributor: Dylan14 <dylan1496 at live dot com>
# PKGBUILD generated by pacpan
pkgname=perl-math-vec
_realname=Math-Vec
pkgver=1.01
-pkgrel=1
+pkgrel=2
pkgdesc="Object-Oriented Vector Math Methods in Perl"
arch=(i686 x86_64)
license=('perl')
@@ -12,8 +13,9 @@ url="http://search.cpan.org/~ewilhelm/Math-Vec"
options=(!emptydirs)
depends=('perl')
+makedepends=('perl-module-build')
-provides=('math-vec=1.01' 'Math::Vec=1.01' 'perl-math-vec=1.01')
+provides=('math-vec=1.01' 'perl-math-vec=1.01')
source=(http://search.cpan.org/CPAN/authors/id/E/EW/EWILHELM/Math-Vec-1.01.tar.gz)
md5sums=('3d881e6f8074257d54125190719859eb')
@@ -33,9 +35,9 @@ build() {
if [ -d "$_expected_dir" ]; then
cd "$_expected_dir"
else
- echo "ERROR unable to detect source directory"
- echo "--> this is often due to CPAN's lack of standard naming conventions"
- echo "--> it may be possible to fix this by adjusting the build function in the PKGBUILD"
+ echo "?[1;31mERROR?[0m unable to detect source directory"
+ echo "?[1;34m-->?[0m this is often due to CPAN's lack of standard naming conventions"
+ echo "?[1;34m-->?[0m it may be possible to fix this by adjusting the build function in the PKGBUILD"
fi
fi
fi