summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Swanson2017-02-23 08:43:33 -0800
committerMike Swanson2017-02-23 08:43:33 -0800
commitdba6303138bc44b4e4f311f8a53ae86f636bf2e2 (patch)
tree53670df5f6c1706b5bb5bbc2354f5d6fdf5005b4 /PKGBUILD
parent93529821c487861c2c37d76f40256aebd228bf1c (diff)
downloadaur-dba6303138bc44b4e4f311f8a53ae86f636bf2e2.tar.gz
Remove md5sum, insecure hash algorithm.
This probably wasn't too bad because the sha512sum was there too, but it's kind of pointless anyway.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 3 insertions, 14 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26667e684c62..74f7c76cbf1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,13 @@
-# Contributor: Anonymous
-# Generator : CPANPLUS::Dist::Arch 1.32
-
-pkgname='perl-file-share'
-pkgver='0.25'
-pkgrel='1'
+pkgname=perl-file-share
+pkgver=0.25
+pkgrel=2
pkgdesc="Extend File::ShareDir to Local Libraries"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=('perl-file-sharedir>=1.03')
-makedepends=()
url='https://metacpan.org/release/File-Share'
source=('http://search.cpan.org/CPAN/authors/id/I/IN/INGY/File-Share-0.25.tar.gz')
-md5sums=('214cb8d14627cbff13e0a6de3ac18bb0')
sha512sums=('7c9f9a341a5d2d397479a09da05136df1d0c6b9869da511e45ee75b49565218f2231fd1b45c61e68ab802402a95af02513c4c78ce72cf8205537d0e68f9b1e46')
_distdir="File-Share-0.25"
@@ -41,9 +36,3 @@ package() {
make install
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et: