summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaud Berthomier2020-11-11 09:38:03 -0600
committerArnaud Berthomier2020-11-11 09:38:03 -0600
commit17b3ef36b487412b11c78faccc5744923e86a6b2 (patch)
tree8b96000b5e61d6094ba3f1984f2f55d34fb993c3
parente910dcd1be474a734f780a4bbe684c7a3e9f64f4 (diff)
downloadaur-17b3ef36b487412b11c78faccc5744923e86a6b2.tar.gz
Install monocypher.pc to /usr/lib/pkgconfig
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3cbf44ad150..c2d80777d0c8 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 = 3.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://monocypher.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 5fd0baba0a73..65824c7a6f0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=monocypher
_pkgname=monocypher
pkgver=3.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Monocypher is an easy to use crypto library inspired by libsodium and TweetNaCl"
arch=('i686' 'x86_64')
url="https://monocypher.org/"
@@ -25,4 +25,6 @@ package() {
install -d -m 755 "$pkgdir/usr/share/man/man3"
install -m 644 doc/man/man3/*.3monocypher "$pkgdir/usr/share/man/man3/"
install -m 644 doc/man/man3/optional/* "$pkgdir/usr/share/man/man3/"
+ install -d -m 755 "$pkgdir/usr/lib/pkgconfig"
+ install -m 644 monocypher.pc "$pkgdir/usr/lib/pkgconfig/"
}