Date: Tuesday, June 4, 2019 @ 21:38:36 Author: arojas Revision: 476915
https Modified: lib32-libao/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-06-04 21:33:36 UTC (rev 476914) +++ PKGBUILD 2019-06-04 21:38:36 UTC (rev 476915) @@ -8,12 +8,12 @@ pkgver=1.2.2 pkgrel=2 pkgdesc="A cross-platform audio output library and plugins (32-bit)" -url="http://www.xiph.org/ao/" +url="https://www.xiph.org/ao/" arch=('x86_64') license=('GPL') depends=($_pkgbasename 'lib32-glibc' 'lib32-alsa-lib' 'lib32-libpulse') makedepends=('gcc-multilib' 'git') -#source=("http://downloads.xiph.org/releases/ao/${pkgname}-${pkgver}.tar.gz" +#source=("https://downloads.xiph.org/releases/ao/${pkgname}-${pkgver}.tar.gz" source=("git+https://git.xiph.org/libao.git#commit=3f4b02f046550aca54d7f11a5d9c56ac421f0b66") sha256sums=('SKIP')
