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 ab20b3875126..ba37721f8034 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = perl-data-float
pkgdesc = Contains the Data::Float module, native floating point numerical data type
pkgver = 0.013
- pkgrel = 2
+ pkgrel = 3
url = https://metacpan.org/release/Data-Float
arch = x86_64
+ arch = armv7h
license = PerlArtistic
license = GPL
makedepends = perl-module-build
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')