fixed alignment issues for the rule editor, added movement snapping

This commit is contained in:
lemonxah 2026-02-28 14:15:56 +02:00
parent cc5f1c3177
commit debe8bccbc
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
pkgbase = zestbay
pkgdesc = A PipeWire patchbay and audio routing manager with LV2 plugin hosting
pkgver = 0.1.4
pkgver = 0.2.1
pkgrel = 1
url = https://github.com/lemonxah/zestbay
arch = x86_64
@ -18,7 +18,7 @@ pkgbase = zestbay
depends = lilv
depends = lv2
depends = dbus
source = zestbay-0.1.4.tar.gz::https://github.com/lemonxah/zestbay/archive/refs/tags/v0.1.4.tar.gz
source = zestbay-0.2.1.tar.gz::https://github.com/lemonxah/zestbay/archive/refs/tags/v0.2.1.tar.gz
sha256sums = SKIP
pkgname = zestbay

View file

@ -1,6 +1,6 @@
# Maintainer: lemonxah <lemonxah@gmail.com>
pkgname=zestbay
pkgver=0.1.4
pkgver=0.2.1
pkgrel=1
pkgdesc="A PipeWire patchbay and audio routing manager with LV2 plugin hosting"
arch=('x86_64')