Date: Monday, February 15, 2016 @ 17:49:54 Author: fyan Revision: 161691
archrelease: copy trunk to community-i686, community-x86_64 Added: aria2/repos/community-i686/PKGBUILD (from rev 161690, aria2/trunk/PKGBUILD) aria2/repos/community-x86_64/PKGBUILD (from rev 161690, aria2/trunk/PKGBUILD) Deleted: aria2/repos/community-i686/PKGBUILD aria2/repos/community-x86_64/PKGBUILD ---------------------------+ /PKGBUILD | 90 ++++++++++++++++++++++++++++++++++++++++++++ community-i686/PKGBUILD | 45 ---------------------- community-x86_64/PKGBUILD | 45 ---------------------- 3 files changed, 90 insertions(+), 90 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2016-02-15 16:49:24 UTC (rev 161690) +++ community-i686/PKGBUILD 2016-02-15 16:49:54 UTC (rev 161691) @@ -1,45 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Bartłomiej Piotrowski <bpiotrow...@archlinux.org> -# Contributor: Thomas Dziedzic < gostrc at gmail > -# Contributor: Angel Velasquez <an...@archlinux.org> -# Contributor: Alexander Fehr <pizzapunk gmail com> -# Contributor: Daniel J Griffiths <ghost1...@archlinux.us> - -pkgname=aria2 -pkgver=1.19.3 -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' 'libssh2') -checkdepends=('cppunit') -source=("https://github.com/tatsuhiro-t/aria2/releases/download/release-$pkgver/aria2-$pkgver.tar.xz") -sha256sums=('6abcc6c28437a519cc1016736cb446ed38db360cb9828c4a7105526ea82299e3') - -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 161690, aria2/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-02-15 16:49:54 UTC (rev 161691) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Bartłomiej Piotrowski <bpiotrow...@archlinux.org> +# Contributor: Thomas Dziedzic < gostrc at gmail > +# Contributor: Angel Velasquez <an...@archlinux.org> +# Contributor: Alexander Fehr <pizzapunk gmail com> +# Contributor: Daniel J Griffiths <ghost1...@archlinux.us> + +pkgname=aria2 +pkgver=1.20.0 +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' 'libssh2') +checkdepends=('cppunit') +source=("https://github.com/tatsuhiro-t/aria2/releases/download/release-$pkgver/aria2-$pkgver.tar.xz") +sha256sums=('bf96344b6fee3aada0881ca008b077ea2c5dd820e8f8d693329481ecc7ff8fd0') + +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 2016-02-15 16:49:24 UTC (rev 161690) +++ community-x86_64/PKGBUILD 2016-02-15 16:49:54 UTC (rev 161691) @@ -1,45 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Bartłomiej Piotrowski <bpiotrow...@archlinux.org> -# Contributor: Thomas Dziedzic < gostrc at gmail > -# Contributor: Angel Velasquez <an...@archlinux.org> -# Contributor: Alexander Fehr <pizzapunk gmail com> -# Contributor: Daniel J Griffiths <ghost1...@archlinux.us> - -pkgname=aria2 -pkgver=1.19.3 -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' 'libssh2') -checkdepends=('cppunit') -source=("https://github.com/tatsuhiro-t/aria2/releases/download/release-$pkgver/aria2-$pkgver.tar.xz") -sha256sums=('6abcc6c28437a519cc1016736cb446ed38db360cb9828c4a7105526ea82299e3') - -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 161690, aria2/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-02-15 16:49:54 UTC (rev 161691) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Bartłomiej Piotrowski <bpiotrow...@archlinux.org> +# Contributor: Thomas Dziedzic < gostrc at gmail > +# Contributor: Angel Velasquez <an...@archlinux.org> +# Contributor: Alexander Fehr <pizzapunk gmail com> +# Contributor: Daniel J Griffiths <ghost1...@archlinux.us> + +pkgname=aria2 +pkgver=1.20.0 +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' 'libssh2') +checkdepends=('cppunit') +source=("https://github.com/tatsuhiro-t/aria2/releases/download/release-$pkgver/aria2-$pkgver.tar.xz") +sha256sums=('bf96344b6fee3aada0881ca008b077ea2c5dd820e8f8d693329481ecc7ff8fd0') + +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 +}