summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Aranguren2023-05-19 15:16:47 +1000
committerLuis Aranguren2023-05-19 15:16:47 +1000
commit02057401cbcfae233c4b28e9ae5e0c6334106062 (patch)
treea24fd2de1dd074ce0e1b0489532e0c7b3f53d4a1 /PKGBUILD
parentbb40052c15fcea46747e35c27ad4437200a86267 (diff)
downloadaur-perl-data-float.tar.gz
0.013-4 added aarch64 to arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')