aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Polański <michal@polanski.me>2022-01-28 02:35:05 +0100
committerMichał Polański <michal@polanski.me>2022-01-28 02:35:05 +0100
commit183d996af0c73ea95a1525e166817e47a1149a71 (patch)
treeb2b6bb7ed4d90198c0e5b5aae77b44a1f8cc9371
parent36896990365e6717002e93f02a32a9f8b89a85e5 (diff)
testing/helvum: update source url
-rw-r--r--testing/helvum/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/helvum/APKBUILD b/testing/helvum/APKBUILD
index fbdf671b9b3..7c4ca7421b3 100644
--- a/testing/helvum/APKBUILD
+++ b/testing/helvum/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Michał Polański <michal@polanski.me>
pkgname=helvum
pkgver=0.3.2
-pkgrel=0
+pkgrel=1
pkgdesc="GTK patchbay for pipewire"
-url="https://gitlab.freedesktop.org/ryuukyu/helvum"
+url="https://gitlab.freedesktop.org/pipewire/helvum"
license="GPL-3.0"
arch="all !s390x !riscv64" # blocked by rust/cargo
arch="$arch !x86 !armv7 !armhf" # FTBFS on 32-bit systems
makedepends="bash cargo meson clang-dev glib-dev gtk4.0-dev pipewire-dev"
-source="https://gitlab.freedesktop.org/ryuukyu/helvum/-/archive/$pkgver/helvum-$pkgver.tar.gz"
+source="https://gitlab.freedesktop.org/pipewire/helvum/-/archive/$pkgver/helvum-$pkgver.tar.gz"
options="!check" # no test suite
build() {