summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMantas Mikulėnas2018-08-31 11:53:15 +0300
committerMantas Mikulėnas2018-08-31 11:53:44 +0300
commit5f1e58417ae1e7e49c74eeb65516ac1652ac1a10 (patch)
treee404be8aff4eb725c1dd0f50fe20206d7427f05d
parent5923cb25bec04a28e6e86aabadf3eca46c31584a (diff)
downloadaur-5f1e58417ae1e7e49c74eeb65516ac1652ac1a10.tar.gz
use libiomp5.so from openmp and hope it works
I don't have anything to test it with, anymore.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23d54237d360..a7b0dc4d9776 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libclassicclient
pkgdesc = Gemalto PKCS#11 driver
pkgver = 7.2.0_b04
- pkgrel = 4
+ pkgrel = 5
url = https://www.luxtrust.lu/en/simple/225
arch = i686
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = libclassicclient
depends = gdk-pixbuf2
depends = gtk2
depends = libusb-compat
+ depends = openmp
depends = openssl-1.0>=1.0.2.k-4
depends = pcsclite
depends = qt5-base
diff --git a/PKGBUILD b/PKGBUILD
index d861225c320e..d46678bcfa69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libclassicclient
_luxver=1.2.1
pkgver=7.2.0_b04
-pkgrel=4
+pkgrel=5
pkgdesc="Gemalto PKCS#11 driver"
url="https://www.luxtrust.lu/en/simple/225"
arch=(i686 x86_64)
@@ -11,6 +11,7 @@ depends=(
gdk-pixbuf2
gtk2 # for CCChangePinTool
libusb-compat
+ openmp
openssl-1.0'>=1.0.2.k-4'
pcsclite
qt5-base # for SecureFooDialog
@@ -48,6 +49,8 @@ package() {
cd "$pkgdir"
+ rm usr/lib/libiomp5.so
+
chmod a-x etc/udev/rules.d/*
chmod a+x usr/lib/**/*.so