summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 878e52d30ced..3fb734b364c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = sfizz
pkgdesc = Juce based SFZ format sampler
- pkgver = r42.a01d394
- pkgrel = 2
+ pkgver = r44.cb30e9a
+ pkgrel = 1
url = https://github.com/sfztools/sfizz
arch = x86_64
license = GPL3
makedepends = git
makedepends = juce
- source = sfizz::git+https://github.com/sfztools/sfizz#commit=a01d394
+ source = sfizz::git+https://github.com/sfztools/sfizz#commit=cb30e9a
md5sums = SKIP
pkgname = sfizz
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..6f4487f8a35e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/pkg
+/src
+/sfizz
+*.xz
diff --git a/PKGBUILD b/PKGBUILD
index 351432b52995..9a9468d6e73d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: RedTide <redtid3@gmail.com>
pkgname=sfizz
-pkgver=r42.a01d394
-pkgrel=2
+pkgver=r44.cb30e9a
+pkgrel=1
pkgdesc="Juce based SFZ format sampler"
url="https://github.com/sfztools/sfizz"
arch=('x86_64')
license=('GPL3')
makedepends=('git' 'juce')
source=(
- "$pkgname"::"git+https://github.com/sfztools/sfizz#commit=a01d394"
+ "$pkgname"::"git+https://github.com/sfztools/sfizz#commit=cb30e9a"
)
md5sums=(
'SKIP'