summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f153abc3197..535bda391013 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Tue Aug 7 21:20:49 UTC 2018
pkgbase = perl-math-polygon-tree
pkgdesc = Fast check if object is inside polygon
- pkgver = 0.0691
+ pkgver = 0.08
pkgrel = 1
url = http://search.cpan.org/~LIOSHA/Math-Polygon-Tree
arch = any
@@ -8,8 +10,8 @@ pkgbase = perl-math-polygon-tree
license = PerlArtistic
makedepends = perl-extutils-makemaker
options = !emptydirs
- source = http://www.cpan.org/authors/id/L/LI/LIOSHA/Math-Polygon-Tree-0.0691.tar.gz
- md5sums = 5f7684f8ed4301fbeaf7629af8495ac5
+ source = http://www.cpan.org/authors/id/L/LI/LIOSHA/Math-Polygon-Tree-0.08.tar.gz
+ md5sums = 06fba76c0a2fd63faf159358a5149397
pkgname = perl-math-polygon-tree
diff --git a/PKGBUILD b/PKGBUILD
index 2a0187836486..ee8c5f44a1e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=perl-math-polygon-tree
_cpanname=Math-Polygon-Tree
-pkgver=0.0691
+pkgver=0.08
pkgrel=1
pkgdesc="Fast check if object is inside polygon"
arch=('any')
@@ -12,7 +12,7 @@ license=('GPL' 'PerlArtistic')
makedepends=('perl-extutils-makemaker')
options=('!emptydirs')
source=(http://www.cpan.org/authors/id/L/LI/LIOSHA/Math-Polygon-Tree-${pkgver}.tar.gz)
-md5sums=('5f7684f8ed4301fbeaf7629af8495ac5')
+md5sums=('06fba76c0a2fd63faf159358a5149397')
build() {
cd $srcdir/${_cpanname}-${pkgver}