aboutsummaryrefslogtreecommitdiff
path: root/repo/pod2man
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2021-10-26 18:58:32 +0800
committerKunoiSayami <[email protected]>2021-10-26 18:58:32 +0800
commit686b4f381b38fd6e9aae616527ec11fb371762f7 (patch)
tree9bc073f504d4dd031a1d0ee88d78217ee1ea740e /repo/pod2man
parent5ea81082107764d211139d0b115b1cb3c59617a7 (diff)
fix(repo): Fix pod2man build file architecture attributes
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'repo/pod2man')
-rw-r--r--repo/pod2man/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/pod2man/PKGBUILD b/repo/pod2man/PKGBUILD
index 3a20d52..4883f18 100644
--- a/repo/pod2man/PKGBUILD
+++ b/repo/pod2man/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=pod2man
pkgver=5.30.2
pkgrel=1
pkgdesc='Make pod2man easily accessible'
-arch=(x86_64)
+arch=(any)
license=(GPL PerlArtistic)
url='https://perl.org/'
depends=(perl)