summaryrefslogtreecommitdiff
path: root/community/icecast
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-09 11:13:39 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-09 11:13:39 +0100
commit80c5e58be137999f5d9690b682e888436ffe69b2 (patch)
tree5aef91b2cbc21ef5471d9ab69066ba7beaf747f0 /community/icecast
parent9866fa59a35ebbae88bec725eba8551f34990e03 (diff)
parente9c244cac8e5dc1c59c7e8b7bc885fef04224b70 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/haskell-dataenc/PKGBUILD community/haskell-haskeline/PKGBUILD community/haskell-hslogger/PKGBUILD community/haskell-terminfo/PKGBUILD community/haskell-utf8-string/PKGBUILD community/haskell-x11-xft/PKGBUILD core/openssl/PKGBUILD extra/cabal-install/PKGBUILD extra/haskell-http/PKGBUILD extra/haskell-mtl/PKGBUILD extra/haskell-network/PKGBUILD extra/haskell-parsec/PKGBUILD extra/haskell-text/PKGBUILD extra/haskell-transformers/PKGBUILD extra/haskell-zlib/PKGBUILD extra/kdebindings-python/PKGBUILD
Diffstat (limited to 'community/icecast')
-rw-r--r--community/icecast/PKGBUILD6
-rw-r--r--community/icecast/icecast.service2
2 files changed, 4 insertions, 4 deletions
diff --git a/community/icecast/PKGBUILD b/community/icecast/PKGBUILD
index 94fffe4e2..39466d76c 100644
--- a/community/icecast/PKGBUILD
+++ b/community/icecast/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 75222 2012-08-16 11:13:33Z lfleischer $
+# $Id: PKGBUILD 84031 2013-02-08 17:31:49Z lfleischer $
# Maintainer:
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Andreas Radke <andyrtr@archlinux.org>
@@ -6,7 +6,7 @@
pkgname=icecast
pkgver=2.3.3
-pkgrel=2
+pkgrel=3
pkgdesc='Streaming audio over the Internet'
arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
@@ -23,7 +23,7 @@ md5sums=('2b5d1b40778922e5f6431b7758c359ad'
'e823c1fdb080aae3d0c54ef8be95f7cb'
'59c6552bcb1dd9fb542af8670dfabd3c'
'd8e929d2214123a1954da4383bf16583'
- 'ada6c389351af0487b5c62198adb4e2f')
+ '1468e59f76de194579b615889e20198f')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/icecast/icecast.service b/community/icecast/icecast.service
index fb3900b45..2f4b0eb29 100644
--- a/community/icecast/icecast.service
+++ b/community/icecast/icecast.service
@@ -3,7 +3,7 @@ Description=Icecast Network Audio Streaming Server
After=network.target
[Service]
-ExecStart=/usr/bin/icecast -b -c /etc/icecast.xml
+ExecStart=/usr/bin/icecast -c /etc/icecast.xml
[Install]
WantedBy=multi-user.target