summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian 'Swift Geek' Grzywna2019-09-17 03:57:42 +0200
committerSebastian 'Swift Geek' Grzywna2019-09-17 03:57:42 +0200
commit85ad1c8cee7e6ad17d47f79369e6d1eccbdc504f (patch)
tree10e516c547ab868251e826e86e9ea0b07fffdbcc
parenteffb3a6871c6132047eb7280746613af563e4357 (diff)
downloadaur-85ad1c8cee7e6ad17d47f79369e6d1eccbdc504f.tar.gz
Bump to 127
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 848b68f8bfb1..9af5e3ad5e2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Mar 5 11:09:46 UTC 2018
+# Tue Sep 17 01:57:14 UTC 2019
pkgbase = perl-math-planepath
pkgdesc = Math::PlanePath -- points on a path through the 2-D plane
- pkgver = 126
+ pkgver = 127
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-126.tar.gz
- md5sums = 9fba1b4e2d2e37053f1cdf6dca31965c
+ source = http://search.cpan.org/CPAN/authors/id/K/KR/KRYDE/Math-PlanePath-127.tar.gz
+ md5sums = 44e06192c0049faeec0f5cbad9d29585
pkgname = perl-math-planepath
diff --git a/PKGBUILD b/PKGBUILD
index 38727a32f4b6..d70d9a316989 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Swift Geek <swiftgeek «at» gmail.com>
pkgname=perl-math-planepath
-pkgver=126
+pkgver=127
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=('9fba1b4e2d2e37053f1cdf6dca31965c')
+md5sums=('44e06192c0049faeec0f5cbad9d29585')
_src_dir='$srcdir/Math-PlanePath-$pkgver'
build() {