summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f1ec90fec40..1b02d27d7a8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=perl-pdl-nohdf4
pkgver=2.017
-pkgrel=1
+pkgrel=2
pkgdesc='The Perl Data Language, a perl extension designed for scientific and bulk numeric data processing and display'
arch=('i686' 'x86_64')
url='http://search.cpan.org/dist/PDL'
@@ -20,6 +20,8 @@ depends=(
'gsl'
'perl-inline-c'
)
+provides=('perl-pdl')
+conflicts=('perl-pdl')
makedepends=(
'perl>=5.11.3' # To provide ExtUtils::MakeMaker 6.56
'fftw2'