summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9297b9040c1b..15acdcc80f26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=monocypher
_pkgname=monocypher
pkgver=2.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Monocypher is an easy to use crypto library inspired by libsodium and TweetNaCl"
arch=('i686' 'x86_64')
url="http://loup-vaillant.fr/projects/monocypher/"
@@ -17,8 +17,8 @@ package() {
install -d -m 755 "$pkgdir/usr/include/$pkgname"
install -m 644 src/monocypher.c "$pkgdir/usr/include/$pkgname/monocypher.c"
install -m 644 src/monocypher.h "$pkgdir/usr/include/$pkgname/monocypher.h"
- install -m 644 src/sha512.h "$pkgdir/usr/include/$pkgname/sha512.h"
- install -m 644 src/sha512.c "$pkgdir/usr/include/$pkgname/sha512.c"
+ install -m 644 src/sha512.h "$pkgdir/usr/include/$pkgname/optional/sha512.h"
+ install -m 644 src/sha512.c "$pkgdir/usr/include/$pkgname/optional/sha512.c"
install -d -m 755 "$pkgdir/usr/share/licenses/$pkgname"
install -m 644 LICENCE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -d -m 755 "$pkgdir/usr/share/man/man3"