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

Maxime Gauduin alucryd at gemini.archlinux.org
Mon Jan 10 10:41:27 UTC 2022


    Date: Monday, January 10, 2022 @ 10:41:26
  Author: alucryd
Revision: 1099030

archrelease: copy trunk to community-x86_64

Added:
  switchboard-plug-online-accounts/repos/community-x86_64/PKGBUILD
    (from rev 1099029, switchboard-plug-online-accounts/trunk/PKGBUILD)
Deleted:
  switchboard-plug-online-accounts/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   98 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-10 10:41:21 UTC (rev 1099029)
+++ PKGBUILD	2022-01-10 10:41:26 UTC (rev 1099030)
@@ -1,49 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=switchboard-plug-online-accounts
-pkgver=6.2.2
-pkgrel=1
-pkgdesc='Switchboard Online Accounts Plug'
-arch=(x86_64)
-url=https://github.com/elementary/switchboard-plug-onlineaccounts
-license=(GPL2)
-groups=(pantheon)
-depends=(
-  glib2
-  glibc
-  gtk3
-  json-glib
-  libcamel-1.2.so
-  libedataserver-1.2.so
-  libedataserverui-1.2.so
-  libgee
-  libgranite.so
-  libhandy-1.so
-  libswitchboard-2.0.so
-  rest
-  webkit2gtk
-)
-makedepends=(
-  git
-  meson
-  vala
-)
-_tag=ec9821ebbc1247b430bfb642a2c3ab3f486a495a
-source=(switchboard-plug-online-accounts::git+https://github.com/elementary/switchboard-plug-onlineaccounts.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd switchboard-plug-online-accounts
-  git describe --tags
-}
-
-build() {
-  arch-meson switchboard-plug-online-accounts build
-  meson compile -C build
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}
-
-# vim: ts=2 sw=2 et:

Copied: switchboard-plug-online-accounts/repos/community-x86_64/PKGBUILD (from rev 1099029, switchboard-plug-online-accounts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-10 10:41:26 UTC (rev 1099030)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=switchboard-plug-online-accounts
+pkgver=6.3.0
+pkgrel=1
+pkgdesc='Switchboard Online Accounts Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-onlineaccounts
+license=(GPL2)
+groups=(pantheon)
+depends=(
+  glib2
+  glibc
+  gtk3
+  json-glib
+  libcamel-1.2.so
+  libedataserver-1.2.so
+  libedataserverui-1.2.so
+  libgee
+  libgranite.so
+  libhandy-1.so
+  libswitchboard-2.0.so
+  rest
+  webkit2gtk
+)
+makedepends=(
+  git
+  meson
+  vala
+)
+_tag=ab6244275d16ee8194dafdbb2a4971f3d3d97987
+source=(switchboard-plug-online-accounts::git+https://github.com/elementary/switchboard-plug-onlineaccounts.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd switchboard-plug-online-accounts
+  git describe --tags
+}
+
+build() {
+  arch-meson switchboard-plug-online-accounts build
+  meson compile -C build
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list