summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2020-07-16 20:42:45 +0200
committerChristopher Arndt2020-07-16 20:42:45 +0200
commit2e841c1ae130d253b33f49cb53e6cd49b46c89f9 (patch)
tree607b74d3ddd88941b5f314ee17bebba947d96c78
parent449ca1669ca872bf8c3b66e18744a9f71a53d5dd (diff)
downloadaur-2e841c1ae130d253b33f49cb53e6cd49b46c89f9.tar.gz
Update gitignore
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD2
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63943f75d2b1..0ff520c9499c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = suil-git
pkgdesc = Lightweight C library for loading and wrapping LV2 plugin UIs (git version)
- pkgver = 0.10.6.r328.0863b8d
+ pkgver = 0.10.7.r343.b402ae4
pkgrel = 1
url = http://drobilla.net/software/suil/
arch = i686
@@ -16,7 +16,7 @@ pkgbase = suil-git
optdepends = gtk3: GTK+ 3.x UI wrapping support
optdepends = qt5-base: Qt 5.x UI wrapping support
provides = suil
- provides = suil=0.10.6
+ provides = suil=0.10.7
provides = libsuil-0.so
conflicts = suil
conflicts = suil-svn
diff --git a/.gitignore b/.gitignore
index d5f4646a51b8..31ee0d92775f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,5 +3,6 @@ pkg/
src/
suil/
.AURINFO
-suil-git-*.tar.xz
+suil-git-*.pkg.tar.xz
+suil-git-*.pkg.tar.zst
suil-git-*.src.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 7361418d436d..66c695d31b1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=suil
pkgname="${_pkgname}-git"
-pkgver=0.10.6.r328.0863b8d
+pkgver=0.10.7.r343.b402ae4
pkgrel=1
pkgdesc="Lightweight C library for loading and wrapping LV2 plugin UIs (git version)"
arch=('i686' 'x86_64')