Skip to content
Snippets Groups Projects
Commit aaae7e37 authored by Leo's avatar Leo
Browse files

testing/b2sum: upgrade to 20190729

parent 0a7bb6fe
No related branches found
No related tags found
No related merge requests found
# Maintainer: Alex Raschi <raschi.alex@gmail.com> # Maintainer: Alex Raschi <raschi.alex@gmail.com>
pkgname=b2sum pkgname=b2sum
_pkgname=BLAKE2 _pkgname=BLAKE2
pkgver=20180711 pkgver=20190729
_commit=320c325437539ae91091ce62efec1913cd8093c2 _commit=997fa5ba1e14b52c554fb03ce39e579e6f27b90c
pkgrel=0 pkgrel=0
pkgdesc="BLAKE2 command line utility with multiple algorithms" pkgdesc="BLAKE2 command line utility with multiple algorithms"
url="https://blake2.net/" url="https://blake2.net/"
arch="all" arch="all"
license="CC0-1.0" license="CC0-1.0"
depends=""
makedepends=""
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
replaces="coreutils" replaces="coreutils"
options="!check" # no test suite options="!check" # no test suite
...@@ -18,8 +16,6 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/ ...@@ -18,8 +16,6 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/
builddir="$srcdir/$_pkgname-$_commit/$pkgname" builddir="$srcdir/$_pkgname-$_commit/$pkgname"
build() { build() {
cd "$builddir"
# SSE2 is not enabled for x86. # SSE2 is not enabled for x86.
# arm* leave disabled for now, fails to build at least on armhf. # arm* leave disabled for now, fails to build at least on armhf.
case "$CARCH" in case "$CARCH" in
...@@ -32,9 +28,8 @@ build() { ...@@ -32,9 +28,8 @@ build() {
} }
package() { package() {
cd "$builddir"
PREFIX="$pkgdir"/usr make install PREFIX="$pkgdir"/usr make install
} }
sha512sums="db668b6fad82c82a9431db0bad5982d9ba7ea3aeb3ede0a5335702a44fd19d23f2b89207940c060dba992009e1de7d8d892f6719cd8ffdeaed26303bdc7a7a6f b2sum-20180711.tar.gz sha512sums="55f20ac11e444abc42c6895fbb64623e1fda40024fdcbee0f6d28a8ebc0187c5cab6862835f52dfc38418870c5d7a9fffe8a23a1b6ab88e7fbbb12d69c0d48a8 b2sum-20190729.tar.gz
36a537986c5723e96c6f73bf6676863ffa0d09768884a9b9ccb05dbfff12c8e045ce4bfce57a92588f25c50f101ba9f9814902b91b7f58121399d28943cd5328 makefile.patch" 36a537986c5723e96c6f73bf6676863ffa0d09768884a9b9ccb05dbfff12c8e045ce4bfce57a92588f25c50f101ba9f9814902b91b7f58121399d28943cd5328 makefile.patch"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment