Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
perl-math-round


Commits:
81c8f483 by Antonio Rojas at 2024-06-17T23:21:08+02:00
upgpkg: 0.08-1: Update to 0.08

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,14 @@
+pkgbase = perl-math-round
+       pkgdesc = Perl extension for rounding numbers
+       pkgver = 0.08
+       pkgrel = 1
+       url = https://search.cpan.org/dist/Math-Round
+       arch = any
+       license = GPL
+       license = PerlArtistic
+       depends = perl
+       options = !emptydirs
+       source = 
https://www.cpan.org/authors/id/N/NE/NEILB/Math-Round-0.08.tar.gz
+       sha256sums = 
7b4d2775ad3b859a5fd61f7f3fc5cfba42b1a10df086d2ed15a0ae712c8fd402
+
+pkgname = perl-math-round


=====================================
PKGBUILD
=====================================
@@ -2,16 +2,16 @@
 # Contributor: François Charette <firmicus ατ gmx δοτ net>
 
 pkgname=perl-math-round
-pkgver=0.07
-pkgrel=5
+pkgver=0.08
+pkgrel=1
 pkgdesc="Perl extension for rounding numbers"
 arch=('any')
 url="https://search.cpan.org/dist/Math-Round";
 license=('GPL' 'PerlArtistic')
 depends=('perl')
 options=('!emptydirs')
-source=("https://www.cpan.org/authors/id/G/GR/GROMMEL/Math-Round-$pkgver.tar.gz";)
-sha256sums=('73a7329a86e54a5c29a440382e5803095b58f33129e61a1df0093b4824de9327')
+source=("https://www.cpan.org/authors/id/N/NE/NEILB/Math-Round-$pkgver.tar.gz";)
+sha256sums=('7b4d2775ad3b859a5fd61f7f3fc5cfba42b1a10df086d2ed15a0ae712c8fd402')
 
 build() {
   cd  "${srcdir}/Math-Round-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/perl-math-round/-/commit/81c8f4837e90afb82170eaf143884843ebdbdaeb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/perl-math-round/-/commit/81c8f4837e90afb82170eaf143884843ebdbdaeb
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to