diff options
author | J0WI <J0WI@users.noreply.github.com> | 2022-09-11 17:02:14 +0200 |
---|---|---|
committer | J0WI <J0WI@users.noreply.github.com> | 2022-09-11 17:21:50 +0200 |
commit | 8e8617c95520717cf7e2eaa8a8de23fe8e6406a3 (patch) | |
tree | 8bd44e5c6d00add3320b8e1840aa14483d53988f | |
parent | 2dc4f1e2f19c5dac4ee872bf7046776a050df940 (diff) |
community/libao: update url to https
-rw-r--r-- | community/libao/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/libao/APKBUILD b/community/libao/APKBUILD index 52674e6abbd..9a40946f794 100644 --- a/community/libao/APKBUILD +++ b/community/libao/APKBUILD @@ -1,9 +1,9 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libao pkgver=1.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="Cross-platform audio output library and plugins" -url="http://www.xiph.org/ao" +url="https://www.xiph.org/ao" arch="all" options="!check" # No test suite. license="GPL-2.0-or-later" @@ -31,15 +31,15 @@ build() { --disable-esd \ --disable-arts \ --enable-alsa-mmap \ - --enable-pulse + --enable-pulse make } package() { make DESTDIR="$pkgdir" install - # No need for the liboss plugin - rm -f "$pkgdir"/usr/lib/ao/plugins-4/liboss.so + # No need for the liboss plugin + rm -f "$pkgdir"/usr/lib/ao/plugins-4/liboss.so } pulse() { |