summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Aranguren2023-05-19 15:16:47 +1000
committerLuis Aranguren2023-05-19 15:16:47 +1000
commit02057401cbcfae233c4b28e9ae5e0c6334106062 (patch)
treea24fd2de1dd074ce0e1b0489532e0c7b3f53d4a1
parentbb40052c15fcea46747e35c27ad4437200a86267 (diff)
downloadaur-perl-data-float.tar.gz
0.013-4 added aarch64 to arch
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba37721f8034..3345df88ce87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = perl-data-float
pkgdesc = Contains the Data::Float module, native floating point numerical data type
pkgver = 0.013
- pkgrel = 3
+ pkgrel = 4
url = https://metacpan.org/release/Data-Float
arch = x86_64
arch = armv7h
+ arch = aarch64
license = PerlArtistic
license = GPL
makedepends = perl-module-build
diff --git a/PKGBUILD b/PKGBUILD
index f9d93773c4c8..1c9d6bffc83d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname='perl-data-float'
_dist='Data-Float'
pkgver='0.013'
-pkgrel='3'
+pkgrel='4'
pkgdesc="Contains the Data::Float module, native floating point numerical data type"
-arch=('x86_64' 'armv7h')
+arch=('x86_64' 'armv7h' 'aarch64')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=('perl')