Fix source repo URL

Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
This commit is contained in:
Christopher Arndt 2019-03-16 16:30:04 +01:00
parent 9baaad8d96
commit 6695146c16
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = lv2-git
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
url = http://lv2plug.in/
arch = i686
@ -14,13 +14,13 @@ pkgbase = lv2-git
optdepends = gtk2: example scope plugin
optdepends = python: lv2specgen script
provides = lv2
provides = lv2=1.15.5
provides = lv2=1.16.0
provides = lv2core
provides = lv2-svn
conflicts = lv2
conflicts = lv2-svn
replaces = lv2core
source = lv2::git+http://lv2plug.in/git/cgit.cgi/lv2.git
source = lv2::git+http://lv2plug.in/git/lv2.git
md5sums = SKIP
pkgname = lv2-git

View file

@ -3,7 +3,7 @@
_pkgname=lv2
pkgname="${_pkgname}-git"
pkgver=1.15.5.r1110.700b4e2
pkgver=1.16.0.r1120.0fa4d48
pkgrel=1
pkgdesc="A standard for plugins and matching host applications, mainly targeted at audio processing and generation."
arch=('i686' 'x86_64')
@ -16,7 +16,7 @@ optdepends=('libsndfile: example sampler plugin'
provides=("${_pkgname}" "${_pkgname}=${pkgver//.r*/}" 'lv2core' "${_pkgname}-svn")
conflicts=("${_pkgname}" "${_pkgname}-svn")
replaces=('lv2core')
source=("${_pkgname}::git+http://lv2plug.in/git/cgit.cgi/lv2.git")
source=("${_pkgname}::git+http://lv2plug.in/git/lv2.git")
md5sums=('SKIP')
pkgver() {