diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-07-10 05:54:25 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-07-10 05:54:25 (GMT) |
commit | 05278844f3a4a4d652e36221d3edff22348b7217 (patch) | |
tree | b9c1e55cdef610bb8d48a41ec0cea88440564197 /abs | |
parent | 7be2485ac53b02f339ca915b3f48ab87c71bdb0f (diff) | |
download | linhes_pkgbuild-05278844f3a4a4d652e36221d3edff22348b7217.zip linhes_pkgbuild-05278844f3a4a4d652e36221d3edff22348b7217.tar.gz linhes_pkgbuild-05278844f3a4a4d652e36221d3edff22348b7217.tar.bz2 |
Updated list of deps.
Diffstat (limited to 'abs')
-rw-r--r-- | abs/extra-testing/mythexport/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/mythexport/PKGBUILD b/abs/extra-testing/mythexport/PKGBUILD index 3504649..3cd04f3 100644 --- a/abs/extra-testing/mythexport/PKGBUILD +++ b/abs/extra-testing/mythexport/PKGBUILD @@ -3,11 +3,11 @@ pkgname=mythexport pkgver=2.0.71 -pkgrel=4 +pkgrel=5 pkgdesc="Script to export recordings for portable devices." arch=('i686' 'x86_64') license=('GPL3') -depends=('atomicparsley' 'perl-config-simple' 'perl-net-upnp') +depends=('atomicparsley' 'perl-config-simple' 'perl-net-upnp' 'perl-proc-daemon' 'perl-proc-pid-file') url="http://linhes.org/" source=(ftp://ftp.knoppmyth.net/R6/sources/mythexport.tar.bz2) install=mythexport.install |