summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')