summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 159358f93c59..b07f0daa40b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: xduugu
pkgname=perl-docs
-pkgver=5.34.0
+pkgver=5.36.0
pkgrel=1
pkgdesc="Set of HTML documentation for Perl."
arch=('any')
@@ -12,8 +12,8 @@ url="http://perldoc.perl.org/"
license=('GPL' 'PerlArtistic')
depends=('perl')
options=(docs !strip)
-source=("https://github.com/adrien1018/perldoc-html-generator/releases/download/0.1/perldoc-html-$pkgver.tar.xz")
-sha256sums=('9b06f7f20ecfc9d58f71f9dca5469db47a35b63798d0171e97cfe391a5e1fa83')
+source=("https://github.com/adrien1018/perldoc-html-generator/releases/download/0.1-$pkgver/perldoc-html-$pkgver.tar.xz")
+sha256sums=('2123c8cbf3b6622612a2b7e16e707ffc31cd853dc1ba746c96a93eac64b5f742')
package() {
cd "$srcdir/perldoc-html-$pkgver"