diff options
author | Solomon Choina | 2024-02-17 20:22:38 -0500 |
---|---|---|
committer | Solomon Choina | 2024-02-17 20:22:38 -0500 |
commit | 45f9337755106ebabc88883982961da14558f5de (patch) | |
tree | 448dff709d85a02bafa751934a8da92da81ec492 /PKGBUILD | |
parent | 7e4ac902c70e6eb01176f01104a2507ce4508fb4 (diff) | |
download | aur-switchboard-plug-network-git.tar.gz |
fixing package
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,9 +8,9 @@ arch=('x86_64') url='https://github.com/elementary/switchboard-plug-networking' license=('GPL3') groups=('pantheon-unstable') -depends=('glib2' 'glibc' 'gtk3' 'libgee' 'libnm' 'nm-connection-editor' - 'libgranite.so' 'libswitchboard-2.0.so') -makedepends=('git' 'granite' 'meson' 'switchboard-git' 'vala') +depends=('glib2' 'glibc' 'gtk3' 'libgee' 'libnma-gtk4' 'nm-connection-editor' + 'granite7' 'switchboard-git') +makedepends=('git' 'meson' 'vala' 'gobject-introspection') provides=('switchboard-plug-network') conflicts=('switchboard-plug-network') source=('switchboard-plug-network::git+https://github.com/elementary/switchboard-plug-networking.git') |