1
0
Fork 0

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:
Alexander Andreev 2023-09-23 03:54:14 +04:00
parent 1628a26ed7
commit 798012b9cb
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 0 additions and 3 deletions

View File

@ -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')