mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/maven to 3.2.5-1
This commit is contained in:
parent
9b4d3424be
commit
5fc17fedb2
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
# - patch to increase build timeout
|
||||
|
||||
pkgname=maven
|
||||
pkgver=3.2.3
|
||||
pkgver=3.2.5
|
||||
pkgrel=1
|
||||
pkgdesc="A Java project management and project comprehension tool"
|
||||
arch=('any')
|
||||
|
@ -18,7 +18,7 @@ backup=('opt/maven/conf/settings.xml')
|
|||
source=(http://apache-mirror.rbc.ru/pub/apache/maven/maven-3/$pkgver/source/apache-maven-$pkgver-src.tar.gz
|
||||
maven.sh
|
||||
timeout.patch)
|
||||
md5sums=('d1991e64c7a9f6f294ec17d2eab362d6'
|
||||
md5sums=('ed598fe30acc52738cc5f62ef7869538'
|
||||
'5ed0bddbf5c5375fe5032a76a9506426'
|
||||
'7ddbe22786ce1f2fd5740f91c1026e53')
|
||||
|
||||
|
@ -28,7 +28,7 @@ package() {
|
|||
patch -p1 -i ../timeout.patch
|
||||
|
||||
. /etc/profile.d/jre.sh
|
||||
. /etc/profile.d/jdk.sh
|
||||
# . /etc/profile.d/jdk.sh
|
||||
|
||||
mkdir -p $srcdir/repo
|
||||
mkdir $pkgdir/opt
|
||||
|
|
Loading…
Reference in a new issue