fix: added required libxml dependency

This commit is contained in:
cilgin 2025-12-02 17:01:41 +03:00
parent ace6e40da0
commit 6379a1ffde
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = vicinae
pkgdesc = A focused launcher for your desktop — native, fast, extensible
pkgver = 0.16.11
pkgrel = 1
pkgrel = 2
url = https://github.com/vicinaehq/vicinae
arch = x86_64
license = GPL3
@ -20,6 +20,7 @@ pkgbase = vicinae
depends = libqalculate
depends = minizip
depends = qtkeychain-qt6
depends = libxml2
provides = vicinae
source = vicinae-v0.16.11.tar.gz::https://github.com/vicinaehq/vicinae/archive/refs/tags/v0.16.11.tar.gz
source = vicinae-v0.16.11-meta.yml::https://api.github.com/repos/vicinaehq/vicinae/git/ref/tags/v0.16.11

View file

@ -3,7 +3,7 @@
pkgname=vicinae
pkgver=0.16.11
pkgrel=1
pkgrel=2
pkgdesc="A focused launcher for your desktop — native, fast, extensible"
arch=('x86_64')
url="https://github.com/vicinaehq/vicinae"
@ -18,6 +18,7 @@ depends=(
'libqalculate'
'minizip'
'qtkeychain-qt6'
'libxml2'
)
makedepends=(
'git'