summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2018-01-02 16:48:36 +0100
committerÉtienne Deparis2018-01-02 16:48:36 +0100
commitde2d0cefabbde089c63bdc0812d736d55be23de6 (patch)
tree01052bbde74285f43486a93cc328e7d1c1e76ca9
parent416116fb3f5292d62d70e3eb4e2ae240d47fcaf8 (diff)
downloadaur-de2d0cefabbde089c63bdc0812d736d55be23de6.tar.gz
Fix pkg-config file
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a9141b29428..51024bc6895c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 5.0.2
-# Tue Jan 2 14:49:40 UTC 2018
+# Tue Jan 2 15:48:16 UTC 2018
pkgbase = libnitrokey-git
pkgdesc = Communicate with Nitrokey stick devices in a clean and easy manner
pkgver = 3.1r593.09f80ac
- pkgrel = 1
+ pkgrel = 2
url = https://www.nitrokey.com
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index b98ca2c5c1dc..ba89f42e803d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=libnitrokey-git
_gitname=libnitrokey
pkgver=3.1r593.09f80ac
-pkgrel=1
+pkgrel=2
pkgdesc="Communicate with Nitrokey stick devices in a clean and easy manner"
arch=('i686' 'x86_64')
url="https://www.nitrokey.com"
@@ -25,6 +25,9 @@ pkgver() {
prepare() {
cd "$srcdir/${_gitname}/"
mkdir -p build
+
+ sed -i 's|^libdir=@CMAKE_INSTALL_FULL_LIBDIR@$|libdir=/usr/lib|' \
+ libnitrokey.pc.in
}
build() {