summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-07-12 17:37:50 +0200
committerGoliathLabs2020-07-12 17:37:50 +0200
commit63515c174ed5a8612d2d89c2528043f313d5120f (patch)
tree6cc5c2d754bee108ea215ed12b70866e56c6d1fd
parent1ad600a2cba1223e0f5f7e1726d1b1265e864ffb (diff)
downloadaur-63515c174ed5a8612d2d89c2528043f313d5120f.tar.gz
Updated: PKGBUILD
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 967f8fe7b939..d93d28bbf3aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = perl-html-html5-entities
pkgdesc = drop-in replacement for HTML::Entities
pkgver = 0.004
- pkgrel = 1
- url = http://search.cpan.org/dist/HTML-HTML5-Entities
+ pkgrel = 2
+ url = https://search.cpan.org/dist/HTML-HTML5-Entities
arch = any
license = PerlArtistic
license = GPL
depends = perl>=5.8.1
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK/HTML-HTML5-Entities-0.004.tar.gz
- md5sums = 249cadb36f07432ff6d1b24d3a991bbd
+ source = https://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK/HTML-HTML5-Entities-0.004.tar.gz
sha512sums = 5c6b868bf90377d6516bc12bd5be93833abc418a9fd3f83065d0f3c42fb28ee4e9dc28553e4397a7f4e5a5354e37654c299beaf639fccb07b948b1ccc4919512
pkgname = perl-html-html5-entities
diff --git a/PKGBUILD b/PKGBUILD
index 8460a1b347b4..1257434f9894 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,15 @@
pkgname='perl-html-html5-entities'
pkgver='0.004'
-pkgrel='1'
+pkgrel='2'
pkgdesc="drop-in replacement for HTML::Entities"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=('perl>=5.8.1')
makedepends=()
-url='http://search.cpan.org/dist/HTML-HTML5-Entities'
-source=("http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK/HTML-HTML5-Entities-${pkgver}.tar.gz")
-md5sums=('249cadb36f07432ff6d1b24d3a991bbd')
+url='https://search.cpan.org/dist/HTML-HTML5-Entities'
+source=("https://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK/HTML-HTML5-Entities-${pkgver}.tar.gz")
sha512sums=('5c6b868bf90377d6516bc12bd5be93833abc418a9fd3f83065d0f3c42fb28ee4e9dc28553e4397a7f4e5a5354e37654c299beaf639fccb07b948b1ccc4919512')
_distdir="HTML-HTML5-Entities-${pkgver}"