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

Maxime Gauduin alucryd at archlinux.org
Thu Jan 7 08:10:26 UTC 2021


    Date: Thursday, January 7, 2021 @ 08:10:25
  Author: alucryd
Revision: 811483

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-07 08:10:20 UTC (rev 811482)
+++ PKGBUILD	2021-01-07 08:10:25 UTC (rev 811483)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=switchboard-plug-locale
-pkgver=2.5.2
-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
-)
-source=(git+https://github.com/elementary/switchboard-plug-locale.git#tag=1d0ceef7e90072b13da05f744573e0d4eb47f817)
-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 811482, switchboard-plug-locale/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-07 08:10:25 UTC (rev 811483)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=switchboard-plug-locale
+pkgver=2.5.3
+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=f6d22ba6084eb44d3b1ed94543a0dbf2fde3ecf2
+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