[arch-commits] Commit in axel/repos/community-x86_64 (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Fri May 10 19:27:23 UTC 2019


    Date: Friday, May 10, 2019 @ 19:27:23
  Author: foutrelis
Revision: 464951

archrelease: copy trunk to community-x86_64

Added:
  axel/repos/community-x86_64/PKGBUILD
    (from rev 464950, axel/trunk/PKGBUILD)
Deleted:
  axel/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   53 ++++++++++++++++++++++++++---------------------------
 1 file changed, 26 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-10 19:27:19 UTC (rev 464950)
+++ PKGBUILD	2019-05-10 19:27:23 UTC (rev 464951)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Roman G <drakosha at au.ru>
-
-pkgname=axel
-pkgver=2.16.1
-pkgrel=1
-pkgdesc="Light command line download accelerator"
-arch=('x86_64')
-url="https://github.com/eribertomota/axel"
-license=('GPL')
-depends=('glibc' 'openssl')
-source=(https://github.com/axel-download-accelerator/axel/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('d34094eb63eaebc989f96eabdda091dcfb28e840bb8d274a5f216775941f59e4')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: axel/repos/community-x86_64/PKGBUILD (from rev 464950, axel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-10 19:27:23 UTC (rev 464951)
@@ -0,0 +1,26 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Roman G <drakosha at au.ru>
+
+pkgname=axel
+pkgver=2.17.1
+pkgrel=1
+pkgdesc="Light command line download accelerator"
+arch=('x86_64')
+url="https://github.com/axel-download-accelerator/axel"
+license=('GPL')
+depends=('glibc' 'openssl')
+source=(https://github.com/axel-download-accelerator/axel/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('36bb3644e052fef6255689b9611828805f9139140ab07febb95de6ed8dbe9ed7')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list