summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPellegrino Prevete2023-07-04 05:26:59 +0200
committerPellegrino Prevete2023-07-04 05:26:59 +0200
commit3e214d72903db9e701fc339b0e4d8b506ffeb2c2 (patch)
treedf38fcbc25c9f5f599550e427b93f37341b98f12 /PKGBUILD
parenta8097071def497a9f7eb570b52c6c7e46c7edabe (diff)
downloadaur-gtk2-maemo.tar.gz
add arches
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 8 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b8f3076f9fe..f9e2950f3641 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,14 @@ pkgname="${_pkgname}-${_variant}"
pkgver=2.24.33
pkgrel=1
pkgdesc="GObject-based multi-platform GUI toolkit (legacy)"
-arch=(any)
+arch=(
+ x86_64
+ i686
+ pentium4
+ aarch64
+ armv7h
+ armv6l
+)
url="https://www.${_pkg}.org/"
_ns="tallero"
_url="https://gitlab.gnome.org/${_ns}/${_pkg}"