diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-03 21:52:13 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-03 21:52:13 +0200 |
| commit | 56b9928f2846316e57d6fe1877d7804d842563c5 (patch) | |
| tree | d6e4d118c67685a66bfb1e50fa9580f7cfade549 /libblake/PKGBUILD | |
| parent | Mark a number of packages as running on aarch64 (diff) | |
| download | aur-packages-56b9928f2846316e57d6fe1877d7804d842563c5.tar.gz aur-packages-56b9928f2846316e57d6fe1877d7804d842563c5.tar.bz2 aur-packages-56b9928f2846316e57d6fe1877d7804d842563c5.tar.xz | |
Update libblake to 3.0.1
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | libblake/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libblake/PKGBUILD b/libblake/PKGBUILD index bfead0f..5040e5e 100644 --- a/libblake/PKGBUILD +++ b/libblake/PKGBUILD @@ -2,11 +2,11 @@ pkgbase=libblake pkgname=($pkgbase $pkgbase-musl) -pkgver=3.0 -pkgrel=2 +pkgver=3.0.1 +pkgrel=1 _pkgdesc="Library for the BLAKE-family of hashing functions" pkgdesc="${_pkgdesc}" -arch=(i686 x86_64) +arch=(i686 x86_64 aarch64) url="https://codeberg.org/maandree/libblake" license=('custom:ISC') depends=() @@ -14,7 +14,7 @@ checkdepends=(glibc musl) _compiler=gcc makedepends=(glibc musl ${_compiler}) source=($pkgbase-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz) -sha256sums=(b6c185f43dbbc58687c5f71ea356c6618fe0643e48cdc62d4d530339918a2114) +sha256sums=(e2fb93671a5731f40f60ddbc8d68d1da5b3a3d813136f32815cff0998c2e56b3) build() { cd -- "$srcdir" |
