summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Vanmullem2021-06-08 19:11:37 +0200
committerJan Vanmullem2021-06-08 19:11:37 +0200
commit28009bea8f37d0149841d4323cfa011416d3a6d9 (patch)
tree17f5654c8c57a424c6242466d3b99204d786f0cf
parent2217f45f04aa8244f261ed1e5337b5d3d78be176 (diff)
downloadaur-28009bea8f37d0149841d4323cfa011416d3a6d9.tar.gz
0.2.1-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0feeb21a9bf5..497f242a720a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = helvum
pkgdesc = GTK-based patchbay for pipewire, inspired by the JACK tool catia
- pkgver = 0.2.0
- pkgrel = 4
+ pkgver = 0.2.1
+ pkgrel = 1
url = https://gitlab.freedesktop.org/ryuukyu/helvum
arch = x86_64
license = GPL3
@@ -11,10 +11,9 @@ pkgbase = helvum
depends = gtk4
depends = pipewire
conflicts = helvum-git
- source = https://gitlab.freedesktop.org/ryuukyu/helvum/-/archive/0.2.0/helvum-0.2.0.tar.gz
+ source = https://gitlab.freedesktop.org/ryuukyu/helvum/-/archive/0.2.1/helvum-0.2.1.tar.gz
source = helvum.desktop
- sha512sums = 990a420ea837c13b216abe1cbbd7ba738a5b0b4d5793c9f2d7f55a6ad1369c2ff6ff67a176df0036d27e1e85577a9e915ad0ded2238d82cf83d1d584b7cb62da
+ sha512sums = 667908a8c4296f742e91705bb74d2276f8e8d721eb4b16f8e5f97f99156075b194540083b36d69c4fe6ee0558584047dd5862d71c91c59b9d59f9d0cc2eb9a1a
sha512sums = 0a76aa3b7c98d08ded9d4c7a2254faa0b83a2f2339db81b995819b0f0e4721cf79df17473ca22a4d8aab161b162e70f7e63b728e603c6b9cb09f2f361aa8e537
pkgname = helvum
-
diff --git a/PKGBUILD b/PKGBUILD
index e586c29a135b..889c428d21fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
pkgname=helvum
-pkgver=0.2.0
-pkgrel=4
+pkgver=0.2.1
+pkgrel=1
pkgdesc='GTK-based patchbay for pipewire, inspired by the JACK tool catia'
arch=('x86_64')
url='https://gitlab.freedesktop.org/ryuukyu/helvum'
@@ -13,7 +13,7 @@ makedepends=('rust' 'clang' 'semver')
conflicts=('helvum-git')
source=("https://gitlab.freedesktop.org/ryuukyu/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz"
"${pkgname}.desktop")
-sha512sums=('990a420ea837c13b216abe1cbbd7ba738a5b0b4d5793c9f2d7f55a6ad1369c2ff6ff67a176df0036d27e1e85577a9e915ad0ded2238d82cf83d1d584b7cb62da'
+sha512sums=('667908a8c4296f742e91705bb74d2276f8e8d721eb4b16f8e5f97f99156075b194540083b36d69c4fe6ee0558584047dd5862d71c91c59b9d59f9d0cc2eb9a1a'
'0a76aa3b7c98d08ded9d4c7a2254faa0b83a2f2339db81b995819b0f0e4721cf79df17473ca22a4d8aab161b162e70f7e63b728e603c6b9cb09f2f361aa8e537')
# This package needs at least rust 1.51 to build correctly: https://gitlab.freedesktop.org/ryuukyu/helvum/-/issues/4