summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpancho horrillo2019-12-29 11:15:08 +0100
committerpancho horrillo2019-12-29 11:15:08 +0100
commitc789227f434fab786f49f3a739104b21a78fd914 (patch)
treeffcf4535d6b861501d095634b50e7d25648b6d31 /PKGBUILD
parent62e4868511e395cf27020f8269a646b0bec6b1ce (diff)
downloadaur-c789227f434fab786f49f3a739104b21a78fd914.tar.gz
Maximize the list of supported architectures
Thanks to @zimpenfish for suggesting the addition of arm7h (back in May!).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ffaae22ae501..28cc35985bec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# Contributor: Ray Hogenson <rayhogenson at gmail dot com>
pkgname=par
pkgver=1.52
-pkgrel=7
+pkgrel=8
pkgdesc='Paragraph reformatter'
url='http://www.nicemice.net/par/'
depends=()
-arch=('x86_64')
+arch=('x86_64' 'i686' 'aarch64' 'arm7h' 'arm6h' 'arm')
license=('custom')
source=('http://www.nicemice.net/par/Par152.tar.gz'
'http://sysmic.org/dl/par/par-1.52-i18n.4.patch')