mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 14:34:42 +01:00
fix: added required libxml dependency
This commit is contained in:
parent
ace6e40da0
commit
6379a1ffde
2 changed files with 4 additions and 2 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue