summaryrefslogtreecommitdiffstats
path: root/abs/extra/shepherd
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2011-08-07 06:31:47 (GMT)
committerCecil <knoppmyth@gmail.com>2011-08-07 06:31:47 (GMT)
commit205948382bf7c06bb74fdb88c1a81cd3c20d9031 (patch)
tree4d6fae79e17acf5ad0d349cf465bdf0cfb86f34f /abs/extra/shepherd
parentd2338aa7ff29172ceee041b15a819a45c942678c (diff)
parent2747bb3963f6a0e237e540301311f430f1876346 (diff)
downloadlinhes_pkgbuild-205948382bf7c06bb74fdb88c1a81cd3c20d9031.zip
linhes_pkgbuild-205948382bf7c06bb74fdb88c1a81cd3c20d9031.tar.gz
linhes_pkgbuild-205948382bf7c06bb74fdb88c1a81cd3c20d9031.tar.bz2
Merge branch 'testing' of ssh://cesman@linhes.org/mount/repository/linhes_pkgbuild into testing
Diffstat (limited to 'abs/extra/shepherd')
-rw-r--r--abs/extra/shepherd/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/abs/extra/shepherd/PKGBUILD b/abs/extra/shepherd/PKGBUILD
index 34f45ff..735fef5 100644
--- a/abs/extra/shepherd/PKGBUILD
+++ b/abs/extra/shepherd/PKGBUILD
@@ -1,16 +1,17 @@
# $Id: PKGBUILD 23123 2009-01-03 02:43:02Z kevin $
# Maintainer: Greg Frost <gregfrost1@bigpond.com>
pkgname=shepherd
-pkgver=1.45
+pkgver=1.5.1
pkgrel=1
pkgdesc="Australian EPG Grabber."
license=('unknown')
arch=('i686')
-depends=(perl-pathtools perl-digest-sha1 perl-algorithm-diff perl-javascript perl-list-compare)
+depends=('perl-pathtools' 'perl-digest-sha1' 'perl-algorithm-diff'
+ 'perl-javascript' 'perl-list-compare')
source=(http://www.whuffy.com/shepherd/shepherd)
build() {
mkdir -p ${pkgdir}/usr/bin/
install -m 0755 shepherd ${pkgdir}/usr/bin/
}
-md5sums=('09d201253e0a41ed28999a97845001f0')
+md5sums=('ca37aff5606acfebc341525eac825449')