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

Evangelos Foutras foutrelis at archlinux.org
Wed Oct 11 11:05:28 UTC 2017


    Date: Wednesday, October 11, 2017 @ 11:05:27
  Author: foutrelis
Revision: 262348

upgpkg: axel 2.15-1

New upstream release.

Modified:
  axel/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-11 10:25:54 UTC (rev 262347)
+++ PKGBUILD	2017-10-11 11:05:27 UTC (rev 262348)
@@ -3,7 +3,7 @@
 # Contributor: Roman G <drakosha at au.ru>
 
 pkgname=axel
-pkgver=2.14.1
+pkgver=2.15
 pkgrel=1
 pkgdesc="Light command line download accelerator"
 arch=('i686' 'x86_64')
@@ -10,14 +10,9 @@
 url="https://github.com/eribertomota/axel"
 license=('GPL')
 depends=('glibc' 'openssl')
-source=($pkgname-$pkgver.tar.gz::https://github.com/eribertomota/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('acf6820d98a792faf309fc9acf22f7caf4b8a4b7001072c8f546b3c4fc755e39')
+source=(https://github.com/axel-download-accelerator/axel/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('70daa27abca5a3f1abe4be833d8f64205ac422416f5bcf396856eb6dd0fe9194')
 
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./autogen.sh
-}
-
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr



More information about the arch-commits mailing list