diff options
author | Michael Hanson <hansonorders@verizon.net> | 2011-08-04 19:46:05 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2011-08-04 19:46:05 (GMT) |
commit | d4fbf9a06beafc36c5862362113d8f3d169bb756 (patch) | |
tree | 3461f41b33a06b3da79f73860674e4aa8430af5f /abs/core/linhes-theme/PKGBUILD | |
parent | 85fb50abe2018af71bbc65ded247e781f2ad75ff (diff) | |
parent | bb07edb449b1c718b49ec6fb98a7453cf8387b95 (diff) | |
download | linhes_pkgbuild-d4fbf9a06beafc36c5862362113d8f3d169bb756.zip linhes_pkgbuild-d4fbf9a06beafc36c5862362113d8f3d169bb756.tar.gz linhes_pkgbuild-d4fbf9a06beafc36c5862362113d8f3d169bb756.tar.bz2 |
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/linhes-theme/PKGBUILD')
-rw-r--r-- | abs/core/linhes-theme/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/abs/core/linhes-theme/PKGBUILD b/abs/core/linhes-theme/PKGBUILD index 13ca5cc..8b43941 100644 --- a/abs/core/linhes-theme/PKGBUILD +++ b/abs/core/linhes-theme/PKGBUILD @@ -2,18 +2,17 @@ # Maintainer: Cecil Watson<knoppmyth@gmail.com> pkgname=linhes-theme -pkgver=1 -pkgrel=13 +pkgver=1.4 +pkgrel=1 pkgdesc="Default LinHES theme." arch=('i686' 'x86_64') license=('GPL2') url="http://linhes.org/" -source=(ftp://ftp.knoppmyth.net/R6/sources/linhes-theme-1.3.tar.bz2) +source=(ftp://ftp.knoppmyth.net/R6/sources/linhes-theme-1.4.tar.bz2) build() { cd $startdir/src/ mkdir -p $startdir/pkg/usr/share/mythtv/themes cp -a LinHES $startdir/pkg/usr/share/mythtv/themes } - -md5sums=('e243d40c5e76f78b1d98ec038ebe2da5') +md5sums=('5f67ba0e244a1027c7d473b1a2b159fe') |