Removed unnecessary options from PKGBUILD. SQLite is part of a base package, so no need in specifing it here. And also no need to specify the package explicitly in provides= and conflicts= options.
This commit is contained in:
parent
1628a26ed7
commit
798012b9cb
@ -6,10 +6,7 @@ pkgdesc="Arav's dwelling / Home"
|
||||
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
||||
url="https://git.arav.su/Arav/dwelling-home"
|
||||
license=('MIT')
|
||||
depends=('sqlite')
|
||||
makedepends=('go')
|
||||
provides=('dwelling-home')
|
||||
conflicts=('dwelling-home')
|
||||
source=("https://git.arav.su/Arav/dwelling-home/archive/v${pkgver}.tar.gz")
|
||||
md5sums=('SKIP')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user