1
0

PKGBUILD updated.

This commit is contained in:
Alexander Andreev 2022-03-30 18:50:12 +04:00
parent 66be1c0e97
commit b2dc913e27
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F

View File

@ -9,8 +9,8 @@ license=('MIT')
groups=() groups=()
depends=() depends=()
makedepends=('git' 'go') makedepends=('git' 'go')
provides=("$pkgname") provides=('dwelling-radio')
conflicts=("$pkgname") conflicts=('dwelling-radio')
replaces=() replaces=()
backup=('etc/dwelling/radio.yaml') backup=('etc/dwelling/radio.yaml')
options=() options=()
@ -27,4 +27,4 @@ build() {
package() { package() {
cd "$srcdir/$pkgname" cd "$srcdir/$pkgname"
make DESTDIR="$pkgdir/" install make DESTDIR="$pkgdir/" install
} }