mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/maven to 3.3.1-1
This commit is contained in:
parent
1f8ad20687
commit
bfacee0b27
2 changed files with 6 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
# - patch to increase build timeout
|
||||
|
||||
pkgname=maven
|
||||
pkgver=3.2.5
|
||||
pkgver=3.3.1
|
||||
pkgrel=1
|
||||
pkgdesc="A Java project management and project comprehension tool"
|
||||
arch=('any')
|
||||
|
@ -18,9 +18,9 @@ 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=('ed598fe30acc52738cc5f62ef7869538'
|
||||
md5sums=('5ee431e9c6428b7b57a4d94c35ffe4e0'
|
||||
'5ed0bddbf5c5375fe5032a76a9506426'
|
||||
'7ddbe22786ce1f2fd5740f91c1026e53')
|
||||
'b44156dc845e23c220a99bf0e110ff48')
|
||||
|
||||
package() {
|
||||
cd $srcdir/apache-maven-$pkgver
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
diff -urN a/build.xml b/build.xml
|
||||
--- a/build.xml 2013-09-17 09:19:37.000000000 -0600
|
||||
+++ b/build.xml 2014-02-13 19:36:57.481202993 -0700
|
||||
@@ -250,7 +250,7 @@
|
||||
--- a/build.xml 2015-03-13 14:08:21.000000000 -0600
|
||||
+++ b/build.xml 2015-03-18 10:47:44.169521550 -0600
|
||||
@@ -251,7 +251,7 @@
|
||||
</target>
|
||||
|
||||
<target name="maven-compile" depends="compile-boot,process-classes" description="compiles Maven using the bootstrap Maven, skipping automated tests">
|
||||
|
|
Loading…
Reference in a new issue