summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastian 'Swift Geek' Grzywna2017-02-25 07:57:08 +0100
committerSebastian 'Swift Geek' Grzywna2017-02-25 07:57:08 +0100
commit6c34f48e6dbcf394cad62e8674a602e4ed0de6a1 (patch)
tree7e77467b47298ffd60f44578302094ef079cb15f /PKGBUILD
parent53cb3454dc8ece16b5e00c6716978462758cfe0e (diff)
downloadaur-6c34f48e6dbcf394cad62e8674a602e4ed0de6a1.tar.gz
Bump to 124
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b608b6ce700..1032cc682b70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Swift Geek <swiftgeek «at» gmail.com>
pkgname=perl-math-planepath
-pkgver=123
+pkgver=124
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=('ee3bf9b5909bbcc2a86973c9ca9e0ffe')
+md5sums=('88d173b046906876c53950af14a56b9c')
prepare() {
export _src_dir="$srcdir/Math-PlanePath-$pkgver"