[arch-commits] Commit in switchboard-plug-bluetooth/repos/community-x86_64 (2 files)
Maxime Gauduin
alucryd at gemini.archlinux.org
Mon Jul 19 12:56:37 UTC 2021
Date: Monday, July 19, 2021 @ 12:56:36
Author: alucryd
Revision: 978641
archrelease: copy trunk to community-x86_64
Added:
switchboard-plug-bluetooth/repos/community-x86_64/PKGBUILD
(from rev 978640, switchboard-plug-bluetooth/trunk/PKGBUILD)
Deleted:
switchboard-plug-bluetooth/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-19 12:56:30 UTC (rev 978640)
+++ PKGBUILD 2021-07-19 12:56:36 UTC (rev 978641)
@@ -1,42 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=switchboard-plug-bluetooth
-pkgver=2.3.5
-pkgrel=2
-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
-)
-_tag=aaf740fc8c1b06444156413d2620b569faaeeca9
-source=(git+https://github.com/elementary/switchboard-plug-bluetooth.git#tag=${_tag})
-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 978640, switchboard-plug-bluetooth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-19 12:56:36 UTC (rev 978641)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=switchboard-plug-bluetooth
+pkgver=2.3.6
+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
+)
+_tag=a74a2b0926461ac97e970c4eedd4bc17243b7e25
+source=(git+https://github.com/elementary/switchboard-plug-bluetooth.git#tag=${_tag})
+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