Date: Thursday, May 7, 2020 @ 08:25:46 Author: bisson Revision: 382645
free rebuild, switch git source due to upstream's begin down Modified: libao/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-07 07:40:42 UTC (rev 382644) +++ PKGBUILD 2020-05-07 08:25:46 UTC (rev 382645) @@ -3,7 +3,7 @@ pkgname=libao pkgver=1.2.2 -pkgrel=2 +pkgrel=3 pkgdesc='Cross-platform audio output library and plugins' url='https://xiph.org/ao/' arch=('x86_64') @@ -12,7 +12,8 @@ makedepends=('libpulse' 'git') backup=('etc/libao.conf') #source=("http://downloads.xiph.org/releases/ao/${pkgname}-${pkgver}.tar.gz" -source=("git+https://git.xiph.org/libao.git#commit=3f4b02f046550aca54d7f11a5d9c56ac421f0b66" +#source=("git+https://git.xiph.org/libao.git#commit=3f4b02f046550aca54d7f11a5d9c56ac421f0b66" +source=("git+https://github.com/xiph/libao.git#commit=3f4b02f046550aca54d7f11a5d9c56ac421f0b66" 'libao.conf') sha256sums=('SKIP' 'c6cde8eaa3516ab6a2e6f154a70961b3f448f4b739491a82e0c512f2740525af')
