Merge pull request #1148 from larsch/tboplayer-git-rpi2

Enable tboplayer-git on Raspberry Pi 2
This commit is contained in:
Kevin Mihelich 2015-03-24 13:18:31 -06:00
commit cd2ede6ef2

View file

@ -1,12 +1,12 @@
# Maintainer: Rozan Martin <rozan.martin@gmail.com>
buildarch=16
buildarch=20
pkgname=tboplayer-git
pkgver=1
pkgrel=20121230
pkgdesc="A GUI interface to control omxplayer for the Raspberry Pi"
arch=('arm' 'armv6h')
arch=('arm' 'armv6h' 'armv7h')
url="https://github.com/KenT2/tboplayer"
license=('custom')
depends=(omxplayer-git python2 python2-pexpect)