Merge pull request #1271 from niklasholm/patch-7

perl-sgml: Replace tarball with url source
This commit is contained in:
Алексей
2018-06-04 09:13:35 +03:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@@ -10,8 +10,7 @@ url="http://search.cpan.org/dist/SGMLSpm"
license=('GPL' 'PerlArtistic')
depends=('perl')
options=('!emptydirs' 'docs')
source=(#https://www.cpan.org/authors/id/D/DM/DMEGG/SGMLSpm-${pkgver}.tar.gz
SGMLSpm-${pkgver}.tar.gz)
source=(http://backpan.perl.org/authors/id/D/DM/DMEGG/SGMLSpm-${pkgver}.tar.gz)
sha256sums=('f06895c0206dada9f9e7f07ecaeb6a3651fd648f4820f49c1f76bfeaec2f2913')
prepare() {

Binary file not shown.