summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6bc7a9f214c..2025bb6e763c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = perl-net-netmask
pkgdesc = Parse, manipulate and lookup IP network blocks.
- pkgver = 1.9022
- pkgrel = 2
+ pkgver = 1.9104
+ pkgrel = 1
url = https://metacpan.org/release/Net-Netmask
arch = any
license = GPL
license = PerlArtistic
options = !emptydirs
- source = http://cpan.metacpan.org/authors/id/M/MU/MUIR/modules/Net-Netmask-1.9022.tar.gz
- md5sums = 67cee41e2214bd0934ff96944b29130c
+ source = http://cpan.metacpan.org/authors/id/J/JM/JMASLAK/Net-Netmask-1.9104.tar.gz
+ md5sums = b32ddb7d6fd80910bd9726df5819102a
pkgname = perl-net-netmask
diff --git a/PKGBUILD b/PKGBUILD
index f101a2a6f81b..af62f45fa4d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
pkgname=perl-net-netmask
_cpanname=Net-Netmask
_module=Net::Netmask
-pkgver=1.9022
-pkgrel=2
+pkgver=1.9104
+pkgrel=1
pkgdesc="Parse, manipulate and lookup IP network blocks."
arch=('any')
url="https://metacpan.org/release/$_cpanname"
license=('GPL' 'PerlArtistic')
depends=()
options=('!emptydirs')
-source=("http://cpan.metacpan.org/authors/id/M/MU/MUIR/modules/${_cpanname}-${pkgver}.tar.gz")
-md5sums=('67cee41e2214bd0934ff96944b29130c')
+source=("http://cpan.metacpan.org/authors/id/J/JM/JMASLAK/${_cpanname}-${pkgver}.tar.gz")
+md5sums=('b32ddb7d6fd80910bd9726df5819102a')
build() {
cd "$srcdir/$_cpanname-$pkgver"