diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-11-24 19:52:44 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-11-24 19:52:44 (GMT) |
commit | cac51a3fe85630b1b2586e980fafeaf05f03f829 (patch) | |
tree | 796aebff1a9d4f2723a4d8296dc0c15feb06c1ce /abs | |
parent | 21745d6010ef5659cbb6a4a888872aff8c1f7bc1 (diff) | |
download | linhes_pkgbuild-cac51a3fe85630b1b2586e980fafeaf05f03f829.zip linhes_pkgbuild-cac51a3fe85630b1b2586e980fafeaf05f03f829.tar.gz linhes_pkgbuild-cac51a3fe85630b1b2586e980fafeaf05f03f829.tar.bz2 |
shairplay: update
Diffstat (limited to 'abs')
-rw-r--r-- | abs/extra/shairplay/PKGBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/abs/extra/shairplay/PKGBUILD b/abs/extra/shairplay/PKGBUILD index e5f4d44..6dcd537 100644 --- a/abs/extra/shairplay/PKGBUILD +++ b/abs/extra/shairplay/PKGBUILD @@ -5,7 +5,7 @@ pkgname=shairplay _gitname=shairplay pkgver=20140422 -pkgrel=1 +pkgrel=2 pkgdesc='Apple airplay and raop protocol server' arch=('i686' 'x86_64') url='https://github.com/juhovh/shairplay' @@ -18,8 +18,6 @@ source=("$_gitname::git://github.com/juhovh/shairplay.git#commit=64d59e3087f8290 sha256sums=('SKIP' 'f0a176539a6c5be46dc832d054be2f18c3256e5fd34c5f1416c9463bd75c82b3') options=(!libtool) -provides=('libshairport') -conflicts=('libshairport') build() { cd $_gitname |