summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbf99ba6ce90..3d5a8e555e9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = perl-math-planepath
pkgdesc = Math::PlanePath -- points on a path through the 2-D plane
- pkgver = 119
+ pkgver = 120
pkgrel = 1
url = https://metacpan.org/release/Math-PlanePath/
arch = any
@@ -10,8 +10,8 @@ pkgbase = perl-math-planepath
depends = perl-constant-defer
depends = perl-math-libm
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/K/KR/KRYDE/Math-PlanePath-119.tar.gz
- md5sums = 9f801c33fe099b943f46ceccbc5fab40
+ source = http://search.cpan.org/CPAN/authors/id/K/KR/KRYDE/Math-PlanePath-120.tar.gz
+ md5sums = a36a7a409b16a97d631a1126dc7a830f
pkgname = perl-math-planepath
diff --git a/PKGBUILD b/PKGBUILD
index ef95c198225b..7947dd8a92c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Swift Geek <swiftgeek «at» gmail.com>
pkgname=perl-math-planepath
-pkgver=119
+pkgver=120
pkgrel=1
pkgdesc="Math::PlanePath -- points on a path through the 2-D plane"
arch=('any')
@@ -15,7 +15,7 @@ backup=()
options=(!emptydirs)
install=
source=("http://search.cpan.org/CPAN/authors/id/K/KR/KRYDE/Math-PlanePath-${pkgver}.tar.gz")
-md5sums=('9f801c33fe099b943f46ceccbc5fab40')
+md5sums=('a36a7a409b16a97d631a1126dc7a830f')
prepare() {
export _src_dir="$srcdir/Math-PlanePath-$pkgver"