diff options
author | James Meyer <james.meyer@operamail.com> | 2011-08-04 17:36:17 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2011-08-04 17:36:17 (GMT) |
commit | 4093023eb55305b1c8bcbcb02f6347aa7a2f44e0 (patch) | |
tree | 187a579b135faf3eb37f19282c91fcf6bf61a594 | |
parent | 7681a52889415179b104adb0aebac6f9742faa84 (diff) | |
parent | 01d52f6a9106824b577e6b6dd4d51ab287d7de15 (diff) | |
download | linhes_pkgbuild-4093023eb55305b1c8bcbcb02f6347aa7a2f44e0.zip linhes_pkgbuild-4093023eb55305b1c8bcbcb02f6347aa7a2f44e0.tar.gz linhes_pkgbuild-4093023eb55305b1c8bcbcb02f6347aa7a2f44e0.tar.bz2 |
Merge branch 'testing' of ssh://jams@linhes.org/mount/repository/linhes_pkgbuild into testing
-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') |