summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeff Keyte2016-06-19 11:36:06 -0500
committerJeff Keyte2016-06-19 11:36:06 -0500
commit7eea978fef1496ae956add47f66a729fb884ec37 (patch)
tree8ceddf792eab4fa796963b9d23bcef0aef9bb785 /PKGBUILD
parentdc97c01c5b295f3eb334d016fb16645382c8f0f4 (diff)
downloadaur-7eea978fef1496ae956add47f66a729fb884ec37.tar.gz
Still won't build at gcc 6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f77b30a2b540..dc9a2c03815b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
pkgname=openpht
pkgver=1.6.1.120
_pkghash=4ab39d17
-pkgrel=1
+pkgrel=2
pkgdesc='OpenPHT is a community driven fork of Plex Home Theater '
arch=('i686' 'x86_64')
url='https://github.com/RasPlex/OpenPHT/'
license=('GPL2')
conflicts=("plex-home-theater")
depends=('openpht-ffmpeg' 'alsa-lib' 'avahi' 'boost-libs' 'curl' 'expat' 'freetype2' 'fribidi'
- 'gcc-libs' 'glew' 'glibc' 'glu' 'libcdio' 'libgl' 'libjpeg' 'libmad'
- 'libmicrohttpd' 'libmpeg2' 'libpng' 'libpulse' 'libsamplerate' 'llvm-libs'
+ 'gcc-libs<=5.3.0' 'glew' 'glibc<=2.23-1' 'glu' 'libcdio' 'libgl' 'libjpeg' 'libmad'
+ 'libmicrohttpd' 'libmpeg2' 'libpng' 'libpulse' 'libsamplerate' 'llvm-libs<=3.7.1'
'libssh' 'libtiff' 'libusb-compat' 'libva' 'libvdpau' 'libx11'
'libxext' 'libxrandr' 'lzo' 'pcre' 'python2' 'sdl' 'sdl_image'
'sdl_mixer' 'sqlite' 'smbclient' 'taglib' 'tinyxml' 'yajl' 'zlib')