diff options
author | Dylan Delgado | 2024-11-10 16:27:45 -0500 |
---|---|---|
committer | Dylan Delgado | 2024-11-10 16:27:45 -0500 |
commit | 40c47de32515a8fc248e90b432db0970103460eb (patch) | |
tree | c8d7e841c66fe951bbb0b2e8fb148f946d81ff3d | |
parent | 1e54ea058f292f4827070cf357b10152b6a58d1d (diff) | |
download | aur-perl-math-int64.tar.gz |
Update to 0.5.7
-rw-r--r-- | .SRCINFO | 9 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 9 insertions, 10 deletions
@@ -1,6 +1,6 @@ pkgbase = perl-math-int64 pkgdesc = Manipulate 64 bits integers in Perl - pkgver = 0.54 + pkgver = 0.57 pkgrel = 1 url = http://search.cpan.org/dist/Math-Int64 arch = i686 @@ -9,9 +9,8 @@ pkgbase = perl-math-int64 license = GPL depends = perl options = !emptydirs - source = http://search.cpan.org/CPAN/authors/id/S/SA/SALVA/Math-Int64-0.54.tar.gz - md5sums = 1ad0ce8b5e903dfe9f7ffbabd8a43014 - sha512sums = 03677df499ebc3924fabefbc6fb863adc2f765341a9697305b03bb24477b391029e65cc492c831a24e282e26e850082abbd0e52dda198aa041f3f4f41cc4f995 + source = http://search.cpan.org/CPAN/authors/id/S/SA/SALVA/Math-Int64-0.57.tar.gz + md5sums = ed431cca1c403b1078fb1b3e2860d8de + sha512sums = 2039822523dd7b960b0015e68b9caa1e3061a7434c2931f0cc49c503ee8dd17178cef5cebf69a6907af82564bc1f09946e9817fc4c4b19757b91fe2ef5423b9e pkgname = perl-math-int64 - @@ -3,7 +3,7 @@ # Generator : CPANPLUS::Dist::Arch 1.25 pkgname='perl-math-int64' -pkgver='0.54' +pkgver='0.57' pkgrel='1' pkgdesc="Manipulate 64 bits integers in Perl" arch=('i686' 'x86_64') @@ -12,10 +12,10 @@ options=('!emptydirs') depends=('perl') makedepends=() url='http://search.cpan.org/dist/Math-Int64' -source=('http://search.cpan.org/CPAN/authors/id/S/SA/SALVA/Math-Int64-0.54.tar.gz') -md5sums=('1ad0ce8b5e903dfe9f7ffbabd8a43014') -sha512sums=('03677df499ebc3924fabefbc6fb863adc2f765341a9697305b03bb24477b391029e65cc492c831a24e282e26e850082abbd0e52dda198aa041f3f4f41cc4f995') -_distdir="Math-Int64-0.54" +source=('http://search.cpan.org/CPAN/authors/id/S/SA/SALVA/Math-Int64-0.57.tar.gz') +md5sums=('ed431cca1c403b1078fb1b3e2860d8de') +sha512sums=('2039822523dd7b960b0015e68b9caa1e3061a7434c2931f0cc49c503ee8dd17178cef5cebf69a6907af82564bc1f09946e9817fc4c4b19757b91fe2ef5423b9e') +_distdir="Math-Int64-0.57" build() { ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ |