PKGBUILD updated.
This commit is contained in:
parent
66be1c0e97
commit
b2dc913e27
@ -9,8 +9,8 @@ license=('MIT')
|
||||
groups=()
|
||||
depends=()
|
||||
makedepends=('git' 'go')
|
||||
provides=("$pkgname")
|
||||
conflicts=("$pkgname")
|
||||
provides=('dwelling-radio')
|
||||
conflicts=('dwelling-radio')
|
||||
replaces=()
|
||||
backup=('etc/dwelling/radio.yaml')
|
||||
options=()
|
||||
@ -27,4 +27,4 @@ build() {
|
||||
package() {
|
||||
cd "$srcdir/$pkgname"
|
||||
make DESTDIR="$pkgdir/" install
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user