index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-04-08 13:51:23 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-04-08 13:51:23 +0300 |
commit | 5feb3d26577942659ae34f2093261cb1c8037253 (patch) | |
tree | d6ef6e44d59821ed4dbae21945fe5da7bf0f231c /build-support | |
parent | 3270e3252a6b89e1d0a85619e79d3f746bdcaf29 (diff) |
-rw-r--r-- | build-support/glib2/PKGBUILD | 2 |
diff --git a/build-support/glib2/PKGBUILD b/build-support/glib2/PKGBUILD index 5c25915e..afe36dee 100644 --- a/build-support/glib2/PKGBUILD +++ b/build-support/glib2/PKGBUILD @@ -14,7 +14,7 @@ pkgrel=3 pkgdesc="Low level core library" url="https://gitlab.gnome.org/GNOME/glib" license=(LGPL-2.1-or-later) -arch=(i486 i686 pentium4) +arch=(x86_64 i486 i686 pentium4) depends=( libffi libsysprof-capture |