mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Correção do nome das dependências AUR
This commit is contained in:
parent
58ae7bbf25
commit
bc2dad39e5
2 changed files with 14 additions and 14 deletions
14
.SRCINFO
14
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = salopbar
|
||||
pkgdesc = Uma barra de navegação simples para usar com Hyprland
|
||||
pkgver = r14.fbe06c8
|
||||
pkgver = 0.0.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/HelenoSalgado/salopbar
|
||||
arch = x86_64
|
||||
|
|
@ -15,12 +15,12 @@ pkgbase = salopbar
|
|||
depends = gtk4-layer-shell
|
||||
depends = libadwaita
|
||||
depends = libastal-4-git
|
||||
depends = astal-hyprland-git
|
||||
depends = astal-mpris-git
|
||||
depends = astal-network-git
|
||||
depends = astal-notifd-git
|
||||
depends = astal-wireplumber-git
|
||||
depends = astal-apps-git
|
||||
depends = astal-hyprland
|
||||
depends = astal-mpris
|
||||
depends = astal-network
|
||||
depends = astal-notifd
|
||||
depends = astal-wireplumber
|
||||
depends = astal-apps
|
||||
provides = salopbar
|
||||
options = !debug
|
||||
source = git+https://github.com/HelenoSalgado/salopbar.git
|
||||
|
|
|
|||
14
PKGBUILD
14
PKGBUILD
|
|
@ -1,5 +1,5 @@
|
|||
pkgname=salopbar
|
||||
pkgver=r14.fbe06c8
|
||||
pkgver=0.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="Uma barra de navegação simples para usar com Hyprland"
|
||||
url="https://github.com/HelenoSalgado/salopbar"
|
||||
|
|
@ -12,12 +12,12 @@ depends=(
|
|||
'gtk4-layer-shell'
|
||||
'libadwaita'
|
||||
'libastal-4-git'
|
||||
'astal-hyprland-git'
|
||||
'astal-mpris-git'
|
||||
'astal-network-git'
|
||||
'astal-notifd-git'
|
||||
'astal-wireplumber-git'
|
||||
'astal-apps-git'
|
||||
'astal-hyprland'
|
||||
'astal-mpris'
|
||||
'astal-network'
|
||||
'astal-notifd'
|
||||
'astal-wireplumber'
|
||||
'astal-apps'
|
||||
)
|
||||
makedepends=('git' 'meson' 'esbuild' 'npm' 'typescript')
|
||||
source=("git+$url.git")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue