[arch-commits] Commit in switchboard-plug-network/repos/community-x86_64 (2 files)

Maxime Gauduin alucryd at gemini.archlinux.org
Mon Jul 19 13:00:54 UTC 2021


    Date: Monday, July 19, 2021 @ 13:00:54
  Author: alucryd
Revision: 978653

archrelease: copy trunk to community-x86_64

Added:
  switchboard-plug-network/repos/community-x86_64/PKGBUILD
    (from rev 978652, switchboard-plug-network/trunk/PKGBUILD)
Deleted:
  switchboard-plug-network/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-19 13:00:48 UTC (rev 978652)
+++ PKGBUILD	2021-07-19 13:00:54 UTC (rev 978653)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=switchboard-plug-network
-pkgver=2.3.3
-pkgrel=2
-pkgdesc='Switchboard Network Plug'
-arch=(x86_64)
-url=https://github.com/elementary/switchboard-plug-network
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  glib2
-  gtk3
-  libgee
-  libgranite.so
-  libnm
-  libnma
-  libswitchboard-2.0.so
-  networkmanager
-  polkit
-)
-makedepends=(
-  git
-  meson
-  vala
-)
-_tag=48fce0025fdded71ef5289ed7b5ac00c711c2bc2
-source=(git+https://github.com/elementary/switchboard-plug-network.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd switchboard-plug-network
-
-  git describe --tags
-}
-
-build() {
-  arch-meson switchboard-plug-network build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: switchboard-plug-network/repos/community-x86_64/PKGBUILD (from rev 978652, switchboard-plug-network/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-19 13:00:54 UTC (rev 978653)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=switchboard-plug-network
+pkgver=2.4.0
+pkgrel=1
+pkgdesc='Switchboard Network Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-network
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  libgee
+  libgranite.so
+  libnm
+  libnma
+  libswitchboard-2.0.so
+  networkmanager
+  polkit
+)
+makedepends=(
+  git
+  meson
+  vala
+)
+_tag=f2bd8326f5077bfebf7e662abeb58b61d21a0081
+source=(git+https://github.com/elementary/switchboard-plug-network.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd switchboard-plug-network
+
+  git describe --tags
+}
+
+build() {
+  arch-meson switchboard-plug-network build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:




More information about the arch-commits mailing list