ardout: fix license and update check

This commit is contained in:
John 2018-12-04 18:19:36 +01:00 committed by maxice8
parent 2e93f95f22
commit 525c7262e1
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'ardour'
pkgname=ardour
version=5.12
revision=2
revision=3
build_style=waf
configure_args="--cxx11 --no-phone-home --with-backends=jack,alsa --libjack=weak --optimize --docs"
hostmakedepends="python git graphviz doxygen pkg-config clang perl"
@ -11,7 +11,7 @@ makedepends="boost-devel liblrdf-devel liblo-devel lilv-devel suil-devel
sratom-devel gtkmm2-devel libarchive-devel"
short_desc="Professional-grade digital audio workstation"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-2"
license="GPL-2.0-or-later"
homepage="http://ardour.org"
nocross="executes test binaries during configure"

View File

@ -1,2 +1,2 @@
site=https://api.github.com/repos/Ardour/ardour/tags
pattern='"name":\s*"\K[^\d]*([\d\.]+)(?=")'
site=https://github.com/Ardour/ardour/tags
pattern='/archive/(v?|\Q'"$pkgname"'\E-)?\K[\d\.]+(?=\.tar\.gz")'