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

Maxime Gauduin alucryd at gemini.archlinux.org
Fri Nov 5 07:58:32 UTC 2021


    Date: Friday, November 5, 2021 @ 07:58:32
  Author: alucryd
Revision: 1037093

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   90 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-05 07:58:27 UTC (rev 1037092)
+++ PKGBUILD	2021-11-05 07:58:32 UTC (rev 1037093)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=switchboard-plug-locale
-pkgver=2.5.4
-pkgrel=1
-pkgdesc='Switchboard Locale Plug'
-arch=(x86_64)
-url=https://github.com/elementary/switchboard-plug-locale
-license=(GPL3)
-depends=(
-  accountsservice
-  glib2
-  gnome-desktop
-  gtk3
-  libgee
-  libgranite.so
-  libibus
-  libswitchboard-2.0.so
-  polkit
-)
-makedepends=(
-  git
-  meson
-  vala
-)
-_tag=da5ea4e444e665fe109ec3ec89e0f40ae731eef9
-source=(git+https://github.com/elementary/switchboard-plug-locale.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd switchboard-plug-locale
-
-  git describe --tags
-}
-
-build() {
-  arch-meson switchboard-plug-locale build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: switchboard-plug-locale/repos/community-x86_64/PKGBUILD (from rev 1037092, switchboard-plug-locale/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-05 07:58:32 UTC (rev 1037093)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=switchboard-plug-locale
+pkgver=2.5.5
+pkgrel=1
+pkgdesc='Switchboard Locale Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-locale
+license=(GPL3)
+depends=(
+  accountsservice
+  glib2
+  gnome-desktop
+  gtk3
+  libgee
+  libgranite.so
+  libibus
+  libswitchboard-2.0.so
+  polkit
+)
+makedepends=(
+  git
+  meson
+  vala
+)
+_tag=478b8e14b1ecd0dfa9ff2fce18ca428a9ef5136c
+source=(git+https://github.com/elementary/switchboard-plug-locale.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd switchboard-plug-locale
+
+  git describe --tags
+}
+
+build() {
+  arch-meson switchboard-plug-locale 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