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

Jelle van der Waa jelle at archlinux.org
Thu May 7 13:43:52 UTC 2020


    Date: Thursday, May 7, 2020 @ 13:43:52
  Author: jelle
Revision: 625366

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   45 +++++++++++++++++++++++----------------------
 1 file changed, 23 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-07 13:43:42 UTC (rev 625365)
+++ PKGBUILD	2020-05-07 13:43:52 UTC (rev 625366)
@@ -1,22 +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.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"
-}

Copied: java-commons-io/repos/community-any/PKGBUILD (from rev 625365, java-commons-io/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-07 13:43:52 UTC (rev 625366)
@@ -0,0 +1,23 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlçinux.org>
+# Contributor: 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=2
+pkgdesc='IO related classes for Java.'
+arch=('any')
+url='https://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 -Dm 644 "$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