diff --git a/build/archlinux/PKGBUILD b/build/archlinux/PKGBUILD index 0de4b64..0e34cc6 100644 --- a/build/archlinux/PKGBUILD +++ b/build/archlinux/PKGBUILD @@ -8,14 +8,14 @@ url="https://git.arav.top/Arav/dwelling-radio" license=('MIT') groups=() depends=() -makedepends=('git' 'go') +makedepends=('go') provides=('dwelling-radio') conflicts=('dwelling-radio') replaces=() backup=('etc/dwelling/radio.yaml' 'etc/dwelling/radio.vars.liq') options=() -install=dwelling-radio.install -source=('dwelling-radio::git+https://git.arav.top/Arav/dwelling-radio.git') +install= +source=('https://git.arav.top/Arav/dwelling-radio/archive/22.35.0.tar.gz') noextract=() md5sums=('SKIP') diff --git a/build/archlinux/dwelling-radio.install b/build/archlinux/dwelling-radio.install deleted file mode 100644 index f79f070..0000000 --- a/build/archlinux/dwelling-radio.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - cat << EOF - >>> You must add a path to a liquidsoap executable in a systemd unit as well! - >> - >>> Run `systemd edit dwelling-radio.service` to edit a .service file and - >>> add a new `ExecPaths=` option with a path to a liquidsoap to a - >>> [Service] section. - >>> Like: - >>> [Service] - >>> ExecPaths=/usr/bin/liquidsoap -EOF -} \ No newline at end of file