summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2022-01-31 19:06:45 +0100
committerChristopher Arndt2022-01-31 19:06:45 +0100
commite799f8319e98f12cc99e10c779ef299c9bf07128 (patch)
treeef647e9339f5a1aca82226e7b3ad938378427862 /PKGBUILD
parent40dc6e85e5b431adda55362a2d0e31b64c875fc1 (diff)
downloadaur-e799f8319e98f12cc99e10c779ef299c9bf07128.tar.gz
Fix wscript patch
Remove cwiid support causing too much trouble Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 08833b7904b1..03e2191d770a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Christopher Arndt <aur at chrisarndt.de>
pkgname=ardour-git
-pkgver=6.3.r55.ga4b1277f85
+pkgver=7.0.pre0.r2002.g866ba8b174
pkgrel=1
pkgdesc="A multichannel hard disk recorder and digital audio workstation (git version)"
arch=('x86_64')
@@ -31,7 +31,7 @@ conflicts=('ardour')
source=("${pkgname%-*}::git+https://github.com/Ardour/ardour.git"
'ardour-6.2-vendor_qm-dsp.patch')
sha256sums=('SKIP'
- 'e937d80e05fd2955b537b617793c06df23804406b5af7283821ad654fa646635')
+ '304abc95386889aaa878ea1e57233ab08d3d22a8034a7b5bb3d23aad23a8884b')
pkgver() {
cd "${srcdir}/${pkgname%-*}"