From 6a849e895d978e5df0bab4c5a6ebe0b8f398665a Mon Sep 17 00:00:00 2001 From: Erik Reider <35975961+ErikReider@users.noreply.github.com> Date: Wed, 29 Jun 2022 18:09:22 +0200 Subject: [PATCH] Removed depends versions from PKGBUILD --- build-scripts/PKGBUILD | 2 +- build-scripts/PKGBUILD-git | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-scripts/PKGBUILD b/build-scripts/PKGBUILD index cd22e86..db78028 100644 --- a/build-scripts/PKGBUILD +++ b/build-scripts/PKGBUILD @@ -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) diff --git a/build-scripts/PKGBUILD-git b/build-scripts/PKGBUILD-git index 878236a..4ed1322 100644 --- a/build-scripts/PKGBUILD-git +++ b/build-scripts/PKGBUILD-git @@ -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)