summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPellegrino Prevete2023-07-04 05:26:59 +0200
committerPellegrino Prevete2023-07-04 05:26:59 +0200
commit3e214d72903db9e701fc339b0e4d8b506ffeb2c2 (patch)
treedf38fcbc25c9f5f599550e427b93f37341b98f12
parenta8097071def497a9f7eb570b52c6c7e46c7edabe (diff)
downloadaur-gtk2-maemo.tar.gz
add arches
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 14 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e181b6aa252..0c71e6b7b1c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,12 @@ pkgbase = gtk2-maemo
pkgrel = 1
url = https://www.gtk.org/
install = gtk2.install
- arch = any
+ arch = x86_64
+ arch = i686
+ arch = pentium4
+ arch = aarch64
+ arch = armv7h
+ arch = armv6l
license = LGPL
makedepends = gobject-introspection
makedepends = gtk-doc
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}"