diff options
author | Britney Fransen <brfransen@gmail.com> | 2019-04-11 19:02:27 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2019-04-11 19:02:27 (GMT) |
commit | cfb09c8f75295d1ba1257f442d4cae34c7ee991d (patch) | |
tree | a2e7b086873addef2d4f01be25d4107290db9119 /abs/extra/web-on-linhes/PKGBUILD | |
parent | 6d979f56c21c591051a9346bb1af3e7da13ca518 (diff) | |
download | linhes_pkgbuild-cfb09c8f75295d1ba1257f442d4cae34c7ee991d.zip linhes_pkgbuild-cfb09c8f75295d1ba1257f442d4cae34c7ee991d.tar.gz linhes_pkgbuild-cfb09c8f75295d1ba1257f442d4cae34c7ee991d.tar.bz2 |
web-on-linhes: remove urls that no longer work
add --start-maximized as it is working again
Diffstat (limited to 'abs/extra/web-on-linhes/PKGBUILD')
-rw-r--r-- | abs/extra/web-on-linhes/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/extra/web-on-linhes/PKGBUILD b/abs/extra/web-on-linhes/PKGBUILD index 0746933..6512914 100644 --- a/abs/extra/web-on-linhes/PKGBUILD +++ b/abs/extra/web-on-linhes/PKGBUILD @@ -3,7 +3,7 @@ pkgname=web-on-linhes pkgver=1.4 -pkgrel=1 +pkgrel=2 pkgdesc="Added multiple websites with 10' UIs to Play Online Streams." arch=('i686' 'x86_64') license=('GPL2') @@ -22,6 +22,6 @@ package() { #add wol-custom-cmds file install -D -o1000 -g1000 -m755 ${srcdir}/wol-custom-cmds.sh ${pkgdir}/home/mythtv/.wol-custom-cmds.sh } -md5sums=('f37e208b713ee5b5b3ac54b63597f39f' - '7eb75860715a84e7e75b804e159adf35' +md5sums=('fb0878e348ebc3de11f155ad811fa3c7' + 'b53251102bb3d075b2307a8991d6f7bb' '9f59fabdf944a7381919d4c8407ac21c') |