aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/jetty-runner/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/jetty-runner/APKBUILD b/community/jetty-runner/APKBUILD
index 5bb8b2e4f1..13b6b0d272 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=""