mirror of
https://github.com/ErikReider/SwayNotificationCenter.git
synced 2024-11-22 09:43:52 +03:00
Removed depends versions from PKGBUILD
This commit is contained in:
parent
01a35a05c2
commit
6a849e895d
@ -11,7 +11,7 @@ arch=(
|
||||
'armv7h' # ARM v7 hardfloat
|
||||
)
|
||||
license=(GPL3)
|
||||
depends=("gtk3>=3.22" "gtk-layer-shell>=0.1" "dbus" "glib2>=2.50" "gobject-introspection>=1.68" "libgee>=0.20" "json-glib>=1.0" "libhandy>=1.4.0")
|
||||
depends=("gtk3" "gtk-layer-shell" "dbus" "glib2" "gobject-introspection" "libgee" "json-glib" "libhandy")
|
||||
conflicts=("swaync" "swaync-client")
|
||||
provides=("swaync" "swaync-client")
|
||||
makedepends=(vala meson git scdoc)
|
||||
|
@ -11,7 +11,7 @@ arch=(
|
||||
'armv7h' # ARM v7 hardfloat
|
||||
)
|
||||
license=('GPL3')
|
||||
depends=("gtk3>=3.22" "gtk-layer-shell>=0.1" "dbus" "glib2>=2.50" "gobject-introspection>=1.68" "libgee>=0.20" "json-glib>=1.0" "libhandy>=1.4.0")
|
||||
depends=("gtk3" "gtk-layer-shell" "dbus" "glib2" "gobject-introspection" "libgee" "json-glib" "libhandy")
|
||||
conflicts=("swaync" "swaync-client")
|
||||
provides=("swaync" "swaync-client")
|
||||
makedepends=(vala meson git scdoc)
|
||||
|
Loading…
Reference in New Issue
Block a user