[arch-commits] Commit in java-commons-io/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun May 27 14:50:47 UTC 2018


    Date: Sunday, May 27, 2018 @ 14:50:47
  Author: felixonmars
Revision: 331871

archrelease: copy trunk to community-any

Added:
  java-commons-io/repos/community-any/PKGBUILD
    (from rev 331870, java-commons-io/trunk/PKGBUILD)
Deleted:
  java-commons-io/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   43 ++++++++++++++++++++++---------------------
 1 file changed, 22 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-27 14:50:19 UTC (rev 331870)
+++ PKGBUILD	2018-05-27 14:50:47 UTC (rev 331871)
@@ -1,21 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-# Contributor: Simon Lipp <sloonz+aur at gmail.com>
-
-pkgname=java-commons-io
-pkgver=2.5
-pkgrel=1
-pkgdesc='IO related classes for Java.'
-arch=('any')
-url='http://commons.apache.org/io/'
-license=(APACHE)
-depends=('java-runtime')
-source=("https://www.apache.org/dist/commons/io/binaries/commons-io-$pkgver-bin.tar.gz"{,.asc})
-md5sums=('4a706bf3296c814f7d0481681f37289c'
-         'SKIP')
-validpgpkeys=('6BDACA2C0493CCA133B372D09C4F7E9D98B1CC53') # Benson Margulies
-
-package() {
-	install -Dm644 "$srcdir/commons-io-${pkgver}/commons-io-${pkgver}.jar" \
-	  "$pkgdir/usr/share/java/commons-io/commons-io.jar"
-}

Copied: java-commons-io/repos/community-any/PKGBUILD (from rev 331870, java-commons-io/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-27 14:50:47 UTC (rev 331871)
@@ -0,0 +1,22 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Contributor: Simon Lipp <sloonz+aur at gmail.com>
+
+pkgname=java-commons-io
+pkgver=2.6
+pkgrel=1
+pkgdesc='IO related classes for Java.'
+arch=('any')
+url='http://commons.apache.org/io/'
+license=(APACHE)
+depends=('java-runtime')
+source=("https://www.apache.org/dist/commons/io/binaries/commons-io-$pkgver-bin.tar.gz"{,.asc})
+sha512sums=('fa52de7d51c4a37c828ef8f655d6023f1e286ae0f8c6f5b3daeb3154db44d84c2e8b6dbb93b2e530d9ba3b5b5e73ad1af487e3ed81a90ed35e3bd206ccdceb50'
+            'SKIP')
+validpgpkeys=('6BDACA2C0493CCA133B372D09C4F7E9D98B1CC53'  # Benson Margulies
+              'CD5464315F0B98C77E6E8ECD9DAADC1C9FCC82D0') # Benedikt Ritter
+
+package() {
+	install -Dm644 "$srcdir/commons-io-${pkgver}/commons-io-${pkgver}.jar" \
+	  "$pkgdir/usr/share/java/commons-io/commons-io.jar"
+}



More information about the arch-commits mailing list