Fix source repo URL
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
This commit is contained in:
parent
9baaad8d96
commit
6695146c16
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = lv2-git
|
pkgbase = lv2-git
|
||||||
pkgdesc = A standard for plugins and matching host applications, mainly targeted at audio processing and generation.
|
pkgdesc = A standard for plugins and matching host applications, mainly targeted at audio processing and generation.
|
||||||
pkgver = 1.15.5.r1110.700b4e2
|
pkgver = 1.16.0.r1120.0fa4d48
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://lv2plug.in/
|
url = http://lv2plug.in/
|
||||||
arch = i686
|
arch = i686
|
||||||
|
@ -14,13 +14,13 @@ pkgbase = lv2-git
|
||||||
optdepends = gtk2: example scope plugin
|
optdepends = gtk2: example scope plugin
|
||||||
optdepends = python: lv2specgen script
|
optdepends = python: lv2specgen script
|
||||||
provides = lv2
|
provides = lv2
|
||||||
provides = lv2=1.15.5
|
provides = lv2=1.16.0
|
||||||
provides = lv2core
|
provides = lv2core
|
||||||
provides = lv2-svn
|
provides = lv2-svn
|
||||||
conflicts = lv2
|
conflicts = lv2
|
||||||
conflicts = lv2-svn
|
conflicts = lv2-svn
|
||||||
replaces = lv2core
|
replaces = lv2core
|
||||||
source = lv2::git+http://lv2plug.in/git/cgit.cgi/lv2.git
|
source = lv2::git+http://lv2plug.in/git/lv2.git
|
||||||
md5sums = SKIP
|
md5sums = SKIP
|
||||||
|
|
||||||
pkgname = lv2-git
|
pkgname = lv2-git
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
_pkgname=lv2
|
_pkgname=lv2
|
||||||
pkgname="${_pkgname}-git"
|
pkgname="${_pkgname}-git"
|
||||||
pkgver=1.15.5.r1110.700b4e2
|
pkgver=1.16.0.r1120.0fa4d48
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A standard for plugins and matching host applications, mainly targeted at audio processing and generation."
|
pkgdesc="A standard for plugins and matching host applications, mainly targeted at audio processing and generation."
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -16,7 +16,7 @@ optdepends=('libsndfile: example sampler plugin'
|
||||||
provides=("${_pkgname}" "${_pkgname}=${pkgver//.r*/}" 'lv2core' "${_pkgname}-svn")
|
provides=("${_pkgname}" "${_pkgname}=${pkgver//.r*/}" 'lv2core' "${_pkgname}-svn")
|
||||||
conflicts=("${_pkgname}" "${_pkgname}-svn")
|
conflicts=("${_pkgname}" "${_pkgname}-svn")
|
||||||
replaces=('lv2core')
|
replaces=('lv2core')
|
||||||
source=("${_pkgname}::git+http://lv2plug.in/git/cgit.cgi/lv2.git")
|
source=("${_pkgname}::git+http://lv2plug.in/git/lv2.git")
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
|
|
Loading…
Reference in a new issue