diff options
Diffstat (limited to 'abs/core/linhes-scripts/PKGBUILD')
-rw-r--r-- | abs/core/linhes-scripts/PKGBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/abs/core/linhes-scripts/PKGBUILD b/abs/core/linhes-scripts/PKGBUILD index aed756e..829694b 100644 --- a/abs/core/linhes-scripts/PKGBUILD +++ b/abs/core/linhes-scripts/PKGBUILD @@ -3,11 +3,12 @@ pkgname=linhes-scripts pkgver=7 -pkgrel=40 +pkgrel=41 pkgdesc="Various scripts that help to make LinHES, LinHES." arch=('i686' 'x86_64') license=('GPL2') -depends=('xosd' 'cpulimit' 'screen' 'mencoder' 'tablet-encode' 'mplayer' 'normalize') +depends=('xosd' 'cpulimit' 'screen' 'mencoder' 'tablet-encode' 'mplayer' + 'normalize' 'handbrake-cli' 'mkvtoolnix') url="http://linhes.org/" install="linhes-scripts.install" source=( @@ -49,6 +50,7 @@ upgrade_linhes_script.sh find_orphans.py acl_fix_fstab.py stop_xss.sh +myth2mkv ) build() { @@ -101,4 +103,5 @@ md5sums=('f56985b2d602e11dc1e10d3e7848b2a5' 'f454faeabfa153b10389a9a3bfd51c4a' 'd8838461af9d446a1fd7e7883fdc75d1' 'cc9cdabcdfc969c2829b58c0e513488c' - '54a478660d0f8150fe10112a9ecf2740') + '54a478660d0f8150fe10112a9ecf2740' + '980423e07c8c6ffd0ea1bf9a1959fdc2') |