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

Maxime Gauduin alucryd at archlinux.org
Thu Jun 6 06:31:42 UTC 2019


    Date: Thursday, June 6, 2019 @ 06:31:42
  Author: alucryd
Revision: 477401

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-06 06:31:36 UTC (rev 477400)
+++ PKGBUILD	2019-06-06 06:31:42 UTC (rev 477401)
@@ -1,37 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=switchboard-plug-sound
-pkgver=2.1.3
-pkgrel=1
-pkgdesc='Switchboard Sound Plug'
-arch=(x86_64)
-url=https://github.com/elementary/switchboard-plug-sound
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  glib2
-  gtk3
-  libcanberra
-  libgee
-  libgranite.so
-  libpulse
-  libswitchboard-2.0.so
- )
-makedepends=(
-  git
-  meson
-  vala
-)
-source=(git+https://github.com/elementary/switchboard-plug-sound.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  arch-meson switchboard-plug-sound build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: switchboard-plug-sound/repos/community-x86_64/PKGBUILD (from rev 477400, switchboard-plug-sound/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-06 06:31:42 UTC (rev 477401)
@@ -0,0 +1,37 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=switchboard-plug-sound
+pkgver=2.2.1
+pkgrel=1
+pkgdesc='Switchboard Sound Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-sound
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  libcanberra
+  libgee
+  libgranite.so
+  libpulse
+  libswitchboard-2.0.so
+ )
+makedepends=(
+  git
+  meson
+  vala
+)
+source=(git+https://github.com/elementary/switchboard-plug-sound.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson switchboard-plug-sound 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