diff options
Diffstat (limited to 'main/pkgconfig/APKBUILD')
-rw-r--r-- | main/pkgconfig/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/pkgconfig/APKBUILD b/main/pkgconfig/APKBUILD index 753e07b98b..7d98160775 100644 --- a/main/pkgconfig/APKBUILD +++ b/main/pkgconfig/APKBUILD @@ -4,6 +4,7 @@ pkgver=0.23 pkgrel=1 pkgdesc="A system for managing library compile/link flags" url="http://pkgconfig.freedesktop.org/wiki/" +arch="x86 x86_64" license="GPL" depends= source="http://$pkgname.freedesktop.org/releases/pkg-config-$pkgver.tar.gz" |