Skip to content
Snippets Groups Projects
Commit 6d40ebff authored by Jakub Jirutka's avatar Jakub Jirutka :flag_ua:
Browse files

community/maven: enable for all archs

openjdk8 is now built for all archs
parent c6630405
No related branches found
No related tags found
No related merge requests found
......@@ -4,15 +4,13 @@
pkgname=maven
pkgver=3.3.9
_pkgname="$pkgname-${pkgver%%.*}"
pkgrel=0
pkgrel=1
pkgdesc="A Java project management and project comprehension tool."
url="http://maven.apache.org"
# openjdk8 is currently built only for x86*
arch="x86_64 x86"
arch="noarch"
license="ASL-2.0"
depends="openjdk8-jre"
source="http://mirror.hosting90.cz/apache/$pkgname/$_pkgname/$pkgver/binaries/apache-$pkgname-$pkgver-bin.tar.gz"
builddir="$srcdir/apache-$pkgname-$pkgver"
package() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment