1
0

Removed unneeded fields from PKGBUILD.

This commit is contained in:
Alexander Andreev 2023-05-21 22:49:24 +04:00
parent 47bc1a8e02
commit 95a6da8f5d
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

@ -6,20 +6,14 @@ pkgdesc="Arav's dwelling / Radio"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://git.arav.su/Arav/dwelling-radio" url="https://git.arav.su/Arav/dwelling-radio"
license=('MIT') license=('MIT')
groups=()
depends=()
makedepends=('go>=1.17') makedepends=('go>=1.17')
optdepends=( optdepends=(
'tree: to make a filelist html file' 'tree: to make a filelist html file'
'ffmpeg: to convert media to ogg') 'ffmpeg: to convert media to ogg')
provides=('dwelling-radio') provides=('dwelling-radio')
conflicts=('dwelling-radio') conflicts=('dwelling-radio')
replaces=()
backup=('etc/dwelling/radio.yaml' 'etc/dwelling/radio.vars.liq') backup=('etc/dwelling/radio.yaml' 'etc/dwelling/radio.vars.liq')
options=()
install=
source=("${pkgver}.tar.gz::https://git.arav.su/Arav/dwelling-radio/archive/v${pkgver}.tar.gz") source=("${pkgver}.tar.gz::https://git.arav.su/Arav/dwelling-radio/archive/v${pkgver}.tar.gz")
noextract=()
md5sums=('SKIP') md5sums=('SKIP')
build() { build() {