mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 2.05
This commit is contained in:
parent
9be8841eaa
commit
0408d2d0ef
2 changed files with 17 additions and 15 deletions
14
.SRCINFO
14
.SRCINFO
|
|
@ -1,19 +1,21 @@
|
|||
pkgbase = perl-http-browserdetect
|
||||
pkgdesc = Determine Web browser, version, and platform from an HTTP user agent string
|
||||
pkgver = 1.70
|
||||
pkgver = 2.05
|
||||
pkgrel = 1
|
||||
url = http://search.mcpan.org/dist/HTTP-BrowserDetect
|
||||
url = https://metacpan.org/release/HTTP-BrowserDetect
|
||||
arch = any
|
||||
license = PerlArtistic
|
||||
license = GPL
|
||||
checkdepends = perl-test-failwarnings
|
||||
checkdepends = perl-test-most
|
||||
checkdepends = perl-test-nowarnings
|
||||
depends = perl-file-slurp
|
||||
depends = perl-module-build>=0.28
|
||||
depends = perl-path-tiny
|
||||
depends = perl>=5.006
|
||||
options = !emptydirs
|
||||
source = http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/HTTP-BrowserDetect-1.70.tar.gz
|
||||
md5sums = 2265d35090604ffd2eff5e3c7c3aca0c
|
||||
sha512sums = f814e1daec39e8bebce567ab8c50943b61781eda7b2d6a391b9267b5bdc0a2c68906531e915a5eead497ba1e7e37b39db1f5865dd3d0ff7794a3013db0e1fa44
|
||||
source = http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/HTTP-BrowserDetect-2.05.tar.gz
|
||||
md5sums = 979e27db7b46919a3a909b2728e1d118
|
||||
sha512sums = 9b044a25d194b87aa7d45c55ac9f387475e3dcb83286771653f35b6420ef28655862ee151081ce3ffe567919ccb84f042e0b6057e34ab1b44dabbee30ce4c7fc
|
||||
|
||||
pkgname = perl-http-browserdetect
|
||||
|
||||
|
|
|
|||
18
PKGBUILD
18
PKGBUILD
|
|
@ -1,21 +1,21 @@
|
|||
# Contributor: John D Jones III <jnbek1972 -_AT_- g m a i l -_Dot_- com>
|
||||
# Generator : CPANPLUS::Dist::Arch 1.27
|
||||
# Contributor: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_- com>
|
||||
# Generator : CPANPLUS::Dist::Arch 1.32
|
||||
|
||||
pkgname='perl-http-browserdetect'
|
||||
pkgver='1.70'
|
||||
pkgver='2.05'
|
||||
pkgrel='1'
|
||||
pkgdesc="Determine Web browser, version, and platform from an HTTP user agent string"
|
||||
arch=('any')
|
||||
license=('PerlArtistic' 'GPL')
|
||||
options=('!emptydirs')
|
||||
depends=('perl-file-slurp')
|
||||
depends=('perl-module-build>=0.28' 'perl-path-tiny' 'perl>=5.006')
|
||||
makedepends=()
|
||||
checkdepends=('perl-test-failwarnings' 'perl-test-most' 'perl-test-nowarnings')
|
||||
url='http://search.mcpan.org/dist/HTTP-BrowserDetect'
|
||||
source=('http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/HTTP-BrowserDetect-1.70.tar.gz')
|
||||
md5sums=('2265d35090604ffd2eff5e3c7c3aca0c')
|
||||
sha512sums=('f814e1daec39e8bebce567ab8c50943b61781eda7b2d6a391b9267b5bdc0a2c68906531e915a5eead497ba1e7e37b39db1f5865dd3d0ff7794a3013db0e1fa44')
|
||||
_distdir="HTTP-BrowserDetect-1.70"
|
||||
url='https://metacpan.org/release/HTTP-BrowserDetect'
|
||||
source=('http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/HTTP-BrowserDetect-2.05.tar.gz')
|
||||
md5sums=('979e27db7b46919a3a909b2728e1d118')
|
||||
sha512sums=('9b044a25d194b87aa7d45c55ac9f387475e3dcb83286771653f35b6420ef28655862ee151081ce3ffe567919ccb84f042e0b6057e34ab1b44dabbee30ce4c7fc')
|
||||
_distdir="HTTP-BrowserDetect-2.05"
|
||||
|
||||
build() {
|
||||
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue