diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-17 03:59:01 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-17 03:59:01 +0000 |
commit | 0a765aad3e78dae0cc72b1a255b39a071f018963 (patch) | |
tree | 4470d78dab2a0837a974753450b785b3124ecc2f /community/libsodium/PKGBUILD | |
parent | 104850be98b3524ebd11d742ebc2996dd5dd50d4 (diff) |
Thu Jul 17 03:55:04 UTC 2014
Diffstat (limited to 'community/libsodium/PKGBUILD')
-rw-r--r-- | community/libsodium/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/libsodium/PKGBUILD b/community/libsodium/PKGBUILD index 70de00d90..804ee42d8 100644 --- a/community/libsodium/PKGBUILD +++ b/community/libsodium/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 114780 2014-07-04 03:59:18Z fyan $ +# $Id: PKGBUILD 115754 2014-07-16 03:16:08Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: namelessjon <jonathan.stott@gmail.com> # Contributor: Alessio Sergi <asergi at archlinux dot us> pkgname=libsodium -pkgver=0.6.0 +pkgver=0.6.1 pkgrel=1 pkgdesc="P(ortable|ackageable) NaCl-based crypto library" arch=('i686' 'x86_64') @@ -12,7 +12,8 @@ url="https://github.com/jedisct1/libsodium" license=('custom:ISC') depends=('glibc') makedepends=('clang') -source=(http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz) +source=("http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz") +sha512sums=('80524d4017ccd98f5aa96d7df1d4450c890f5c1aaee9c2bfc277fab98f4fb01ac2a3f11850e4f6610feea0279d707e1dede70991d252beeaf80bde3b6eff8ff3') build() { cd "$pkgname-$pkgver" @@ -38,4 +39,3 @@ package() { } # vim:set ts=2 sw=2 et: -sha512sums=('3a47468d3db1447fcb223de330ee3ffd11394ecd31440bfd2d89999003bdf01f85c0644b6075d73d670bf94ab9ea2162417a0dcd290ad2a9a46ae76cd467fc85') |