summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian 'Swift Geek' Grzywna2018-03-05 12:10:10 +0100
committerSebastian 'Swift Geek' Grzywna2018-03-05 12:10:10 +0100
commiteffb3a6871c6132047eb7280746613af563e4357 (patch)
tree7f37a9d517abbefff7beb17e3a0837aabe38a712
parent938de7fd690f2390978020184b3c10c270090fb3 (diff)
downloadaur-effb3a6871c6132047eb7280746613af563e4357.tar.gz
Bump to 126
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae8f5b598828..848b68f8bfb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Dec 13 05:48:56 UTC 2017
+# Mon Mar 5 11:09:46 UTC 2018
pkgbase = perl-math-planepath
pkgdesc = Math::PlanePath -- points on a path through the 2-D plane
- pkgver = 125
+ pkgver = 126
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-125.tar.gz
- md5sums = fd6acf235a57547977dcfc3e31a04979
+ source = http://search.cpan.org/CPAN/authors/id/K/KR/KRYDE/Math-PlanePath-126.tar.gz
+ md5sums = 9fba1b4e2d2e37053f1cdf6dca31965c
pkgname = perl-math-planepath
diff --git a/PKGBUILD b/PKGBUILD
index 3bb1b4f1ca7a..38727a32f4b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Swift Geek <swiftgeek «at» gmail.com>
pkgname=perl-math-planepath
-pkgver=125
+pkgver=126
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=('fd6acf235a57547977dcfc3e31a04979')
+md5sums=('9fba1b4e2d2e37053f1cdf6dca31965c')
_src_dir='$srcdir/Math-PlanePath-$pkgver'
build() {