[arch-commits] Commit in shairplay/trunk (PKGBUILD)

Ike Devolder idevolder at archlinux.org
Wed Aug 15 19:47:00 UTC 2018


    Date: Wednesday, August 15, 2018 @ 19:47:00
  Author: idevolder
Revision: 371883

upgpkg: shairplay 20180806.a761c22-1

Modified:
  shairplay/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-15 19:19:24 UTC (rev 371882)
+++ PKGBUILD	2018-08-15 19:47:00 UTC (rev 371883)
@@ -3,15 +3,14 @@
 # Contributor: winlu
 
 pkgname=shairplay
-_commit=ce80e00
-pkgver=20160101.ce80e00
+_commit=a761c22
+pkgver=20180806.a761c22
 pkgrel=1
 pkgdesc='Apple airplay and raop protocol server'
 arch=('x86_64')
 url='https://github.com/juhovh/shairplay'
 license=('custom')
-depends=('libao')
-optdepends=('avahi: to run the server')
+depends=('libao' 'avahi')
 makedepends=('git')
 source=(
     "$pkgname::git://github.com/juhovh/shairplay.git#commit=$_commit"
@@ -18,7 +17,8 @@
 	'shairplay.service'
 )
 sha256sums=('SKIP'
-	'f0a176539a6c5be46dc832d054be2f18c3256e5fd34c5f1416c9463bd75c82b3')
+            'f0a176539a6c5be46dc832d054be2f18c3256e5fd34c5f1416c9463bd75c82b3')
+options=(!libtool)
 
 pkgver() {
 	cd "$pkgname"



More information about the arch-commits mailing list