David Runge pushed to branch main at Arch Linux / Packaging / Packages / synthv1
Commits:
a9ee58ef by David Runge at 2024-08-30T20:02:35+02:00
upgpkg: 1.1.0-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.0.0
+ pkgver = 1.1.0
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.0.0.tar.gz
- sha512sums =
5505abee86212b260ca3b6355e2aa6f6201e294249fff4b60358fec748b176ad02f682d45b0e14502960cc3fb0469e26e89218e57df69de559ddf264cfcf8d67
- b2sums =
a285730c06897394d84267c586726007c0bffa3b914907b4b73395f2873a14f30d658d45ec3a81668d40dc35c0b9297a464a34385f56ec2f2ade31402ee5118b
+ source = https://download.sourceforge.net/synthv1/synthv1-1.1.0.tar.gz
+ sha512sums =
54780c250d80c14403d0adac0fc7cf12aaad6b73aeba8b9c285602cdf5afba94372aedc5fa411039d01c6f902078026fbca5f600cad127fed8964dd9c8fc4c0a
+ b2sums =
ceeee36622828c5c78f9f089b01dd4a1889542a9158021d04a3dcc3b62e209146621eaf5d99606a9b6d06be34e3e8630c4464b66ca3944b37a47826355f2f2f1
pkgname = synthv1
- depends = synthv1-lv2=1.0.0
- depends = synthv1-standalone=1.0.0
+ depends = synthv1-lv2=1.1.0
+ depends = synthv1-standalone=1.1.0
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.0.0
+pkgver=1.1.0
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=('5505abee86212b260ca3b6355e2aa6f6201e294249fff4b60358fec748b176ad02f682d45b0e14502960cc3fb0469e26e89218e57df69de559ddf264cfcf8d67')
-b2sums=('a285730c06897394d84267c586726007c0bffa3b914907b4b73395f2873a14f30d658d45ec3a81668d40dc35c0b9297a464a34385f56ec2f2ade31402ee5118b')
+sha512sums=('54780c250d80c14403d0adac0fc7cf12aaad6b73aeba8b9c285602cdf5afba94372aedc5fa411039d01c6f902078026fbca5f600cad127fed8964dd9c8fc4c0a')
+b2sums=('ceeee36622828c5c78f9f089b01dd4a1889542a9158021d04a3dcc3b62e209146621eaf5d99606a9b6d06be34e3e8630c4464b66ca3944b37a47826355f2f2f1')
_pick() {
local p="$1" f d; shift
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/synthv1/-/commit/a9ee58ef10666d1726c16754e3062cddcf57115c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/synthv1/-/commit/a9ee58ef10666d1726c16754e3062cddcf57115c
You're receiving this email because of your account on gitlab.archlinux.org.