diff options
Diffstat (limited to 'abs/core-testing/mythtv/stable/mythsmolt/PKGBUILD')
-rw-r--r-- | abs/core-testing/mythtv/stable/mythsmolt/PKGBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/abs/core-testing/mythtv/stable/mythsmolt/PKGBUILD b/abs/core-testing/mythtv/stable/mythsmolt/PKGBUILD index 854b2e3..42433e9 100644 --- a/abs/core-testing/mythtv/stable/mythsmolt/PKGBUILD +++ b/abs/core-testing/mythtv/stable/mythsmolt/PKGBUILD @@ -1,12 +1,12 @@ pkgname=mythsmolt pkgver=0.21 -pkgrel=4 +pkgrel=5 pkgdesc="mythsmolt, a hardware profileing tool" arch=('i686' 'x86_64') url="http://www.mythvantage.com" license=('GPL') depends=("mythtv>=${pkgver}" urlgrabber) -source=("http://www.mythvantage.com/request.php?4") +source=("http://www.mythvantage.com/request.php?4" mythsmolt.pro.diff programs-libs.pro) groups=('mythtv-extras') @@ -23,5 +23,3 @@ build() { make INSTALL_ROOT=$startdir/pkg install } - - |