summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d92925aba7f8..22c88c405616 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = perl-javascript-spidermonkey
pkgdesc = Perl interface to the JavaScript Engine
pkgver = 0.21
pkgrel = 1
- url = http://search.mcpan.org/~tbusch/JavaScript-SpiderMonkey/SpiderMonkey.pm
+ url = https://metacpan.org/release/JavaScript-SpiderMonkey
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 95bb39e06718..2ac0cd14eb36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=0.21
pkgrel=1
pkgdesc="Perl interface to the JavaScript Engine"
arch=('i686' 'x86_64')
-url="http://search.mcpan.org/~tbusch/JavaScript-SpiderMonkey/SpiderMonkey.pm"
+url="https://metacpan.org/release/JavaScript-SpiderMonkey"
license=('GPL' 'PerlArtistic')
depends=('perl>=5.10.0' 'spidermonkey-1.7')
options=(!emptydirs)