[arch-commits] Commit in helvum/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jonas Witschel diabonas at gemini.archlinux.org
Wed Feb 2 12:28:41 UTC 2022


    Date: Wednesday, February 2, 2022 @ 12:28:41
  Author: diabonas
Revision: 1122492

archrelease: copy trunk to community-x86_64

Added:
  helvum/repos/community-x86_64/PKGBUILD
    (from rev 1122491, helvum/trunk/PKGBUILD)
Deleted:
  helvum/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-02 12:28:31 UTC (rev 1122491)
+++ PKGBUILD	2022-02-02 12:28:41 UTC (rev 1122492)
@@ -1,21 +0,0 @@
-# Maintainer: Jonas Witschel <diabonas at archlinux.org>
-pkgname=helvum
-pkgver=0.3.3
-pkgrel=1
-pkgdesc='GTK patchbay for PipeWire'
-arch=('x86_64')
-url='https://gitlab.freedesktop.org/pipewire/helvum'
-license=('GPL3')
-depends=('gtk4' 'pipewire')
-makedepends=('appstream-glib' 'cargo' 'clang' 'meson')
-source=("$url/-/archive/$pkgver/helvum-$pkgver.tar.gz")
-sha512sums=('0e0f8ac235b2d37c80574be5af5ad70e75e569ced8dbd0d1c170b530814f1cc3280a3b4afa80ef196616aa7f1ba58777f5a1abbeb85349b1ae55e89c1be6bcef')
-
-build() {
-	meson --prefix=/usr --buildtype=plain "$pkgname-$pkgver" build
-	meson compile -C build
-}
-
-package() {
-	meson install -C build --destdir "$pkgdir"
-}

Copied: helvum/repos/community-x86_64/PKGBUILD (from rev 1122491, helvum/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-02 12:28:41 UTC (rev 1122492)
@@ -0,0 +1,21 @@
+# Maintainer: Jonas Witschel <diabonas at archlinux.org>
+pkgname=helvum
+pkgver=0.3.4
+pkgrel=1
+pkgdesc='GTK patchbay for PipeWire'
+arch=('x86_64')
+url='https://gitlab.freedesktop.org/pipewire/helvum'
+license=('GPL3')
+depends=('gtk4' 'pipewire')
+makedepends=('appstream-glib' 'cargo' 'clang' 'meson')
+source=("$url/-/archive/$pkgver/helvum-$pkgver.tar.gz")
+sha512sums=('f8c73855a52e39337081ea8cf1e813444862ce8c214df7870b01c0064ed130e98074aaf305e982f1a50cc7e166d662b22246c2577c68043feca89cc325c1050f')
+
+build() {
+	meson --prefix=/usr --buildtype=plain "$pkgname-$pkgver" build
+	meson compile -C build
+}
+
+package() {
+	meson install -C build --destdir "$pkgdir"
+}



More information about the arch-commits mailing list