summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKamalavelan2018-04-15 14:06:35 +0530
committerKamalavelan2018-04-15 14:06:35 +0530
commitcbc5b6f5e61a35d3521336d805482d56507e98fe (patch)
tree4e80b12558c1478d20e40a0b484f2981899c7351
parenta3ad48e2d7645b0c6b110a5c6427bd328122f9c4 (diff)
downloadaur-cbc5b6f5e61a35d3521336d805482d56507e98fe.tar.gz
Correct links for optional 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 4d1b77eb2cb5..ce38bff84701 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 = 2
+ pkgrel = 3
url = https://monocypher.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 15acdcc80f26..490d9716e481 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=monocypher
_pkgname=monocypher
pkgver=2.0.1
-pkgrel=2
+pkgrel=3
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/optional/sha512.h"
- install -m 644 src/sha512.c "$pkgdir/usr/include/$pkgname/optional/sha512.c"
+ install -m 644 src/optional/sha512.h "$pkgdir/usr/include/$pkgname/sha512.h"
+ install -m 644 src/optional/sha512.c "$pkgdir/usr/include/$pkgname/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"