summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
-rw-r--r--PKGBUILD.tt2
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 613a1ceeafd9..b328c121492f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = perl-email-foldertype
pkgdesc = Perl module to determine the type of a mail folder
pkgver = 0.814
- pkgrel = 1
+ pkgrel = 2
url = http://search.cpan.org/dist/Email-FolderType
arch = any
license = PerlArtistic
@@ -9,7 +9,7 @@ pkgbase = perl-email-foldertype
checkdepends = perl>=5.13.4
checkdepends = perl-capture-tiny
depends = perl>=5.8.9
- depends = perl-email-simple
+ depends = perl-module-pluggable
options = !emptydirs
source = http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-FolderType-0.814.tar.gz
md5sums = 952aad6ab391737932dc32c6e5c17d26
diff --git a/PKGBUILD b/PKGBUILD
index f97dfc004953..75f144f62661 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# CPAN Name : Email::FolderType
# Contributor: Anton Leontiev <bunder /at/ t-25.ru>
-# Generator : CPANPLUS::Dist::Arch 1.25
+# Generator : CPANPLUS::Dist::Arch 1.29
pkgname=perl-email-foldertype
pkgver=0.814
-pkgrel=1
+pkgrel=2
pkgdesc='Perl module to determine the type of a mail folder'
arch=('any')
url='http://search.cpan.org/dist/Email-FolderType'
license=('PerlArtistic' 'GPL')
-depends=('perl>=5.8.9' 'perl-email-simple')
+depends=('perl>=5.8.9' 'perl-module-pluggable')
checkdepends=('perl>=5.13.4' 'perl-capture-tiny')
source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-FolderType-0.814.tar.gz)
options=(!emptydirs)
diff --git a/PKGBUILD.tt b/PKGBUILD.tt
index f2b128744483..3f1e89f3eee0 100644
--- a/PKGBUILD.tt
+++ b/PKGBUILD.tt
@@ -9,7 +9,7 @@ pkgdesc='Perl module to determine the type of a mail folder'
arch=('any')
url='[% url %]'
license=('PerlArtistic' 'GPL')
-depends=('perl>=5.8.9' 'perl-email-simple')
+depends=('perl>=5.8.9' 'perl-module-pluggable')
checkdepends=('perl>=5.13.4' 'perl-capture-tiny')
source=([% source %])
options=(!emptydirs)