diff options
author | Michael Hanson <mihanson@linhes.org> | 2012-02-28 00:45:52 (GMT) |
---|---|---|
committer | Michael Hanson <mihanson@linhes.org> | 2012-02-28 00:45:52 (GMT) |
commit | c99bc29e7809e31d4647641dd9152cd9ea2470bf (patch) | |
tree | 3576c7b01e7e5a23d2a6d44a7013cfada40465fd /abs/extra/web-on-linhes/PKGBUILD | |
parent | 71d96013726763f077f74ea3bc96c43db61a8a5f (diff) | |
parent | f5acdc079164abbdcecb95f36eeebd375eb47f8b (diff) | |
download | linhes_pkgbuild-c99bc29e7809e31d4647641dd9152cd9ea2470bf.zip linhes_pkgbuild-c99bc29e7809e31d4647641dd9152cd9ea2470bf.tar.gz linhes_pkgbuild-c99bc29e7809e31d4647641dd9152cd9ea2470bf.tar.bz2 |
Merge branch 'testing' of linhes.org:linhes_pkgbuild into testing
Diffstat (limited to 'abs/extra/web-on-linhes/PKGBUILD')
-rw-r--r-- | abs/extra/web-on-linhes/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/abs/extra/web-on-linhes/PKGBUILD b/abs/extra/web-on-linhes/PKGBUILD index 2c9f185..267dfe1 100644 --- a/abs/extra/web-on-linhes/PKGBUILD +++ b/abs/extra/web-on-linhes/PKGBUILD @@ -3,19 +3,18 @@ pkgname=web-on-linhes pkgver=1.00.0 -pkgrel=1 +pkgrel=3 pkgdesc="Added multiple websites with 10' UIs to Play Online Streams." arch=('i686' 'x86_64') license=('GPL2') url="http://www.linhes.org/" -depends=('chromium' 'flashplugin') +depends=('chromium' 'flashplugin' 'linhes-scripts>=7-29') install=web-on-linhes.install -source=('stop_xss.sh' 'web-on-linhes.sh') +source=('web-on-linhes.sh') build() { cd ${srcdir} install -d ${pkgdir}/usr/LH/bin install -D -m755 *.sh ${pkgdir}/usr/LH/bin } -md5sums=('3f5877b4b44b6fddb3b42491318c6441' - 'bf15498dcbdc3852aca9cccb0aacd913') +md5sums=('bf15498dcbdc3852aca9cccb0aacd913') |