summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore7
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e31b3d92de15..03e6b0d990c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = swh-lv2-git
pkgdesc = Experimental port of Steve Harris' LADSPA plugins to LV2 format
- pkgver = 1.0.15.r43.5098e09
+ pkgver = 1.0.16.r51.1aa77e5
pkgrel = 1
url = http://plugin.org.uk/
arch = i686
@@ -12,7 +12,9 @@ pkgbase = swh-lv2-git
depends = fftw
depends = lv2
provides = swh-lv2
+ provides = swh.lv2
conflicts = swh-lv2
+ conflicts = swh.lv2
source = swh-lv2::git+https://github.com/swh/lv2.git
md5sums = SKIP
diff --git a/.gitignore b/.gitignore
index 8a6f7a753481..dd54d4fecb25 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,8 @@
-swh-lv2
-src
-pkg
+swh-lv2/
+src/
+pkg/
swh-lv2-git-*.pkg.tar.xz
+swh-lv2-git-*.pkg.tar.zst
swh-lv2-git-*.src.tar.gz
.AURINFO
diff --git a/PKGBUILD b/PKGBUILD
index 642f150fdfe9..9e79d172a882 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=swh-lv2
pkgname="${_pkgname}-git"
-pkgver=1.0.15.r43.5098e09
+pkgver=1.0.16.r51.1aa77e5
pkgrel=1
pkgdesc="Experimental port of Steve Harris' LADSPA plugins to LV2 format"
arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@ license=("GPL3")
groups=('lv2-plugins')
depends=('fftw' 'lv2')
makedepends=('git' 'libxslt')
-provides=("${_pkgname}")
-conflicts=("${_pkgname}")
+provides=("${_pkgname}" "${_pkgname//-/.}")
+conflicts=("${_pkgname}" "${_pkgname//-/.}")
source=("${_pkgname}::git+https://github.com/swh/lv2.git")
md5sums=('SKIP')