Date: Sunday, October 25, 2015 @ 02:14:40 Author: fyan Revision: 144946
archrelease: copy trunk to community-i686, community-x86_64 Added: libsodium/repos/community-i686/PKGBUILD (from rev 144945, libsodium/trunk/PKGBUILD) libsodium/repos/community-x86_64/PKGBUILD (from rev 144945, libsodium/trunk/PKGBUILD) Deleted: libsodium/repos/community-i686/PKGBUILD libsodium/repos/community-x86_64/PKGBUILD ---------------------------+ /PKGBUILD | 76 ++++++++++++++++++++++++++++++++++++++++++++ community-i686/PKGBUILD | 38 ---------------------- community-x86_64/PKGBUILD | 38 ---------------------- 3 files changed, 76 insertions(+), 76 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2015-10-25 01:14:10 UTC (rev 144945) +++ community-i686/PKGBUILD 2015-10-25 01:14:40 UTC (rev 144946) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: namelessjon <jonathan.st...@gmail.com> -# Contributor: Alessio Sergi <asergi at archlinux dot us> - -pkgname=libsodium -pkgver=1.0.4 -pkgrel=1 -pkgdesc="P(ortable|ackageable) NaCl-based crypto library" -arch=('i686' 'x86_64') -url="https://github.com/jedisct1/libsodium" -license=('custom:ISC') -depends=('glibc') -source=("http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz") -sha512sums=('9fe83a06a85fca2bf6ab869acf3acc7d0c5f74fce924c794f1e84a3f0ea98b3b8030ff2a1bc9b5c4675b4749edd12e2ac4c1dad3130168865bad323f6222c9c3') - -build() { - cd "$pkgname-$pkgver" - - ./configure --prefix=/usr - make -} - -check() { - cd "$pkgname-$pkgver" - make check -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - - # install license - install -d -m 755 "$pkgdir/usr/share/licenses/$pkgname" - install -m 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: Copied: libsodium/repos/community-i686/PKGBUILD (from rev 144945, libsodium/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-10-25 01:14:40 UTC (rev 144946) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: namelessjon <jonathan.st...@gmail.com> +# Contributor: Alessio Sergi <asergi at archlinux dot us> + +pkgname=libsodium +pkgver=1.0.5 +pkgrel=1 +pkgdesc="P(ortable|ackageable) NaCl-based crypto library" +arch=('i686' 'x86_64') +url="https://github.com/jedisct1/libsodium" +license=('custom:ISC') +depends=('glibc') +source=("http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz") +sha512sums=('978867f7499ec07817a95213baea79fd45d3cdd48c343723490471f79a1b0df2fa0638a91c46a08717fe03a1d8b68789445cb34be969d91023ba7edc8750835c') + +build() { + cd "$pkgname-$pkgver" + + ./configure --prefix=/usr + make +} + +check() { + cd "$pkgname-$pkgver" + make check +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install + + # install license + install -d -m 755 "$pkgdir/usr/share/licenses/$pkgname" + install -m 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et: Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2015-10-25 01:14:10 UTC (rev 144945) +++ community-x86_64/PKGBUILD 2015-10-25 01:14:40 UTC (rev 144946) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: namelessjon <jonathan.st...@gmail.com> -# Contributor: Alessio Sergi <asergi at archlinux dot us> - -pkgname=libsodium -pkgver=1.0.4 -pkgrel=1 -pkgdesc="P(ortable|ackageable) NaCl-based crypto library" -arch=('i686' 'x86_64') -url="https://github.com/jedisct1/libsodium" -license=('custom:ISC') -depends=('glibc') -source=("http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz") -sha512sums=('9fe83a06a85fca2bf6ab869acf3acc7d0c5f74fce924c794f1e84a3f0ea98b3b8030ff2a1bc9b5c4675b4749edd12e2ac4c1dad3130168865bad323f6222c9c3') - -build() { - cd "$pkgname-$pkgver" - - ./configure --prefix=/usr - make -} - -check() { - cd "$pkgname-$pkgver" - make check -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - - # install license - install -d -m 755 "$pkgdir/usr/share/licenses/$pkgname" - install -m 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: Copied: libsodium/repos/community-x86_64/PKGBUILD (from rev 144945, libsodium/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2015-10-25 01:14:40 UTC (rev 144946) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: namelessjon <jonathan.st...@gmail.com> +# Contributor: Alessio Sergi <asergi at archlinux dot us> + +pkgname=libsodium +pkgver=1.0.5 +pkgrel=1 +pkgdesc="P(ortable|ackageable) NaCl-based crypto library" +arch=('i686' 'x86_64') +url="https://github.com/jedisct1/libsodium" +license=('custom:ISC') +depends=('glibc') +source=("http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz") +sha512sums=('978867f7499ec07817a95213baea79fd45d3cdd48c343723490471f79a1b0df2fa0638a91c46a08717fe03a1d8b68789445cb34be969d91023ba7edc8750835c') + +build() { + cd "$pkgname-$pkgver" + + ./configure --prefix=/usr + make +} + +check() { + cd "$pkgname-$pkgver" + make check +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install + + # install license + install -d -m 755 "$pkgdir/usr/share/licenses/$pkgname" + install -m 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et: