[arch-commits] Commit in blanket/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Wed May 4 13:55:12 UTC 2022


    Date: Wednesday, May 4, 2022 @ 13:55:12
  Author: arojas
Revision: 1194261

archrelease: copy trunk to community-any

Added:
  blanket/repos/community-any/PKGBUILD
    (from rev 1194259, blanket/trunk/PKGBUILD)
Deleted:
  blanket/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-04 13:55:12 UTC (rev 1194260)
+++ PKGBUILD	2022-05-04 13:55:12 UTC (rev 1194261)
@@ -1,27 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Mark Wagie <mark dot wagie at tutanota dot com>
-
-pkgname=blanket
-pkgver=0.5.0
-pkgrel=1
-pkgdesc='Improve focus and increase your productivity by listening to different sounds'
-arch=('any')
-url='https://github.com/rafaelmardojai/blanket'
-license=('GPL3')
-depends=('gst-plugins-bad-libs' 'gst-plugins-base' 'gst-plugins-good' 'gst-python' 'libhandy' 'python-gobject')
-makedepends=('appstream-glib' 'meson')
-source=("https://github.com/rafaelmardojai/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('5af1d417d31bafff7c13a48e26bc4daae58a537f312b4ffb6911ae1b8b09a1d1')
-
-build() {
-  arch-meson $pkgname-$pkgver build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: blanket/repos/community-any/PKGBUILD (from rev 1194259, blanket/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-04 13:55:12 UTC (rev 1194261)
@@ -0,0 +1,27 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Mark Wagie <mark dot wagie at tutanota dot com>
+
+pkgname=blanket
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='Improve focus and increase your productivity by listening to different sounds'
+arch=('any')
+url='https://github.com/rafaelmardojai/blanket'
+license=('GPL3')
+depends=('gst-plugins-bad-libs' 'gst-plugins-base' 'gst-plugins-good' 'gst-python' 'libhandy' 'python-gobject')
+makedepends=('appstream-glib' 'meson')
+source=("https://github.com/rafaelmardojai/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('710a3b733da5eb349bf8dc3c37ef0afeb301c8299c22e7fad3c753576f33f7f4')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list