summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Lass2017-08-29 10:26:46 +0200
committerMichael Lass2017-08-29 10:26:46 +0200
commit3755d44ec366770f696d6fcd75dcc6de0e1ae14f (patch)
tree675ebb847d5d062207b0f1872875e51bc6e72c32 /PKGBUILD
parentfb1bf6ceab8c7e539710efc28428d5d53f9b6e1c (diff)
downloadaur-3755d44ec366770f696d6fcd75dcc6de0e1ae14f.tar.gz
Fix broken link to provided libssl
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83f6c9172491..4bb36b824216 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=eagle
pkgver=8.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Powerful suite for schematic capture and printed circuit board design (aka eaglecad)"
arch=('x86_64')
url="http://www.autodesk.com/products/eagle"
@@ -48,7 +48,7 @@ package() {
"$pkgdir/usr/share/man/man1/$pkgname.1"
# allow libQt5Network.so.5 to find the provided libssl.so
- ln -sf "/opt/$pkgname/lib/libssl.so.10" "$pkgdir/opt/$pkgname/lib/libssl.so"
+ ln -sf "/opt/$pkgname/lib/libssl.so.1.0.0" "$pkgdir/opt/$pkgname/lib/libssl.so"
# delete libraries that depend on selinux and can be replaced by system libraries
rm "$pkgdir/opt/$pkgname/lib"/{libEGL.so.1,libglapi.so.0}