diff --git a/community/jetty-runner/APKBUILD b/community/jetty-runner/APKBUILD index 5bb8b2e4f171a72b8b2f96387814be330a7118bf..13b6b0d272cf5f5f4f159883b0a5da43c36cc0a0 100644 --- a/community/jetty-runner/APKBUILD +++ b/community/jetty-runner/APKBUILD @@ -3,11 +3,10 @@ pkgname=jetty-runner pkgver=9.3.11.20160721 _pkgver="${pkgver%.*}.v${pkgver##*.}" -pkgrel=0 +pkgrel=1 pkgdesc="Fast and easy way to run Java web application from the command line." url="https://www.eclipse.org/jetty" -# openjdk8 is currently built only for x86* -arch="x86_64 x86" +arch="noarch" license="ASL-2.0" depends="openjdk8-jre-base" makedepends=""