summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJose Riha2022-06-05 23:56:38 +0200
committerJose Riha2022-06-05 23:56:38 +0200
commit1340f1d8951b210aa8227bb183a4326becacc5a0 (patch)
tree1ce662ee418682bfb3a75e0f441093fac344ae69 /PKGBUILD
parent1b8fe3dd7ef3a2f91560a286794bb1c428c27941 (diff)
downloadaur-1340f1d8951b210aa8227bb183a4326becacc5a0.tar.gz
Fix url (http->https)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 908d2895b5b2..5ce86fb55689 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
pkgname=perl-math-geometry-planar-gpc-polygon
_cpanname=Math-Geometry-Planar-GPC-Polygon
pkgver=0.05
-pkgrel=2
+pkgrel=3
pkgdesc="OO wrapper to gpc library"
arch=('any')
-url="http://search.cpan.org/~Math/${_cpanname}"
+url="https://metacpan.org/pod/Math::Geometry::Planar::GPC::Polygon"
license=('GPL' 'PerlArtistic')
depends=('perl-inline>=0.44')
options=('!emptydirs')