summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Aranguren2023-05-16 17:49:57 +1000
committerLuis Aranguren2023-05-16 17:49:57 +1000
commitbb40052c15fcea46747e35c27ad4437200a86267 (patch)
tree55646afc71154aa19286f60d5dc54e9a51e93bba /PKGBUILD
parentfe1f8dde6a73c75ca339a9244929e34b6c233f43 (diff)
downloadaur-bb40052c15fcea46747e35c27ad4437200a86267.tar.gz
0.013-3 added armv7h to arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e02f59b810ba..f9d93773c4c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname='perl-data-float'
_dist='Data-Float'
pkgver='0.013'
-pkgrel='2'
+pkgrel='3'
pkgdesc="Contains the Data::Float module, native floating point numerical data type"
-arch=('x86_64')
+arch=('x86_64' 'armv7h')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=('perl')