diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-05 13:45:35 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-05 13:45:59 -0300 |
commit | f1a9ad1c6ec80fd9b5343387bc3a7a8ba58c3c5b (patch) | |
tree | a589bc8dd047e4a0d79fb692b9045d7115bebde8 /community | |
parent | c9764271ab61b0ceb0117c8024626af6782863ee (diff) | |
download | aports-f1a9ad1c6ec80fd9b5343387bc3a7a8ba58c3c5b.tar.bz2 aports-f1a9ad1c6ec80fd9b5343387bc3a7a8ba58c3c5b.tar.xz |
community/xfce4-appfinder: enable on x86
Diffstat (limited to 'community')
-rw-r--r-- | community/xfce4-appfinder/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/xfce4-appfinder/APKBUILD b/community/xfce4-appfinder/APKBUILD index 7a1ad31da4..a6e96f9f55 100644 --- a/community/xfce4-appfinder/APKBUILD +++ b/community/xfce4-appfinder/APKBUILD @@ -4,7 +4,7 @@ pkgver=4.13.4 pkgrel=0 pkgdesc="Xfce application finder" url="https://xfce.org/" -arch="all !x86" # Limited by webkit2gtk +arch="all" license="GPL-2.0-or-later" depends="hicolor-icon-theme" makedepends="thunar-dev gtk+3.0-dev libxfce4ui-dev garcon-dev" |