Package Details: audio-share-bin 0.3.1-1

Git Clone URL: https://aur.archlinux.org/audio-share-bin.git (read-only, click to copy)
Package Base: audio-share-bin
Description: Audio Share can share computer's audio to Android phone over network, so your phone becomes the speaker of computer
Upstream URL: https://github.com/mkckr0/audio-share
Licenses: Apache-2.0
Conflicts: audio-share
Provides: audio-share
Submitter: liljaylj
Maintainer: liljaylj
Last Packager: liljaylj
Votes: 0
Popularity: 0.000000
First Submitted: 2023-10-28 18:30 (UTC)
Last Updated: 2024-12-18 05:26 (UTC)

Required by (0)

Sources (1)

Latest Comments

k0r0ng commented on 2024-11-08 07:08 (UTC) (edited on 2024-11-08 07:11 (UTC) by k0r0ng)

@liljaylj:

diff --git a/PKGBUILD b/PKGBUILD
index 5dfdac3..2499d67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,9 @@ arch=('x86_64')
 url='https://github.com/mkckr0/audio-share'
 license=('Apache-2.0')
 depends=('libpipewire')
-source=("https://github.com/mkckr0/audio-share/releases/download/v${pkgver}/audio-share-server-cmd-linux.tar.gz")
+provides=('audio-share')
+conflicts=('audio-share')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/releases/download/v${pkgver}/audio-share-server-cmd-linux.tar.gz")
 b2sums=('1b118d12f1eaff42620fe45e672b4a179b23181c16440a29d4ac7fcbb0ec8f18ff044687c9ee242efecc73f628b854078f397aad9fa282a77a1a5d41202d848a')

 package() {

XianZongzi commented on 2024-01-19 23:57 (UTC)

The downloaded source filename must be unique. source=("$pkgname-$pkgver.tar.gz::https://github.com/mkckr0/audio-share/releases/download/v${pkgver}/audio-share-server-cmd-linux.tar.gz") https://wiki.archlinux.org/title/PKGBUILD#source