[arch-commits] Commit in perl-bit-vector/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon May 20 20:21:43 UTC 2019
Date: Monday, May 20, 2019 @ 20:21:43
Author: arojas
Revision: 353645
https
Modified:
perl-bit-vector/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-20 20:21:14 UTC (rev 353644)
+++ PKGBUILD 2019-05-20 20:21:43 UTC (rev 353645)
@@ -7,10 +7,10 @@
pkgdesc='Efficient bit vector, set of integers and "big int" math library'
arch=('x86_64')
license=('GPL' 'LGPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/Bit-Vector/"
+url="https://search.cpan.org/dist/Bit-Vector/"
depends=('perl-carp-clan')
options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/Bit-Vector-${pkgver}.tar.gz)
+source=(https://search.cpan.org/CPAN/authors/id/S/ST/STBEY/Bit-Vector-${pkgver}.tar.gz)
md5sums=('bf67f144e5be5327ed79d4c69e6e0086')
build() {
More information about the arch-commits
mailing list