mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
sord: update to 0.14.0.
This commit is contained in:
parent
9d701a07f8
commit
67a4ebea54
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'sord'
|
# Template file for 'sord'
|
||||||
pkgname=sord
|
pkgname=sord
|
||||||
version=0.12.2
|
version=0.14.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=waf
|
build_style=waf
|
||||||
hostmakedepends="pkg-config python"
|
hostmakedepends="pkg-config python"
|
||||||
|
@ -10,7 +10,11 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="http://drobilla.net/software/sord/"
|
homepage="http://drobilla.net/software/sord/"
|
||||||
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=bd0538d37de5e782023a7261d8ee9d83a792a12eeea7d94dec7a93dd9cda0767
|
checksum=7656d8ec56a43e0f0a168fe78670a7628a42d3a597b53c7a72ac243a74e0f19a
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
||||||
|
|
||||||
sord-devel_package() {
|
sord-devel_package() {
|
||||||
depends="serd-devel libsord>=${version}_${revision}"
|
depends="serd-devel libsord>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue