summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9af5e3ad5e2f..beb394802187 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Sep 17 01:57:14 UTC 2019
+# Fri Feb 12 18:36:30 UTC 2021
pkgbase = perl-math-planepath
pkgdesc = Math::PlanePath -- points on a path through the 2-D plane
- pkgver = 127
+ pkgver = 129
pkgrel = 1
url = https://metacpan.org/release/Math-PlanePath/
arch = any
@@ -12,8 +12,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-127.tar.gz
- md5sums = 44e06192c0049faeec0f5cbad9d29585
+ source = http://search.cpan.org/CPAN/authors/id/K/KR/KRYDE/Math-PlanePath-129.tar.gz
+ md5sums = 3e716fee3374a887983dffdf19bba230
pkgname = perl-math-planepath
diff --git a/PKGBUILD b/PKGBUILD
index d70d9a316989..58677d875d09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Swift Geek <swiftgeek «at» gmail.com>
pkgname=perl-math-planepath
-pkgver=127
+pkgver=129
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=('44e06192c0049faeec0f5cbad9d29585')
+md5sums=('3e716fee3374a887983dffdf19bba230')
_src_dir='$srcdir/Math-PlanePath-$pkgver'
build() {