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

Maxime Gauduin alucryd at archlinux.org
Thu Feb 27 09:18:15 UTC 2020


    Date: Thursday, February 27, 2020 @ 09:18:15
  Author: alucryd
Revision: 583720

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-27 09:18:06 UTC (rev 583719)
+++ PKGBUILD	2020-02-27 09:18:15 UTC (rev 583720)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=switchboard-plug-bluetooth
-pkgver=2.3.0
-pkgrel=1
-pkgdesc='Switchboard Bluetooth Plug'
-arch=(x86_64)
-url=https://github.com/elementary/switchboard-plug-bluetooth
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  glib2
-  gtk3
-  libgee
-  libgranite.so
-  libswitchboard-2.0.so
-)
-makedepends=(
-  git
-  meson
-  vala
-)
-source=(git+https://github.com/elementary/switchboard-plug-bluetooth.git#tag=25561a4f94e1580a4b9d4b887a32fe0d02ada116)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd switchboard-plug-bluetooth
-
-  git describe --tags
-}
-
-build() {
-  arch-meson switchboard-plug-bluetooth build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: switchboard-plug-bluetooth/repos/community-x86_64/PKGBUILD (from rev 583719, switchboard-plug-bluetooth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-27 09:18:15 UTC (rev 583720)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=switchboard-plug-bluetooth
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='Switchboard Bluetooth Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-bluetooth
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  libgee
+  libgranite.so
+  libswitchboard-2.0.so
+)
+makedepends=(
+  git
+  meson
+  vala
+)
+source=(git+https://github.com/elementary/switchboard-plug-bluetooth.git#tag=bf2057bdb46b45f79b02df7e4bc5c9a72af7c65e)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd switchboard-plug-bluetooth
+
+  git describe --tags
+}
+
+build() {
+  arch-meson switchboard-plug-bluetooth 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