summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Dye2016-01-12 16:36:12 -0800
committerJosh Dye2016-01-12 16:36:12 -0800
commit39bdba35e7bf1bcdb231fa02c31c4c7ed00e63e2 (patch)
tree5126a4251a5ecc1491e29fdee5137f31580897aa
parent52d5fc2aa05c377c9d911e806dc15e0353c90158 (diff)
downloadaur-39bdba35e7bf1bcdb231fa02c31c4c7ed00e63e2.tar.gz
Added checksum & conflictt
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61bba5ac594a..90efbb14329a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Jan 12 01:59:26 UTC 2016
+# Wed Jan 13 00:35:14 UTC 2016
pkgbase = openpht
pkgdesc = OpenPHT is a community driven fork of Plex Home Theater
pkgver = 1.5.0.502
@@ -72,11 +72,12 @@ pkgbase = openpht
optdepends = libshairport: AirPlay support
optdepends = libcec: Pulse-Eight USB-CEC adapter support
optdepends = pulseaudio: PulseAudio support
+ conflicts = plex-home-theater
source = https://github.com/RasPlex/OpenPHT/archive/v1.5.0.502-7563ca94.tar.gz
source = plex-ffmpeg-compat.patch
source = plex-libcec.patch
source = plexhometheater.sh
- sha256sums = SKIP
+ sha256sums = e0839e21211d85c53e9bc0675f5bd24fa4ec7d935bb89a882c36cdb18cf7ab79
sha256sums = 5b370e4dec6998130df46ad6bd5ca6258e3a040dd6c6cc4085c335dc3d6050bd
sha256sums = 7e5f6c1e07184a0b0affe4ef7c0bd06d1094f7a28cf5baa35d31a69cf488a9db
sha256sums = dc6bd394c07a2ececbb2f8c53cb54afd5d78f7c00a0b34acab3e71217da085fb
diff --git a/PKGBUILD b/PKGBUILD
index 1b1fc43b9ddb..c6cf28893556 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ 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=('alsa-lib' 'avahi' 'boost-libs' 'curl' 'expat' 'freetype2' 'fribidi'
'gcc-libs' 'glew' 'glibc' 'glu' 'libcdio' 'libgl' 'libjpeg' 'libmad'
'libmicrohttpd' 'libmpeg2' 'libpng' 'libpulse' 'libsamplerate'
@@ -28,7 +29,7 @@ source=("https://github.com/RasPlex/OpenPHT/archive/v${pkgver}-${_pkghash}.tar.g
'plex-ffmpeg-compat.patch'
'plex-libcec.patch'
'plexhometheater.sh')
-sha256sums=('SKIP'
+sha256sums=('e0839e21211d85c53e9bc0675f5bd24fa4ec7d935bb89a882c36cdb18cf7ab79'
'5b370e4dec6998130df46ad6bd5ca6258e3a040dd6c6cc4085c335dc3d6050bd'
'7e5f6c1e07184a0b0affe4ef7c0bd06d1094f7a28cf5baa35d31a69cf488a9db'
'dc6bd394c07a2ececbb2f8c53cb54afd5d78f7c00a0b34acab3e71217da085fb')