summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrizen2021-02-07 13:45:25 +0200
committertrizen2021-02-07 13:45:25 +0200
commitb50a9e512392cbcd014c11f8807537f1ec10459c (patch)
tree0f1066167664e2c2d1001ae32c8c3e7978bec6bd
parenta2c8b9986f197cea670e0ca72e4ee91fd2635094 (diff)
downloadaur-b50a9e512392cbcd014c11f8807537f1ec10459c.tar.gz
Version 0.44
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD17
2 files changed, 10 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 617e82c551a8..7783398de0ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Oct 25 18:29:10 UTC 2017
pkgbase = perl-math-gmpf
- pkgdesc = perl interface to the GMP library's floating point (mpf) functions.
- pkgver = 0.43
+ pkgdesc = Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
+ pkgver = 0.44
pkgrel = 1
url = https://metacpan.org/release/Math-GMPf
arch = i686
@@ -12,9 +10,9 @@ pkgbase = perl-math-gmpf
depends = perl>=5.10.1
depends = gmp>=6.1.0
options = !emptydirs
- source = https://cpan.metacpan.org/authors/id/S/SI/SISYPHUS/Math-GMPf-0.43.tar.gz
- md5sums = a375592e67bcdbe259aa10085371be26
- sha512sums = f21b9c957d8a435567390bc700e9aa48270837647653dcc205b35ebc97fa721b3c708752377746c25a6d64537202ca5cc1452cce0c5139f70a08fec085a78feb
+ source = https://cpan.metacpan.org/authors/id/S/SI/SISYPHUS/Math-GMPf-0.44.tar.gz
+ md5sums = 16ce6ea86bd0ee54e18ea3084d60523f
+ sha512sums = e7c5e1e18c422884c89366a74a3edfeea82125467f0bb44936b949fce6363e64424789658a8bcecda049c7b4a02b12df43a0d1a04d1d6e7fb46e4cf27de6cc33
pkgname = perl-math-gmpf
diff --git a/PKGBUILD b/PKGBUILD
index 9720e5003b8e..c4fac778c21b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Contributor: Trizen <echo dHJpemVueEBnbWFpbC5jb20K | base64 -d>
+# Contributor: Trizen <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>
# Generator : CPANPLUS::Dist::Arch 1.32
pkgname='perl-math-gmpf'
-pkgver='0.43'
+pkgver='0.44'
pkgrel='1'
-pkgdesc="perl interface to the GMP library's floating point (mpf) functions."
+pkgdesc="Math::GMPf - perl interface to the GMP library's floating point (mpf) functions."
arch=('i686' 'x86_64')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
@@ -12,8 +12,8 @@ depends=('perl>=5.10.1' 'gmp>=6.1.0')
makedepends=()
url='https://metacpan.org/release/Math-GMPf'
source=("https://cpan.metacpan.org/authors/id/S/SI/SISYPHUS/Math-GMPf-$pkgver.tar.gz")
-md5sums=('a375592e67bcdbe259aa10085371be26')
-sha512sums=('f21b9c957d8a435567390bc700e9aa48270837647653dcc205b35ebc97fa721b3c708752377746c25a6d64537202ca5cc1452cce0c5139f70a08fec085a78feb')
+md5sums=('16ce6ea86bd0ee54e18ea3084d60523f')
+sha512sums=('e7c5e1e18c422884c89366a74a3edfeea82125467f0bb44936b949fce6363e64424789658a8bcecda049c7b4a02b12df43a0d1a04d1d6e7fb46e4cf27de6cc33')
_distdir="Math-GMPf-$pkgver"
build() {
@@ -39,12 +39,5 @@ check() {
package() {
cd "$srcdir/$_distdir"
make install
-
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et: