diff options
Diffstat (limited to 'main/libpthread-stubs/APKBUILD')
-rw-r--r-- | main/libpthread-stubs/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libpthread-stubs/APKBUILD b/main/libpthread-stubs/APKBUILD index f439d81139..5e09bba64e 100644 --- a/main/libpthread-stubs/APKBUILD +++ b/main/libpthread-stubs/APKBUILD @@ -4,7 +4,7 @@ pkgver=0.3 pkgrel=1 pkgdesc="Pthread functions stubs for platforms missing them" url="http://cgit.freedesktop.org/xcb/pthread-stubs" -arch="x86 x86_64" +arch="all" license="X11" depends= source="http://xcb.freedesktop.org/dist/$pkgname-$pkgver.tar.bz2" |