diff options
Diffstat (limited to 'testing/openscenegraph/APKBUILD')
-rw-r--r-- | testing/openscenegraph/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/openscenegraph/APKBUILD b/testing/openscenegraph/APKBUILD index fcbab82aec..3dc903e2ff 100644 --- a/testing/openscenegraph/APKBUILD +++ b/testing/openscenegraph/APKBUILD @@ -1,10 +1,10 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=openscenegraph pkgver=3.4.0 -pkgrel=0 +pkgrel=1 pkgdesc="High performance 3D graphics toolkit" url="https://openscenegraph.org" -arch="all" +arch="x86 x86_64" license="Custom" depends= depends_dev= |