summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn D Jones III2016-01-05 07:13:13 -0700
committerJohn D Jones III2016-01-05 07:13:13 -0700
commite5e9fd1ef25aeef5a84919b94d36427b2f6b7837 (patch)
treec2783b47784d26bd978e67203a47daae57b865d7
parent288fdfdcf058236ad452f0c1676ebb6f5037de31 (diff)
downloadaur-e5e9fd1ef25aeef5a84919b94d36427b2f6b7837.tar.gz
Update to 0.81-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cec585814c8f..9be5c8874a5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = perl-net-github
pkgdesc = Perl Interface for github.com
- pkgver = 0.79
+ pkgver = 0.81
pkgrel = 1
url = https://metacpan.org/release/Net-GitHub
arch = any
license = PerlArtistic
license = GPL
+ depends = perl-cache-lru
depends = perl-http-message
depends = perl-json-maybexs
depends = perl-lwp-protocol-https
@@ -14,9 +15,9 @@ pkgbase = perl-net-github
depends = perl-uri
depends = perl-libwww
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/F/FA/FAYLAND/Net-GitHub-0.79.tar.gz
- md5sums = ecfe5cd746a074197250d65f1cb8aba0
- sha512sums = f5a2bd2b74ef48738bd5a60850f34d62154b3fadfc8661f8562830ffd4e3a84a0b8b2c631969352fa74f43855a6ce6252ce50144280bb8b7a274483eea4e4514
+ source = http://search.cpan.org/CPAN/authors/id/F/FA/FAYLAND/Net-GitHub-0.81.tar.gz
+ md5sums = 247caeaaa3a20a1ca160b4e93f60feac
+ sha512sums = 786f0022b1196dafdc680ad0b57220887cb2abb1dc8c565dd80bb0631da28f2463d8a0cb7289057ed671c69e82eeb83d972e618b79089e23be90873a078ddd48
pkgname = perl-net-github
diff --git a/PKGBUILD b/PKGBUILD
index 83ec3c78a91b..afdbf2bbba34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
# Generator : CPANPLUS::Dist::Arch 1.32
pkgname='perl-net-github'
-pkgver='0.79'
+pkgver='0.81'
pkgrel='1'
pkgdesc="Perl Interface for github.com"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
-depends=('perl-http-message' 'perl-json-maybexs' 'perl-lwp-protocol-https' 'perl-moo' 'perl-type-tiny' 'perl-uri' 'perl-libwww')
+depends=('perl-cache-lru' 'perl-http-message' 'perl-json-maybexs' 'perl-lwp-protocol-https' 'perl-moo' 'perl-type-tiny' 'perl-uri' 'perl-libwww')
makedepends=()
url='https://metacpan.org/release/Net-GitHub'
-source=('http://search.cpan.org/CPAN/authors/id/F/FA/FAYLAND/Net-GitHub-0.79.tar.gz')
-md5sums=('ecfe5cd746a074197250d65f1cb8aba0')
-sha512sums=('f5a2bd2b74ef48738bd5a60850f34d62154b3fadfc8661f8562830ffd4e3a84a0b8b2c631969352fa74f43855a6ce6252ce50144280bb8b7a274483eea4e4514')
-_distdir="Net-GitHub-0.79"
+source=('http://search.cpan.org/CPAN/authors/id/F/FA/FAYLAND/Net-GitHub-0.81.tar.gz')
+md5sums=('247caeaaa3a20a1ca160b4e93f60feac')
+sha512sums=('786f0022b1196dafdc680ad0b57220887cb2abb1dc8c565dd80bb0631da28f2463d8a0cb7289057ed671c69e82eeb83d972e618b79089e23be90873a078ddd48')
+_distdir="Net-GitHub-0.81"
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \