David Runge pushed to branch main at Arch Linux / Packaging / Packages / synthv1
Commits:
fb6b6f27 by David Runge at 2024-09-20T16:19:21+02:00
upgpkg: 1.1.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = synthv1
pkgdesc = Old-school all-digital 4-oscillator subtractive polyphonic
synthesizer with stereo fx
- pkgver = 1.1.0
+ pkgver = 1.1.1
pkgrel = 1
url = https://synthv1.sourceforge.io/synthv1-index.html
arch = x86_64
@@ -13,13 +13,13 @@ pkgbase = synthv1
makedepends = qt6-base
makedepends = qt6-svg
makedepends = qt6-tools
- source = https://download.sourceforge.net/synthv1/synthv1-1.1.0.tar.gz
- sha512sums =
54780c250d80c14403d0adac0fc7cf12aaad6b73aeba8b9c285602cdf5afba94372aedc5fa411039d01c6f902078026fbca5f600cad127fed8964dd9c8fc4c0a
- b2sums =
ceeee36622828c5c78f9f089b01dd4a1889542a9158021d04a3dcc3b62e209146621eaf5d99606a9b6d06be34e3e8630c4464b66ca3944b37a47826355f2f2f1
+ source = https://download.sourceforge.net/synthv1/synthv1-1.1.1.tar.gz
+ sha512sums =
09d6d6dada81722d8cf65666ecccb47c49a3d9e662b2af34dcc107f41dfbccdf46c005ee6cb01e9c3d3bc4c551604aa72f4b151fe5cb65639456fe6aa2c55192
+ b2sums =
b95365df2e3820a48301a6d2b6d3bfd927f890134bbe0268706a236b4c7b9ce565b5c433e2b9ab73df557bda1b249d69e7830f40b1bcc61d71930b1629b1bc77
pkgname = synthv1
- depends = synthv1-lv2=1.1.0
- depends = synthv1-standalone=1.1.0
+ depends = synthv1-lv2=1.1.1
+ depends = synthv1-standalone=1.1.1
pkgname = synthv1-lv2
pkgdesc = Old-school all-digital 4-oscillator subtractive polyphonic
synthesizer with stereo fx - LV2 plugin
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@ pkgname=(
synthv1-lv2
synthv1-standalone
)
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
pkgdesc="Old-school all-digital 4-oscillator subtractive polyphonic
synthesizer with stereo fx"
arch=(x86_64)
@@ -24,8 +24,8 @@ makedepends=(
qt6-tools
)
source=(https://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha512sums=('54780c250d80c14403d0adac0fc7cf12aaad6b73aeba8b9c285602cdf5afba94372aedc5fa411039d01c6f902078026fbca5f600cad127fed8964dd9c8fc4c0a')
-b2sums=('ceeee36622828c5c78f9f089b01dd4a1889542a9158021d04a3dcc3b62e209146621eaf5d99606a9b6d06be34e3e8630c4464b66ca3944b37a47826355f2f2f1')
+sha512sums=('09d6d6dada81722d8cf65666ecccb47c49a3d9e662b2af34dcc107f41dfbccdf46c005ee6cb01e9c3d3bc4c551604aa72f4b151fe5cb65639456fe6aa2c55192')
+b2sums=('b95365df2e3820a48301a6d2b6d3bfd927f890134bbe0268706a236b4c7b9ce565b5c433e2b9ab73df557bda1b249d69e7830f40b1bcc61d71930b1629b1bc77')
_pick() {
local p="$1" f d; shift
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/synthv1/-/commit/fb6b6f27292c8b6901941bf3806de763d87f6354
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/synthv1/-/commit/fb6b6f27292c8b6901941bf3806de763d87f6354
You're receiving this email because of your account on gitlab.archlinux.org.