summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrpkak2022-11-03 21:38:14 +0100
committerrpkak2022-11-03 21:38:14 +0100
commitc31f4c8c05c648eb8d556c37fa7e66152912deff (patch)
tree28648ea3e534af05a33e56fe7a57c501374ba371 /PKGBUILD
parenta6b254e86b76d622b40d4d04bfd779e5637b4f83 (diff)
downloadaur-c31f4c8c05c648eb8d556c37fa7e66152912deff.tar.gz
Version 1.3.1-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 72b8efd9647d..f661f4af3387 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: rpkak <rpkak@users.noreply.github.com>
pkgname='libblake3'
pkgver=1.3.1
-pkgrel=2
+pkgrel=3
epoch=
pkgdesc="the C implementations of the BLAKE3 cryptographic hash function"
arch=('x86_64')
@@ -37,6 +37,5 @@ package() {
ln -rs "$pkgdir/usr/lib/libblake3.so.$pkgver" "$pkgdir/usr/lib/libblake3.so.$(echo $pkgver | sed 's/\..*//')"
ln -rs "$pkgdir/usr/lib/libblake3.so.$pkgver" "$pkgdir/usr/lib/libblake3.so"
install -Dm644 "BLAKE3-$pkgver/c/blake3.h" "$pkgdir/usr/include/blake3.h"
- install -Dm644 "BLAKE3-$pkgver/c/blake3_impl.h" "$pkgdir/usr/include/blake3_impl.h"
install -Dm644 "blake3.pc" "$pkgdir/usr/lib/pkgconfig/blake3.pc"
}