summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNil Geisweiller2022-03-28 10:09:41 +0300
committerNil Geisweiller2022-03-28 10:09:41 +0300
commit2cfc1e50cd95dbd396ba16279ddb3ca5ce8e90c1 (patch)
tree9873b15bad1388987c54889d88fa65970d9d8a11
parent2d74a3c6241642d45a5ef8403786cf1f58a434b9 (diff)
downloadaur-2cfc1e50cd95dbd396ba16279ddb3ca5ce8e90c1.tar.gz
Update git revision
-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