Date: Wednesday, February 13, 2019 @ 21:50:11 Author: ffy00 Revision: 432121
use https instead of http Modified: java-commons-io/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-13 21:43:54 UTC (rev 432120) +++ PKGBUILD 2019-02-13 21:50:11 UTC (rev 432121) @@ -1,4 +1,5 @@ -# Maintainer: Lukas Fleischer <[email protected]> +# Maintainer: Filipe Laíns (FFY00) <lains@archlçinux.org> +# Contributor: Lukas Fleischer <[email protected]> # Contributor: Stefan Husmann <[email protected]> # Contributor: Simon Lipp <[email protected]> @@ -7,8 +8,8 @@ pkgrel=1 pkgdesc='IO related classes for Java.' arch=('any') -url='http://commons.apache.org/io/' -license=(APACHE) +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' @@ -17,6 +18,6 @@ 'CD5464315F0B98C77E6E8ECD9DAADC1C9FCC82D0') # Benedikt Ritter package() { - install -Dm644 "$srcdir/commons-io-${pkgver}/commons-io-${pkgver}.jar" \ - "$pkgdir/usr/share/java/commons-io/commons-io.jar" + install -Dm 644 "$srcdir"/commons-io-$pkgver/commons-io-$pkgver.jar "$pkgdir"/usr/share/java/commons-io/commons-io.jar" } +
