summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSwift Geek2015-08-16 04:04:35 +0200
committerSwift Geek2015-08-16 04:04:35 +0200
commita3330692abc0ec437edd866cf2b9f8a34f3e7677 (patch)
tree51994f8bc4d739cf72ff64e1b288da8ce0fcf770 /PKGBUILD
parent115aa8d9e34ce67dc24af2f8e9eec01a2fd443da (diff)
downloadaur-a3330692abc0ec437edd866cf2b9f8a34f3e7677.tar.gz
Bump to 120
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"