summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKamalavelan2018-04-15 13:59:38 +0530
committerKamalavelan2018-04-15 13:59:38 +0530
commita3ad48e2d7645b0c6b110a5c6427bd328122f9c4 (patch)
tree7bee9d2b83a80a23e29f1abb4a0d28b24802ebba
parent7ec4c59c8de60f3fd570412633cbe97405fb5656 (diff)
downloadaur-a3ad48e2d7645b0c6b110a5c6427bd328122f9c4.tar.gz
Update dir links
Signed-off-by: Kamalavelan <sskamalavelan@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bb4a1d7f6fa..4d1b77eb2cb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = monocypher
pkgdesc = Monocypher is an easy to use crypto library inspired by libsodium and TweetNaCl
pkgver = 2.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://monocypher.org/
arch = i686
arch = x86_64
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"