summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Tiá2018-02-19 20:19:47 -0600
committerJavier Tiá2018-02-19 20:19:47 -0600
commit2ec75e7fa5c1e41c9fc2e20b28148ec68aa5238f (patch)
treef422fcea597346e5bb1e004e4105ee8c5e6ddeeb
parentfb4e552804365d86f88874e9850272fff2f3fdfb (diff)
downloadaur-2ec75e7fa5c1e41c9fc2e20b28148ec68aa5238f.tar.gz
Bump up hpmyroom 10.12.0.0112-3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6e653536197..541c94ff58d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hpmyroom
pkgdesc = HPE MyRoom a collaborative conferencing meetings software
pkgver = 10.12.0.0112
- pkgrel = 2
+ pkgrel = 3
url = https://www.myroom.hpe.com
arch = x86_64
license = unknown
diff --git a/PKGBUILD b/PKGBUILD
index 62515eefb941..82a13858d26f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=hpmyroom
pkgver=10.12.0.0112
-pkgrel=2
+pkgrel=3
pkgdesc="HPE MyRoom a collaborative conferencing meetings software"
url="https://www.myroom.hpe.com"
arch=('x86_64')
@@ -20,9 +20,9 @@ package() {
find ${pkgdir}/usr/share/hpmyroom/Resources/* -type f -exec chmod a-x {} \;
mkdir -p ${pkgdir}/usr/lib
cd ${pkgdir}/usr/lib
- ln -s libva.so.2.100.0 libva.so.1
- ln -s libva-x11.so.2.100.0 libva-x11.so.1
- ln -s libva-drm.so.2.100.0 libva-drm.so.1
+ ln -s libva.so.2 libva.so.1
+ ln -s libva-x11.so.2 libva-x11.so.1
+ ln -s libva-drm.so.2 libva-drm.so.1
}
# vim:set ft=sh ts=2 sw=2 et: