From 43574d3bb662d1c8615a9e7ddb425ab1f985f2ee Mon Sep 17 00:00:00 2001 From: Martchus Date: Fri, 1 Mar 2024 12:49:08 +0100 Subject: [PATCH] Update pkgver of pianobooster-custom Set it in-line with `pkgver()` so an automatic epoch bump by the buildservice is prevented. --- pianobooster/custom/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pianobooster/custom/PKGBUILD b/pianobooster/custom/PKGBUILD index cf1cf97f..f41bea4f 100644 --- a/pianobooster/custom/PKGBUILD +++ b/pianobooster/custom/PKGBUILD @@ -1,7 +1,7 @@ _pkgname=pianobooster pkgname=pianobooster-custom pkgdesc='A MIDI file player that teaches you how to play the piano (with custom, experimental patches)' -pkgver=1.0.1 +pkgver=1391.dfc69f1 pkgrel=1 depends=('ftgl' 'hicolor-icon-theme' 'qt6-base' 'libfluidsynth.so' 'librtmidi.so' 'libqtutilities-qt6-git.so') makedepends=('git' 'cmake' 'clang' 'qt6-tools' 'qt6-declarative' 'ninja')