summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 761678062c94..882911300ea9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ardour-tracker-editor-git
pkgdesc = Ardour with a music tracker editor (git version, tracker-editor-wip branch)
- pkgver = 7.0.pre0.r2922.g6e67a1a332
+ pkgver = 7.0.pre0.r3030.gf8212bf849
pkgrel = 1
url = https://github.com/ngeiswei/ardour/blob/tracker-editor-wip/gtk2_ardour/tracker/README.md
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 0a8b4adcd2a3..e8514540132e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: Christopher Arndt <aur at chrisarndt.de>
pkgname=ardour-tracker-editor-git
-pkgver=7.0.pre0.r2922.g6e67a1a332
+pkgver=7.0.pre0.r3030.gf8212bf849
pkgrel=1
pkgdesc="Ardour with a music tracker editor (git version, tracker-editor-wip branch)"
arch=('x86_64')
@@ -39,7 +39,7 @@ pkgver() {
prepare() {
cd "${srcdir}/${pkgname%-*}"
- git checkout 6e67a1a332
+ git checkout f8212bf849
# https://bugs.archlinux.org/task/54389
sed -e '8iexport GTK2_RC_FILES=/dev/null' -i gtk2_ardour/ardour.sh.in