summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2020-07-16 20:43:44 +0200
committerChristopher Arndt2020-07-16 20:43:44 +0200
commit31c9b6d520e60da84da208db5e2fb0f0c00225ce (patch)
tree4131d1ec83e8e652bad2db45f86ea26ed81363cf
parent48de1fbd400a1b99f87b003337dd26cfd66d25d2 (diff)
downloadaur-31c9b6d520e60da84da208db5e2fb0f0c00225ce.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 d4178902a3ed..5a97704ba78c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lilv-git
pkgdesc = A C library interface to the LV2 plug-in standard with Python bindings (git version)
- pkgver = 0.24.7.r1260.d1c9d1b
+ pkgver = 0.24.9.r1284.b343813
pkgrel = 1
url = http://drobilla.net/software/lilv
arch = i686
@@ -14,7 +14,7 @@ pkgbase = lilv-git
optdepends = bash-completion: completion for bash
optdepends = libsndfile: lv2apply utility
provides = lilv
- provides = lilv=0.24.7
+ provides = lilv=0.24.9
provides = liblilv-0.so
conflicts = lilv
conflicts = lilv-svn
diff --git a/.gitignore b/.gitignore
index 18a237244efd..0bb3a39b555a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,5 +3,6 @@ lilv/
pkg/
src/
.AURINFO
-lilv-git-*.tar.xz
+lilv-git-*.pkg.tar.xz
+lilv-git-*.pkg.tar.zst
lilv-git-*.src.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 9d32bf534674..9d4d39517dd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=lilv
pkgname="${_pkgname}-git"
-pkgver=0.24.7.r1260.d1c9d1b
+pkgver=0.24.9.r1287.81babb7
pkgrel=1
pkgdesc="A C library interface to the LV2 plug-in standard with Python bindings (git version)"
arch=('i686' 'x86_64')