summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2023-07-07 01:16:45 +0200
committerChristopher Arndt2023-07-07 01:16:45 +0200
commit14e12aa7aaf31cd0c3e5e842eeb148ac9e62bd1c (patch)
tree03f8f0f06c660a6328d0eadb56088c155d4591b9
parent9ac5cb2ff1b6c721d6c6c32a852bc527fdace20a (diff)
downloadaur-14e12aa7aaf31cd0c3e5e842eeb148ac9e62bd1c.tar.gz
Fix comments; latest commit
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be22df673d47..6b7d73079d99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = waveedit-git
pkgdesc = A wavetable editor for wavetable synthesizers (git version)
- pkgver = 1.2.r129.6b6188a
+ pkgver = 1.2.r130.2de1633
pkgrel = 1
url = https://synthtech.com/waveedit
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 7896f9a3d841..e202be0523d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
# This package builds from a fork of the original upstream repo. Upstream hasn't
# been updated or maintained for years and uses an old, also un-maintained fork
# of Dear ImGui. This old Dear ImGui version causes bugs in the UI event
-# handling, which makes file selection dialogs in teh aplplication unsusable.
+# handling, which makes file selection dialogs in the application unusable.
# The fork used here updates ImGui to the latest repo version (as of 07/23)
-# and also replace the 'osdialog' sub-module with 'portable-file-dialogs'
+# and also replaces the 'osdialog' sub-module with 'portable-file-dialogs'
# and fixes a few other bugs.
_name=WaveEdit
_pkgname=${_name,,}
pkgname=$_pkgname-git
-pkgver=1.2.r129.6b6188a
+pkgver=1.2.r130.2de1633
pkgrel=1
pkgdesc='A wavetable editor for wavetable synthesizers (git version)'
arch=(x86_64)