[arch-commits] Commit in aria2/repos (4 files)
Felix Yan
fyan at archlinux.org
Sun Jul 27 08:00:32 UTC 2014
Date: Sunday, July 27, 2014 @ 10:00:32
Author: fyan
Revision: 116412
archrelease: copy trunk to community-i686, community-x86_64
Added:
aria2/repos/community-i686/PKGBUILD
(from rev 116411, aria2/trunk/PKGBUILD)
aria2/repos/community-x86_64/PKGBUILD
(from rev 116411, aria2/trunk/PKGBUILD)
Deleted:
aria2/repos/community-i686/PKGBUILD
aria2/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 108 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 45 ------------------
community-x86_64/PKGBUILD | 45 ------------------
3 files changed, 108 insertions(+), 90 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-07-27 08:00:00 UTC (rev 116411)
+++ community-i686/PKGBUILD 2014-07-27 08:00:32 UTC (rev 116412)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=aria2
-pkgver=1.18.7
-pkgrel=1
-pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
-arch=('i686' 'x86_64')
-url='http://aria2.sourceforge.net/'
-license=('GPL')
-depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
-checkdepends=('cppunit')
-source=(http://downloads.sourceforge.net/aria2/aria2-$pkgver.tar.xz)
-sha256sums=('7944336efdfc82892802bec304698448e8d27b30f30496576716e8b93ebfff98')
-
-build() {
- cd $pkgname-$pkgver
-
- ./configure \
- --prefix=/usr \
- --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-
- make
-}
-
-check() {
- cd $pkgname-$pkgver
- make check
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-
- # add bash completion
- install -d "$pkgdir"/usr/share/bash-completion/completions
- install -m644 "$pkgdir"/usr/share/doc/aria2/bash_completion/aria2c \
- "$pkgdir"/usr/share/bash-completion/completions
- rm -rf "$pkgdir"/usr/share/doc/aria2/bash_completion
-}
Copied: aria2/repos/community-i686/PKGBUILD (from rev 116411, aria2/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-27 08:00:32 UTC (rev 116412)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=aria2
+pkgver=1.18.7
+pkgrel=2
+pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
+arch=('i686' 'x86_64')
+url='http://aria2.sourceforge.net/'
+license=('GPL')
+depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
+checkdepends=('cppunit')
+source=("http://downloads.sourceforge.net/aria2/aria2-$pkgver.tar.xz"
+ https://github.com/tatsuhiro-t/aria2/commit/c659fe939df2b0830f83f39429d6e7814ac82157.patch)
+sha256sums=('7944336efdfc82892802bec304698448e8d27b30f30496576716e8b93ebfff98'
+ '1225cde7db20d185188de752edebd4f76c73e4806793d7d139031788bf9434eb')
+
+prepare() {
+ cd $pkgname-$pkgver
+
+ # https://github.com/tatsuhiro-t/aria2/issues/265
+ patch -p1 -i ../c659fe939df2b0830f83f39429d6e7814ac82157.patch
+}
+
+build() {
+ cd $pkgname-$pkgver
+
+ ./configure \
+ --prefix=/usr \
+ --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+
+ # add bash completion
+ install -d "$pkgdir"/usr/share/bash-completion/completions
+ install -m644 "$pkgdir"/usr/share/doc/aria2/bash_completion/aria2c \
+ "$pkgdir"/usr/share/bash-completion/completions
+ rm -rf "$pkgdir"/usr/share/doc/aria2/bash_completion
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2014-07-27 08:00:00 UTC (rev 116411)
+++ community-x86_64/PKGBUILD 2014-07-27 08:00:32 UTC (rev 116412)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=aria2
-pkgver=1.18.7
-pkgrel=1
-pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
-arch=('i686' 'x86_64')
-url='http://aria2.sourceforge.net/'
-license=('GPL')
-depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
-checkdepends=('cppunit')
-source=(http://downloads.sourceforge.net/aria2/aria2-$pkgver.tar.xz)
-sha256sums=('7944336efdfc82892802bec304698448e8d27b30f30496576716e8b93ebfff98')
-
-build() {
- cd $pkgname-$pkgver
-
- ./configure \
- --prefix=/usr \
- --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-
- make
-}
-
-check() {
- cd $pkgname-$pkgver
- make check
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-
- # add bash completion
- install -d "$pkgdir"/usr/share/bash-completion/completions
- install -m644 "$pkgdir"/usr/share/doc/aria2/bash_completion/aria2c \
- "$pkgdir"/usr/share/bash-completion/completions
- rm -rf "$pkgdir"/usr/share/doc/aria2/bash_completion
-}
Copied: aria2/repos/community-x86_64/PKGBUILD (from rev 116411, aria2/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-07-27 08:00:32 UTC (rev 116412)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=aria2
+pkgver=1.18.7
+pkgrel=2
+pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
+arch=('i686' 'x86_64')
+url='http://aria2.sourceforge.net/'
+license=('GPL')
+depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
+checkdepends=('cppunit')
+source=("http://downloads.sourceforge.net/aria2/aria2-$pkgver.tar.xz"
+ https://github.com/tatsuhiro-t/aria2/commit/c659fe939df2b0830f83f39429d6e7814ac82157.patch)
+sha256sums=('7944336efdfc82892802bec304698448e8d27b30f30496576716e8b93ebfff98'
+ '1225cde7db20d185188de752edebd4f76c73e4806793d7d139031788bf9434eb')
+
+prepare() {
+ cd $pkgname-$pkgver
+
+ # https://github.com/tatsuhiro-t/aria2/issues/265
+ patch -p1 -i ../c659fe939df2b0830f83f39429d6e7814ac82157.patch
+}
+
+build() {
+ cd $pkgname-$pkgver
+
+ ./configure \
+ --prefix=/usr \
+ --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+
+ # add bash completion
+ install -d "$pkgdir"/usr/share/bash-completion/completions
+ install -m644 "$pkgdir"/usr/share/doc/aria2/bash_completion/aria2c \
+ "$pkgdir"/usr/share/bash-completion/completions
+ rm -rf "$pkgdir"/usr/share/doc/aria2/bash_completion
+}
More information about the arch-commits
mailing list