summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSwift Geek2015-10-12 02:39:25 +0200
committerSwift Geek2015-10-12 02:39:25 +0200
commit25d479f48fce9034231abe980491150763c93a0a (patch)
tree193fd9dd4e74cf0cfb7af50d4fd6008ef214ca42 /PKGBUILD
parenta3330692abc0ec437edd866cf2b9f8a34f3e7677 (diff)
downloadaur-25d479f48fce9034231abe980491150763c93a0a.tar.gz
Bump to 121
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7947dd8a92c5..cf6b3fcbaadd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Swift Geek <swiftgeek «at» gmail.com>
pkgname=perl-math-planepath
-pkgver=120
+pkgver=121
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=('a36a7a409b16a97d631a1126dc7a830f')
+md5sums=('44d4529c39bb64a6e68b9d104cb64e4f')
prepare() {
export _src_dir="$srcdir/Math-PlanePath-$pkgver"