summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmish2018-09-11 15:01:44 +0530
committerAmish2018-09-11 15:01:44 +0530
commit49110d7e27fd34a89b5d84af70f4d618d492c411 (patch)
treeea6dc38f13794dd8a323d73b352d27ed36d91741 /PKGBUILD
parent447c8f41d48b362bdab0c10e1fadc2e120f499a4 (diff)
downloadaur-49110d7e27fd34a89b5d84af70f4d618d492c411.tar.gz
add perl-module-build to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e23c29ac8941..691022fd68c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
+# Maintainer: Amish <contact at via dot aur>
# Contributor: John D Jones III <j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name google offers a mail service at ending in dot com>
# Generator : CPANPLUS::Dist::Arch 1.25
-pkgname='perl-encode-detect'
-pkgver='1.01'
-pkgrel='4'
+pkgname=perl-encode-detect
+pkgver=1.01
+pkgrel=4
pkgdesc="An Encode::Encoding subclass that detects the encoding of data"
arch=('i686' 'x86_64')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=('perl')
-makedepends=()
+makedepends=('perl-module-build')
url='http://search.cpan.org/dist/Encode-Detect'
source=('http://search.cpan.org/CPAN/authors/id/J/JG/JGMYERS/Encode-Detect-1.01.tar.gz')
md5sums=('ee9faf55d7105c97b02b8ebe590819c7')