[arch-commits] Commit in ivy/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Dec 10 16:30:25 UTC 2019


    Date: Tuesday, December 10, 2019 @ 16:30:24
  Author: arojas
Revision: 536528

Update to 2.5.0

Modified:
  ivy/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-10 16:06:40 UTC (rev 536527)
+++ PKGBUILD	2019-12-10 16:30:24 UTC (rev 536528)
@@ -2,8 +2,8 @@
 # Contributor: Vitaliy Berdinskikh <ur6lad at archlinux.org.ua>
 
 pkgname=ivy
-pkgver=2.4.0
-pkgrel=5
+pkgver=2.5.0
+pkgrel=1
 pkgdesc='Agile dependency manager'
 arch=('any')
 url='https://ant.apache.org/ivy/'
@@ -10,9 +10,9 @@
 license=('Apache')
 depends=('java-runtime>=8')
 makedepends=('ant')
-source=("https://apache.uib.no/ant/ivy/2.4.0/apache-ivy-2.4.0-src.tar.gz"
+source=("https://apache.uib.no/ant/ivy/$pkgver/apache-ivy-$pkgver-src.tar.gz"
         'ivy.sh')
-sha256sums=('202f08ca41f4bdf1c081aa8b2e531565be6c73e9e5e0d68137f454f14eb16ef6'
+sha256sums=('109583a8d10b5d9a71c57c539719ca3648ebb8ca4af867976128e7fa657312b7'
             'fc719139726f670f0acf7b09016a4bb3c4ffdd7a0db88e11eb827467b475ad2d')
 
 build() {
@@ -29,5 +29,3 @@
   install -d "$pkgdir/usr/share/java/ant"
   ln -s /usr/share/java/ivy/ivy.jar "$pkgdir/usr/share/java/ant/ivy.jar"
 }
-
-# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list