summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof (3ED) AS2015-07-03 11:16:13 +0200
committerKrzysztof (3ED) AS2015-07-03 11:16:13 +0200
commit244542f57fd468220888f8d821dd5f441eb5d83e (patch)
treee310cf4e5ac570e022b4499986d88b7095ac9faa
parentb43f737064099c5e92e1e2e06fa36b255aa9943b (diff)
downloadaur-244542f57fd468220888f8d821dd5f441eb5d83e.tar.gz
pkgrel bump for new perl; move from cpan to metacpan
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f101d2943c98..bd07918b99c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = perl-linux-inotify2
pkgdesc = scalable directory/file change notification
pkgver = 1.22
- pkgrel = 5
- url = http://search.cpan.org/dist/Linux-Inotify2/
+ pkgrel = 6
+ url = https://metacpan.org/release/Linux-Inotify2
arch = i686
arch = x86_64
license = PerlArtistic
@@ -10,7 +10,7 @@ pkgbase = perl-linux-inotify2
makedepends = perl-extutils-makemaker
depends = perl-common-sense
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Linux-Inotify2-1.22.tar.gz
+ source = https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/Linux-Inotify2-1.22.tar.gz
sha256sums = bc9d253f4079935a78b9c071721a5da5c4cb51fb79874e7a28cc4cd5d13521d1
pkgname = perl-linux-inotify2
diff --git a/PKGBUILD b/PKGBUILD
index 061043ae3c3c..84dc343bfa31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@ pkgname=perl-linux-inotify2
_lastauthor=M/ML/MLEHMANN
_pkgname=Linux-Inotify2
pkgver=1.22
-pkgrel=5
+pkgrel=6
pkgdesc="scalable directory/file change notification"
arch=('i686' 'x86_64')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=('perl-common-sense')
makedepends=('perl-extutils-makemaker')
-url="http://search.cpan.org/dist/${_pkgname}/"
-source=(http://search.cpan.org/CPAN/authors/id/${_lastauthor}/${_pkgname}-${pkgver}.tar.gz)
+url="https://metacpan.org/release/${_pkgname}"
+source=(https://cpan.metacpan.org/authors/id/${_lastauthor}/${_pkgname}-${pkgver}.tar.gz)
sha256sums=('bc9d253f4079935a78b9c071721a5da5c4cb51fb79874e7a28cc4cd5d13521d1')
build() {