summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9695e62207f9..cc711c9218a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,24 +1,23 @@
pkgbase = switchboard-plug-network-git
pkgdesc = Network plug for Switchboard
- pkgver = 2.3.3.r48.g017b179
+ pkgver = 2.5.0.r120.g4852fbd7
pkgrel = 1
url = https://github.com/elementary/switchboard-plug-networking
arch = x86_64
groups = pantheon-unstable
license = GPL3
makedepends = git
- makedepends = granite-git
makedepends = meson
- makedepends = switchboard
makedepends = vala
+ makedepends = gobject-introspection
depends = glib2
depends = glibc
depends = gtk3
depends = libgee
- depends = libnm-glib
+ depends = libnma-gtk4
depends = nm-connection-editor
- depends = libgranite.so
- depends = libswitchboard-2.0.so
+ depends = granite7
+ depends = switchboard-git
provides = switchboard-plug-network
conflicts = switchboard-plug-network
source = switchboard-plug-network::git+https://github.com/elementary/switchboard-plug-networking.git
diff --git a/PKGBUILD b/PKGBUILD
index 7b4d3e1ca590..b8edddce0455 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')