summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOSAMC2024-01-10 21:57:14 +0000
committerFlorian Hülsmann2024-01-10 21:57:14 +0000
commita9e1763e6cb3be44939b47b88bc53aaab1ab6730 (patch)
tree18e33dc9ffb9f762b540914c5702f0bff4838eac
parent70a4a86e6b9dde649d3414928f8c92defe4f64a9 (diff)
downloadaur-a9e1763e6cb3be44939b47b88bc53aaab1ab6730.tar.gz
faustlive: update to v2.5.17 (#346)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8dea6d5ec7fc..5b80d4fe3652 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = faustlive
pkgdesc = Faust prototyping environment
- pkgver = 2.5.16
+ pkgver = 2.5.17
pkgrel = 1
url = https://github.com/grame-cncm/faustlive
- arch = x86_64
arch = aarch64
+ arch = x86_64
groups = pro-audio
license = GPL3
makedepends = alsa-lib
@@ -15,8 +15,8 @@ pkgbase = faustlive
makedepends = libsndfile
depends = hicolor-icon-theme
depends = qt6-base
- source = faustlive-2.5.16.tar.gz::https://github.com/grame-cncm/faustlive/archive/refs/tags/2.5.16.tar.gz
- sha256sums = 73ad19153b1cb0d0b70871ffd8833d62bebc34812207faf9cce7ca05aac9d5b2
+ source = faustlive-2.5.17.tar.gz::https://github.com/grame-cncm/faustlive/archive/refs/tags/2.5.17.tar.gz
+ sha256sums = e3148f4116615b72fcadabd7296736894d04cf3eb4e61ba79c36b03cf8f542b7
pkgname = faustlive
depends = hicolor-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 2d42ac50bef8..69e8a2e48970 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Contributor: Florian Hülsmann <fh@cbix.de>
pkgname=faustlive
-pkgver=2.5.16
+pkgver=2.5.17
pkgrel=1
pkgdesc='Faust prototyping environment'
-arch=(x86_64 aarch64)
+arch=(aarch64 x86_64)
url='https://github.com/grame-cncm/faustlive'
license=(GPL3)
groups=(pro-audio)
depends=(hicolor-icon-theme qt6-base)
makedepends=(alsa-lib cmake faust jack libmicrohttpd libsndfile)
source=("$pkgname-$pkgver.tar.gz::https://github.com/grame-cncm/$pkgname/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('73ad19153b1cb0d0b70871ffd8833d62bebc34812207faf9cce7ca05aac9d5b2')
+sha256sums=('e3148f4116615b72fcadabd7296736894d04cf3eb4e61ba79c36b03cf8f542b7')
prepare() {
# use libraries from faust package instead of submodule