summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Tiá2018-02-19 09:32:28 -0600
committerJavier Tiá2018-02-19 09:32:28 -0600
commitfb4e552804365d86f88874e9850272fff2f3fdfb (patch)
tree71adaaef485bd5d7b16c15f33e617adfbb1b5fb2
parentc9e392dd605398c280f2c36aef19b025f7387f80 (diff)
downloadaur-fb4e552804365d86f88874e9850272fff2f3fdfb.tar.gz
Bump up hpmyroom 10.12.0.0112-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ebeb75343af..b6e653536197 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 = 1
+ pkgrel = 2
url = https://www.myroom.hpe.com
arch = x86_64
license = unknown
diff --git a/PKGBUILD b/PKGBUILD
index 1a5f507f0400..62515eefb941 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=hpmyroom
pkgver=10.12.0.0112
-pkgrel=1
+pkgrel=2
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.0.0 libva.so.1
- ln -s libva-x11.so.2.0.0 libva-x11.so.1
- ln -s libva-drm.so.2.0.0 libva-drm.so.1
+ 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
}
# vim:set ft=sh ts=2 sw=2 et: