perl-HTTP-Cookies: Update to 6.04
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
_realname=HTTP-Cookies
|
||||
pkgname=perl-${_realname}
|
||||
pkgver=6.01
|
||||
pkgrel=2
|
||||
pkgver=6.04
|
||||
pkgrel=1
|
||||
pkgdesc="HTTP cookie jars"
|
||||
arch=('any')
|
||||
license=('PerlArtistic' 'GPL')
|
||||
@@ -13,9 +13,9 @@ depends=('perl>=5.8.8' 'perl-HTTP-Date>=6' 'perl-HTTP-Message')
|
||||
makedepends=()
|
||||
checkdepends=()
|
||||
conflicts=('perl-libwww<6')
|
||||
url=http://search.cpan.org/dist/HTTP-Cookies
|
||||
source=(https://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz)
|
||||
sha256sums=('f5d3ade383ce6389d80cb0d0356b643af80435bb036afd8edce335215ec5eb20')
|
||||
url="http://search.cpan.org/dist/HTTP-Cookies"
|
||||
source=(https://www.cpan.org/authors/id/O/OA/OALDERS/${_realname}-${pkgver}.tar.gz)
|
||||
sha256sums=('0cc7f079079dcad8293fea36875ef58dd1bfd75ce1a6c244cd73ed9523eb13d4')
|
||||
|
||||
build() {
|
||||
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
|
||||
@@ -39,5 +39,5 @@ check() {
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${_realname}-${pkgver}"
|
||||
make DESTDIR="$pkgdir" install
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user