[arch-commits] Commit in axel/repos/community-x86_64 (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Mon Dec 11 01:02:01 UTC 2017
Date: Monday, December 11, 2017 @ 01:02:00
Author: foutrelis
Revision: 273645
archrelease: copy trunk to community-x86_64
Added:
axel/repos/community-x86_64/PKGBUILD
(from rev 273644, axel/trunk/PKGBUILD)
Deleted:
axel/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-11 01:01:49 UTC (rev 273644)
+++ PKGBUILD 2017-12-11 01:02:00 UTC (rev 273645)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Roman G <drakosha at au.ru>
-
-pkgname=axel
-pkgver=2.16
-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=('bd65f8d8add34ab61ce1fb9e1c7b1c3449b1cfd981ce48aeee218e755ba0d6fb')
-
-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 273644, axel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-11 01:02:00 UTC (rev 273645)
@@ -0,0 +1,27 @@
+# $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:
More information about the arch-commits
mailing list