summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin Rauwolf2022-07-05 23:10:25 -0700
committerKevin Rauwolf2022-07-05 23:10:25 -0700
commit39346af434b7558a4bc05527e65dd9974dabdb37 (patch)
tree3900a4936b848ade2d638bc00f8e207c213e7b0d /PKGBUILD
parent5bb625913beb397bf276f38351c6285db3cbe3d8 (diff)
downloadaur-perl-mail-rfc822-address.tar.gz
Added perl dependency (0.3-2)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54fecaff0812..8d12e64bdde8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Maintainer: Kevin Rauwolf <sweetpea-aur@tentacle.net>
pkgname=perl-mail-rfc822-address
pkgver=0.3
-pkgrel=1
+pkgrel=2
_author="P/PD/PDWARREN"
_perlmod="Mail-RFC822-Address"
pkgdesc="Mail::RFC822::Address - Perl extension for validating email addresses according to RFC822"
arch=('any')
url="http://search.cpan.org/dist/Mail-RFC822-Address/"
license=('MIT')
-depends=()
+depends=('perl')
makedepends=()
options=(!emptydirs)
source=("http://search.cpan.org/CPAN/authors/id/$_author/$_perlmod-$pkgver.tar.gz")