[arch-commits] Commit in sound-theme-elementary/repos/community-any (2 files)

Maxime Gauduin alucryd at gemini.archlinux.org
Wed Jul 21 06:44:29 UTC 2021


    Date: Wednesday, July 21, 2021 @ 06:44:29
  Author: alucryd
Revision: 981513

archrelease: copy trunk to community-any

Added:
  sound-theme-elementary/repos/community-any/PKGBUILD
    (from rev 981512, sound-theme-elementary/trunk/PKGBUILD)
Deleted:
  sound-theme-elementary/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-21 06:44:24 UTC (rev 981512)
+++ PKGBUILD	2021-07-21 06:44:29 UTC (rev 981513)
@@ -1,33 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=sound-theme-elementary
-pkgver=1.0
-pkgrel=1
-pkgdesc='A bespoke sound for your theme'
-arch=(any)
-url=https://github.com/elementary/sound-theme
-license=(GPL3)
-groups=(pantheon)
-makedepends=(
-  git
-  meson
-)
-source=(sound-theme-elementary::git+https://github.com/elementary/sound-theme.git#tag=5519eaffa7cd018a00e9b1e3a7da1c6e13fbd53b)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd sound-theme-elementary
-
-  git describe --tags
-}
-
-build() {
-  arch-meson sound-theme-elementary build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: sound-theme-elementary/repos/community-any/PKGBUILD (from rev 981512, sound-theme-elementary/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-21 06:44:29 UTC (rev 981513)
@@ -0,0 +1,33 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=sound-theme-elementary
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='A bespoke sound for your theme'
+arch=(any)
+url=https://github.com/elementary/sound-theme
+license=(GPL3)
+groups=(pantheon)
+makedepends=(
+  git
+  meson
+)
+_tag=88cb3a325995fcd5fe123f189062e3efb69972ca
+source=(sound-theme-elementary::git+https://github.com/elementary/sound-theme.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd sound-theme-elementary
+  git describe --tags
+}
+
+build() {
+  arch-meson sound-theme-elementary 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