summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e559f364f58..938812b3722c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = perl-net-netmask
pkgdesc = Parse, manipulate and lookup IP network blocks.
- pkgver = 1.9104
- pkgrel = 2
+ pkgver = 2.0001
+ pkgrel = 1
url = https://metacpan.org/release/Net-Netmask
arch = any
license = GPL
@@ -9,7 +9,7 @@ pkgbase = perl-net-netmask
checkdepends = perl-test-useallmodules
checkdepends = perl-test2-suite
options = !emptydirs
- source = http://cpan.metacpan.org/authors/id/J/JM/JMASLAK/Net-Netmask-1.9104.tar.gz
- md5sums = b32ddb7d6fd80910bd9726df5819102a
+ source = http://cpan.metacpan.org/authors/id/J/JM/JMASLAK/Net-Netmask-2.0001.tar.gz
+ md5sums = 4185706d6eb978e59b1ab9e89d1865aa
pkgname = perl-net-netmask
diff --git a/PKGBUILD b/PKGBUILD
index 8eca4a68ac78..0130df7b6035 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=perl-net-netmask
_cpanname=Net-Netmask
_module=Net::Netmask
-pkgver=1.9104
-pkgrel=2
+pkgver=2.0001
+pkgrel=1
pkgdesc="Parse, manipulate and lookup IP network blocks."
arch=('any')
url="https://metacpan.org/release/$_cpanname"
@@ -14,7 +14,7 @@ depends=()
checkdepends=('perl-test-useallmodules' 'perl-test2-suite')
options=('!emptydirs')
source=("http://cpan.metacpan.org/authors/id/J/JM/JMASLAK/${_cpanname}-${pkgver}.tar.gz")
-md5sums=('b32ddb7d6fd80910bd9726df5819102a')
+md5sums=('4185706d6eb978e59b1ab9e89d1865aa')
build() {
cd $_cpanname-$pkgver