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')
|
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
||||||
url="https://git.arav.su/Arav/dwelling-home"
|
url="https://git.arav.su/Arav/dwelling-home"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('sqlite')
|
|
||||||
makedepends=('go')
|
makedepends=('go')
|
||||||
provides=('dwelling-home')
|
|
||||||
conflicts=('dwelling-home')
|
|
||||||
source=("https://git.arav.su/Arav/dwelling-home/archive/v${pkgver}.tar.gz")
|
source=("https://git.arav.su/Arav/dwelling-home/archive/v${pkgver}.tar.gz")
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user