diff options
| author | KunoiSayami <[email protected]> | 2021-10-26 18:58:32 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2021-10-26 18:58:32 +0800 |
| commit | 686b4f381b38fd6e9aae616527ec11fb371762f7 (patch) | |
| tree | 9bc073f504d4dd031a1d0ee88d78217ee1ea740e | |
| parent | 5ea81082107764d211139d0b115b1cb3c59617a7 (diff) | |
fix(repo): Fix pod2man build file architecture attributes
Signed-off-by: KunoiSayami <[email protected]>
| -rw-r--r-- | repo/pod2man/PKGBUILD | 2 |
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) |
