summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichal Wojdyla2021-09-12 03:20:02 +0200
committerMichal Wojdyla2021-09-12 03:20:02 +0200
commit6c3b22c62970e212312a0b647f6ec632ea0662ac (patch)
tree32eca0d2d3cf68f0edf796025fc0f19503d45418 /PKGBUILD
parentb1c96e0d647f0289a25efde2adbe835adce0426c (diff)
downloadaur-perl-stream-buffered.tar.gz
https
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 5 insertions, 13 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a3c9b0022e0..21bf2548562a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,15 @@
-# Maintainer: xRemaLx <anton.komolov@gmail.com>
# Contributor: xRemaLx <anton.komolov@gmail.com>
pkgname='perl-stream-buffered'
pkgver='0.03'
-pkgrel='1'
+pkgrel='2'
pkgdesc="temporary buffer to save bytes"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
-depends=('perl>=5.8.1' 'perl-io>=1.14')
-makedepends=('perl-extutils-makemaker>=6.59')
-url='http://search.cpan.org/dist/Stream-Buffered'
-source=("http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Stream-Buffered-${pkgver}.tar.gz")
+depends=('perl')
+url='https://metacpan.org/dist/Stream-Buffered'
+source=("https://search.cpan.org/CPAN/authors/id/D/DO/DOY/Stream-Buffered-${pkgver}.tar.gz")
sha512sums=('cbc418846f61fd46163f85d2ce53c3d08ebc164a4e775b7e9fee4dc143daa3655983723099d1ded53f0054506c550038680d1f95e11d1399fef6ff6b38f9712e')
build() {
@@ -39,10 +37,4 @@ 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:
+} \ No newline at end of file