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

Maxime Gauduin alucryd at gemini.archlinux.org
Fri Aug 19 12:19:37 UTC 2022


    Date: Friday, August 19, 2022 @ 12:19:37
  Author: alucryd
Revision: 1270030

archrelease: copy trunk to community-x86_64

Added:
  switchboard-plug-online-accounts/repos/community-x86_64/PKGBUILD
    (from rev 1270029, 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-08-19 12:19:28 UTC (rev 1270029)
+++ PKGBUILD	2022-08-19 12:19:37 UTC (rev 1270030)
@@ -1,49 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=switchboard-plug-online-accounts
-pkgver=6.4.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=b27efe60a5dac83034b0bf6fa72fa133069c141e
-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 1270029, switchboard-plug-online-accounts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-19 12:19:37 UTC (rev 1270030)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=switchboard-plug-online-accounts
+pkgver=6.5.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=766f8c3d9217904a20c48554bdc51b73cab79db8
+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