diff options
author | root <root@rshg054.dnsready.net> | 2013-02-09 00:07:22 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-09 00:07:22 -0800 |
commit | e9c244cac8e5dc1c59c7e8b7bc885fef04224b70 (patch) | |
tree | 64f1532d7e6e652c2ea5a0bb5efd7ea36f431535 /community/icecast/PKGBUILD | |
parent | 7c92c5fcfb5653f63243842299e413672653d1ad (diff) |
Sat Feb 9 00:07:22 PST 2013
Diffstat (limited to 'community/icecast/PKGBUILD')
-rw-r--r-- | community/icecast/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/icecast/PKGBUILD b/community/icecast/PKGBUILD index a9b3ce358..3888f8540 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') license=('GPL') @@ -23,7 +23,7 @@ md5sums=('2b5d1b40778922e5f6431b7758c359ad' 'e823c1fdb080aae3d0c54ef8be95f7cb' '59c6552bcb1dd9fb542af8670dfabd3c' 'd8e929d2214123a1954da4383bf16583' - 'ada6c389351af0487b5c62198adb4e2f') + '1468e59f76de194579b615889e20198f') build() { cd "${srcdir}/${pkgname}-${pkgver}" |